-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Svelte 5 functionality issues #359
Comments
Yes, there is some initialize rendering problems with the component in Svelte 5. I had to downgrade to Svelte 4 to use it properly. |
Thanks, Svelte 5 support is in the works. |
@vkurko need help? |
Overall, the experience of #235 can be useful. I don't have a specific plan of action right now (or rather, I initially wanted to rewrite everything from scratch, but it turned out to be too expensive, and I put this idea aside). So if you can suggest rewriting some part of the code so that it works well in Svelte 5, then please, I'm open to such suggestions. |
Well, the SMUI library is an example - first they simply added |
@vkurko |
Works great in svelte 4. Tried in svelte 5 - this lib is incompatible with the new event system & some buttons don't appear correctly (copy-pasting the demo options, with all plugins installed):
The text was updated successfully, but these errors were encountered: