-
Notifications
You must be signed in to change notification settings - Fork 81
Support for Svelte 5 #193
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
Comments
It's on the radar, we're trying to stabilize Svelte 5 first before we do any work on the integration |
Would it be possible to change the readme from
to something that mentions that 5 is not supported yet..? (I'm sure that will save people some time ;-) ) |
Yep, updated the text in #212. Thanks! |
@ignatiusmb, I love your and @RedHatter's work on the devtools! I copied it to enable Kitbook's ability to build a component tree from the current view, similar to your tool, see here. Mine's a bit simpler as at the moment as it doesn't do anything for event tracking or for watching state updates. It just takes a state snapshot whenever a component is selected. Anyhow, seeing as how Svelte 5 components no longer dispatch Anyhow, all that to say that I'm available for testing whatever you come up with and will also integrate it into my tool which will hopefully give some good feedback. |
Error message in dev tools should also say svelte 5 not yet supported |
Describe the bug
SvelteKit app is not detected when opening up the devtools. Tried numerous reinstalls of the Chrome devtools. Is there an expected timeline on when Svelte 5 support will be added?
To Reproduce
npm install svelte@next
)npm run dev
)Expected behavior
Normal behavior, Svelte app should be detected
Environment
Additional context
None
The text was updated successfully, but these errors were encountered: