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.45k stars 77 forks source link

Can't get working svelte devtools in Chrome with svelte new version 3.46.4 #69

Closed PhuongTPham closed 1 year ago

PhuongTPham commented 2 years ago

Describe the bug I just update svelte latest version: 3.46.4 and dev: true in rollup.config.js. But It can't work svelte dev tools in Chrome, I rerun many times and config same as the document: https://github.com/RedHatter/svelte-devtools

Environment

Screenshot from 2022-03-07 11-25-24 Screenshot from 2022-03-07 11-39-12

dominikg commented 2 years ago

a user on svelte discord mentioned that it broke for them when updating from chrome 97 to 99 https://discord.com/channels/457912077277855764/728292755087818924/951864005985697872

zhengtulymGh commented 2 years ago

I have the same problem。

Environment macOS Monterey 12.2.1 (21D62) Browser with version: 99.0.4844.84(正式版本) (x86_64) Devtools version: 1.3.0 Svelte version: 3.46.4

tbenko73 commented 2 years ago

Same problem,

on MacOs 12.3 Chrome Version 100.0.4896.60 (Official Build) (x86_64) Svelte Devtools 1.3.0 Svelte 3.46.7 With rollup 2.7.1

rollup.config.js: ... plugins:[ svelte({ compilerOptions: { dev: true } }) ] ...

The same project works in firefox with the firefox extension.

markawightman75 commented 2 years ago

Yep, same problem.

Ubuntu 20.04 Browser with version: Chrome Version 99.0.4844.84 Devtools version: 1.3.0 Svelte version: 3.46.5

Did anyone find a workaround?

kenpower commented 2 years ago

Same

Windows 10 build 19044.1586 Chrome Version 99.0.4844.74 (Official Build) (64-bit) devtools 1.3.0 svelte@3.46.4

Last commit in master is 17 June 2021. Is it being actively maintained?

ontrack1 commented 2 years ago

Solved (on local machine).

This is posted until someone with write access can confirm testing & commit to main branch.

Same issue listed above: Ubuntu 20.04 svelte 3.42.5 [Version 1.37.111 Chromium: 100.0.4896.79 (Official Build) (64-bit)]

Note in title area now has "PhuongTPham opened this issue on Mar 6 · 6 comments · May be fixed by 70"

You all may have this figured out & fixed already, but if not here are the steps:

prerequisite to steps: uninstall non-working svelte-devtools extension from your browser

After installing if you still receive the error message--do the hard refresh/f5click here, if all previous steps were completed, it will go away.

Nisthar commented 2 years ago

@ontrack1 why isn't this merged yet?

vhscom commented 2 years ago

Related to or shares root cause with #68 most likely.

bershanskiy commented 2 years ago

Relevant Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1364293