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
Would be nice to have reference implementation examples for newcomers or people unfamiliar with the helper event modifiers that were deprecated in Svelte 5.
Would be nice to have reference implementation examples for newcomers or people unfamiliar with the helper event modifiers that were deprecated in Svelte 5.
In the migration guide we have an example of how to migrate
preventDefault
.https://svelte.dev/docs/svelte/v5-migration-guide#Migration-script-Event-modifiers
But some helpers are a bit more involved, like
once
,passive
,self
. It would be easier to migrate if we have similar examples for others.The text was updated successfully, but these errors were encountered: