Skip to content
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

Start support for Svelte 5 #78

Open
nuotsu opened this issue Dec 25, 2023 · 3 comments
Open

Start support for Svelte 5 #78

nuotsu opened this issue Dec 25, 2023 · 3 comments
Labels

Comments

@nuotsu
Copy link

nuotsu commented Dec 25, 2023

Has there been any progress made to support Svelte 5?

@stipsan stipsan added the triaged label Jan 2, 2024
@dennisregalado
Copy link

wondering the same thing!

@kiosion
Copy link
Contributor

kiosion commented Feb 14, 2024

Did some testing the other day and got it working with 5.0.0-next.53 with some minor changes - using $props() syntax, moving reactive statements to $state()/$derived() & $effect() blocks

Edit: Misread this. In terms of changes for Svelte 5 compat, not using Svelte 5 here, I patched the latest version in my project w/ PNPM, adding <svelte:options preserveWhitespace={true} /> to each .svelte file, which fixed the ERR_SVELTE_HYDRATION_MISMATCH errors I was getting... it seems to work as-is otherwise

@owzzz
Copy link

owzzz commented Jul 6, 2024

It would be great to resolve this. Is there any news on supporting Svelte 5 yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants