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
In Svelte 5, event handlers like on:click are now onclick. However, onClick (capital C) doesn’t work even though it’s valid in HTML. I just realized it by accidentally writing onClick by myself.
Event handlers should be case-insensitive to avoid confusion.
Describe the bug
In Svelte 5, event handlers like
on:click
are nowonclick
. However,onClick
(capital C) doesn’t work even though it’s valid in HTML. I just realized it by accidentally writingonClick
by myself.Event handlers should be case-insensitive to avoid confusion.
Reproduction
REPL
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: