-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: TypeError: children.forEach is not a function #10790
Comments
If you rename the |
Unfortunatly, I can't test it, because the error is coming from a library called skeleton |
See skeletonlabs/skeleton#2502 - they have a property called |
* feat: provide isSnippet type, deduplicate children prop from default slot fixes #10790 part of #9774 * fix ce bug * remove isSnippet type, adjust test * fix types * revert unrelated changes * remove changeset * enhance test * fix * fix * fix * fix, different approach without needing symbol --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
Describe the bug
Running with Svelte 5 creates the following critical error (But with Svelte 4 everything works fine)
Reproduction
Alternatively open the following GitPod link:
https://gitpod.io/?autostart=true#https://github.com/mmailaender/svelte5
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: