-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
bind:this to each value compiles into undefined variable names #4517
Comments
What is the purpose of this exactly ? Can't see a use case for this. |
@Come2Daddy none, I just bumped into this bug while trying to simplify #4512 |
You're trying to write to Whether this is something useful to enforce, I don't know. |
@antony you might have a proposal to make there but that's not how svelte works at the moment probably every binding but |
This is fixed in 3.23.1 - https://svelte.dev/repl/2d4004d1ee40459a9022c97204529bb6?version=3.23.1 |
ERROR: each_value is not defined
https://svelte.dev/repl/2d4004d1ee40459a9022c97204529bb6?version=3.19.2
in fact neither
each_value
orref_index
are defined in the compiled codeThe text was updated successfully, but these errors were encountered: