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
Discovered this when using the on:change event, it appears that this event fires twice in quick succession (This is very clear if you print the timestamp).
This also appears to cause Svelte's #each template to trigger twice aswell, this can be seen simularly if you print to the console when the each template is renderd.
The text was updated successfully, but these errors were encountered:
Discovered this when using the
on:change
event, it appears that this event fires twice in quick succession (This is very clear if you print the timestamp).Currently i'm using this work arround:
This also appears to cause Svelte's
#each
template to trigger twice aswell, this can be seen simularly if you print to the console when the each template is renderd.The text was updated successfully, but these errors were encountered: