How to deal with `on:event` in typescript?
Typescript is reporting errors for events declared with
on:myevent
syntax. Is there a fix?1 Reply
I saw there's a section in the new docs for that, but why aren't the "standard" event handlers (like
click
, keydown
etc.) supported by default?