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
When performed inside an inline function with curly braces, assignments to array items inside each blocks do not correctly invalidate the array but instead invalidate the array item.
Describe the bug
When performed inside an inline function with curly braces, assignments to array items inside
each
blocks do not correctly invalidate the array but instead invalidate the array item.To Reproduce
REPL
On removing the curly braces, Svelte will correctly invalidate the array.
Expected behaviour
The array should be updated, invalidated.
Severity
There are workarounds, it isn't the worst thing that has ever happened in the world.
The text was updated successfully, but these errors were encountered: