Closed
Description
Describe the bug
In Svelte 4, putting a use:
action followed by an on:
event handler on an element would first attach the action and then attach the event handler. In Svelte 5, it looks like event handlers are attached before the actions, regardless of the order they are specified on the element.
Reproduction
Logs
No response
System Info
REPL
Severity
annoyance