Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte 5 runtime crash inside each block #14423

Open
gyzerok opened this issue Nov 25, 2024 · 3 comments
Open

Svelte 5 runtime crash inside each block #14423

gyzerok opened this issue Nov 25, 2024 · 3 comments
Labels
awaiting submitter needs a reproduction, or clarification

Comments

@gyzerok
Copy link

gyzerok commented Nov 25, 2024

Describe the bug

In our crashlog system I can see the following error
image

Reproduction

Unfortunately I am unable to figure out what exactly is causing this. Will come back with repro if will catch it. But maybe someone from the maintainers could make a good guess out of the stack trace from the above.

Logs

No response

System Info

Svelte 5.2.7

Severity

annoyance

@trueadm
Copy link
Contributor

trueadm commented Nov 25, 2024

We're going to need more information unfortunately – there could be many reasons why the above is happening. Does this occur on hydration or during updates? Are you using transitions/animations?

@gyzerok
Copy link
Author

gyzerok commented Nov 25, 2024

We are client-only, so no hydration for sure. Yes, we are using transitions and flip animation in various places

@trueadm
Copy link
Contributor

trueadm commented Nov 25, 2024

Can you help narrow it down by removing some of the animations from the each blocks until the issue stops happening, that might make it easier to reproduce. Also are you moving around the DOM manually anywhere?

@dummdidumm dummdidumm added the awaiting submitter needs a reproduction, or clarification label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting submitter needs a reproduction, or clarification
Projects
None yet
Development

No branches or pull requests

3 participants