hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.28k stars 288 forks source link

no type checking on events #542

Open DetachHead opened 1 year ago

DetachHead commented 1 year ago

Describe the bug there is no type checking on any of the events, which is making it very difficult for me to figure out what events are available for each component

To Reproduce

<Textfield on:sadfasdfa={() => {}} />

Expected behavior type error

DetachHead commented 1 year ago

this can be fixed using strictEvents