sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.49k stars 79 forks source link

Can't get this to work :( #184

Closed vexkiddy closed 8 months ago

vexkiddy commented 9 months ago

Describe the bug I've installed the latest version from the chrome store. I get the icon in the extension toolbar but no 'svelte' tab in dev tools

To Reproduce I'm using Sveltekit 2.0 with Svelte 4.0 + chrome. I'm developing an application and running it via localhost. It's not hosted anywhere.

ignatiusmb commented 9 months ago

Without any additional information, I can only assume that you're experiencing #176, can you try and check if https://github.com/sveltejs/svelte-devtools/issues/176#issuecomment-1807846208 solves that for you?

ignatiusmb commented 8 months ago

Closing for now as a possible duplicate