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
Binding to a property of an #each block item does not initiate a re-render when the property is updated, if the list being looped over is within a store. The same logic using a value outside of a store works as expected.
Describe the bug
Binding to a property of an #each block item does not initiate a re-render when the property is updated, if the list being looped over is within a store. The same logic using a value outside of a store works as expected.
To Reproduce
Example in REPL
Expected behavior
I would expect the store version to mimic the behaviour of the non-store version.
Information about your Svelte project:
Severity
Can be worked around easily in most scenarios, once you understand that reactivity works as expected if you do not use a store value.
The text was updated successfully, but these errors were encountered: