-
-
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
Array binding not works properly. #3243
Comments
This one clearly shows the problem: |
I can confirm something strange and unexpected is happening, arrays of arrays are stacking their bindings together. |
Here is a more verbose example which is also using keys but still suffer from the same problem. https://svelte.dev/repl/116356aaaf0d49669be609064c3bd0a9?version=3.6.7 I have also created the lists manually just to make sure that it wasn't the https://svelte.dev/repl/d487732496574e1286837f07ae533872?version=3.6.7 |
Noticed too... https://svelte.dev/repl/b1832504a78a4fc7853148c711d5c916?version=3.6.7 |
simple bug example: |
https://svelte.dev/tutorial/each-block-bindings
|
It does if you complete the tutorial with the |
Using |
https://svelte.dev/repl/ee58338160ab47aca08181cec39f1360?version=3.6.7
The text was updated successfully, but these errors were encountered: