Closed sansjack closed 4 months ago
Thanks for your contribution, it's much appreciated 😀
Thanks for your contribution, it's much appreciated 😀
you're more than welcome, thanks for making this!! i think this needs to be revisited as the typing is not 100% correct... but it works better :)
Since this type changed svelte5 does not need the
SvelteComponent
as this is was expecting children as a prop and not each props such asclass
etc.This should fix the typing and allow us to pass svelte component attributes:
Before:
After Requested Change:
this may not be the correct approach so please add your two cents!
59