-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Using function in IF condition statement fails on 3.16.4 if <svelte:self> is present #4120
Comments
Getting the same issue. Does not seem to be related to
|
Thanks, here's a simplified version that still fails:
Check the mentioned issue for another case where it fails. |
Add a test to detect issue sveltejs#4120.
Fixed in v3.16.5 - https://svelte.dev/repl/8fcdf054dd33437fa415b7b2af109477?version=3.16.5 |
Describe the bug
This following condition will fail on
3.16.4
(works on earlier versions)To Reproduce
Broken: REPL
Working: REPL
Severity
Blocking an upgrade. I use recursion a lot in my application.
Additional context
According to @halfnelson on Discord:
The text was updated successfully, but these errors were encountered: