You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading svelte in our project we noticed an issue with bind:this behaviour inside {#each}.
This works with previous versions but it's broken starting from 3.23.1
I've made a simple example that reproduces this bug.
Describe the bug
After upgrading svelte in our project we noticed an issue with
bind:this
behaviour inside{#each}
.This works with previous versions but it's broken starting from 3.23.1
I've made a simple example that reproduces this bug.
To Reproduce
works: https://svelte.dev/repl/a37014bd0ece412093b891a71c08f954?version=3.23.0
broken: https://svelte.dev/repl/a37014bd0ece412093b891a71c08f954?version=3.23.1
broken: https://svelte.dev/repl/a37014bd0ece412093b891a71c08f954?version=3.23.2
You should see an array with all ref properties filled, but for versions above 3.23.0 what you get is the following:
The text was updated successfully, but these errors were encountered: