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:boundary not catching effect_update_depth_exceeded error #14526

Closed
andraaspar opened this issue Dec 3, 2024 · 1 comment · Fixed by #14534
Closed

svelte:boundary not catching effect_update_depth_exceeded error #14526

andraaspar opened this issue Dec 3, 2024 · 1 comment · Fixed by #14534
Assignees
Labels

Comments

@andraaspar
Copy link

Describe the bug

As stated in the title.

Reproduction

https://svelte.dev/playground/13908faf3f0d4eef9e8e61e16adc6851?version=5.5.0

Logs

Effect: false
1001 Effect: true
Error: effect_update_depth_exceeded Maximum update depth exceeded. This can happen when a reactive block or effect repeatedly sets a new value. Svelte limits the number of nested updates to prevent infinite loops

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12800H
    Memory: 2.46 GB / 15.69 GB
  Binaries:
    Node: 20.15.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.22 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (130.0.2849.46)
    Internet Explorer: 11.0.22621.3527

Severity

blocking all usage of svelte

@andraaspar
Copy link
Author

Wow, thank you for the super-quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants