-
-
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
Compiler error in 3.20.0 with certain slot usage #4562
Comments
I spent the day troubleshooting why my apps won't start. Any slot where the first element is a
|
thank you for figuring out the bug, sorry for the inconvenient cost |
Thanks for the quick PR @tanhauhau ! 🚀 Fix released in 3.20.1. |
The bug isn't fixed in |
The bug in my original comment in this ticket is fixed. If you have a repro for another related but different bug, please open an issue. |
Describe the bug
As of 3.20.0, the compiler is now throwing an exception when compiling certain slot usages.
Logs
Compile time exception:
Variable 't' already initialised with a different value
To Reproduce
Expected behavior
This compiles without an exception.
Stacktraces
Stack trace
Information about your Svelte project:
Severity
Unknown.
Additional context
Mentioned in Discord here.
The text was updated successfully, but these errors were encountered: