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

Blocked by client #2

Closed joshleblanc closed 5 years ago

joshleblanc commented 5 years ago

Hey, tried loading this extension today, and chrome is actually blocking the app from loading when I have the dev tools open.

So if I have the dev tools menu open, and the svelte tab selected, reloading the gives me:

image

If I close the dev tools, everything loads normally. Same error in development.

Any ideas?

RedHatter commented 5 years ago

This looks like an error caused by the hoops we used to have to jump through on chrome. Luckily svelte 3.12.0 greatly simplifies things for us. Try the latest svelte-devtools version.

RedHatter commented 5 years ago

Closing for lack of activity.