-
Notifications
You must be signed in to change notification settings - Fork 4
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 4 compatibility #269
Comments
I'm interested on this too. |
Yes, I'm interested in this as well. Anyone has information on this repo being or not updated for Svelte 4 ? |
Needing this as well! |
For those still struggling with this, there is this package: https://github.com/DockYard/svelte-inline-component. It doesn't seem to be available on npm anymore, but the code is simple enough that it can be copy/pasted in a project and adapted to suit your needs. Works great! |
I've created an updated package that works with Svelte 4. There were 2 other packages that this package depended on that I've also updated. https://github.com/Playpilot/svelte-htm. It's largely a copy paste of this repo, with necessary changes made. All original tests are still green. |
Added a PR that supports v4 |
Right now the peerDependencies indicate Svelte 3.x, which prevents me from upgrading to Svelte 4. Is there any plan on changing that to allow Svelte 4 compatibility?
The text was updated successfully, but these errors were encountered: