Open
Description
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
- Create a SvelteKit app with the Svelte 5 (
npm install svelte@next
) - Run the app locally (
npm run dev
) - Open browser dev tools and open Svelte dev tools
- See error
Expected behavior
Normal behavior, Svelte app should be detected
Environment
- Chrome version 123.0.6312.86 (Official Build) (64-bit)
- Devtools version 2.2.0 (Installed from Chrome web store)
- Svelte version 5.0.0-next.72
Additional context
None