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
Index specified on event handlers, inside if blocks within each blocks, do not get updated reactively. However, it does work if the index is displayed inside the if block.
In the above REPL, try removing f2 and then f3. f3 doesn't get removed, since the index remains the same.
The text was updated successfully, but these errors were encountered:
REPL: https://svelte.dev/repl?version=3.0.1&gist=5b40d855b7b1627769fdcfff259a9fcb
Index specified on event handlers, inside if blocks within each blocks, do not get updated reactively. However, it does work if the index is displayed inside the if block.
In the above REPL, try removing f2 and then f3. f3 doesn't get removed, since the index remains the same.
The text was updated successfully, but these errors were encountered: