hperrin / svelte-material-ui

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

fix a svelte-check typescript error #579

Closed bystrano closed 1 year ago

bystrano commented 1 year ago

This is no real fix, the // @ts-ignore just make typescript ignore the error...

hperrin commented 1 year ago

It seems like there's an issue with the type I'm using from Svelte here. It used to work, but it doesn't now. Hmm...

hperrin commented 1 year ago

I've fixed this in 7.0.0-beta.1. I also was unnecessarily narrowing the type to only the Graphic component, so I fixed that too.