-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Svelte 5 #38
Comments
What is the error when using with Svelte 5? IIRC, existing libraries should (mostly) be interop with Svelte 5. |
The component type is different in Svelte 5, so if i have a prop like |
Could you provide a quick code snippet that I can repro with? Happy to take a look. |
Thanks for the quick response. Rather than providing a repro, I think it would be more practical to go ahead and create a v4 branch of the library that supports Svelte 5. The Svelte maintainers have advised library authors to start migrating to Svelte 5, and it makes sense to follow that recommendation. The issue here is primarily due to the change in component types, which is causing TypeScript type mismatches. A dedicated Svelte 5 version would help avoid these issues and align with the community's push for compatibility. |
Svelte 5 is out, and it would be really nice if this library supported Svelte 5
The text was updated successfully, but these errors were encountered: