We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reduce of empty array with no initial value
Describe the bug Using many vars throws under certain conditions the error:
To Reproduce https://svelte.dev/repl/ebb874cf3a234db6ae13c314dccd5253?version=3.16.0
This started with 3.16, reverting to 3.15 is ok
The text was updated successfully, but these errors were encountered:
Sounds suspiciously like it crossed a threshold related to #3945?
Sorry, something went wrong.
found the same problem here : https://svelte.dev/repl/e4c3ab50107945aa96ad3ace02a2106f?version=3.16.0
Fixed in 3.16.1 - https://svelte.dev/repl/ebb874cf3a234db6ae13c314dccd5253?version=3.16.1
Successfully merging a pull request may close this issue.
Describe the bug
Using many vars throws under certain conditions the error:
To Reproduce
https://svelte.dev/repl/ebb874cf3a234db6ae13c314dccd5253?version=3.16.0
This started with 3.16, reverting to 3.15 is ok
The text was updated successfully, but these errors were encountered: