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
@btk5h In Svelte 3 we don't have custom events anymore (events: {} sections in Svelte 2). So, actions are the only way to add a custom event, for example, a group of DOM events (eg. click/touch/etc) or some special stuff like use:enter={callback} which is triggering only on the enter key press.
I think, if <svelte:body> is for adding events, it should apply actions too.
Seems, we not able to assign actions to
<svelte:body />
element: REPLThe text was updated successfully, but these errors were encountered: