Matsuuu / web-component-devtools

Web Component DevTools is a Browser Extension enhancing the development experience of Web Component developers
https://matsuuu.github.io/web-component-devtools/
MIT License
131 stars 3 forks source link

[BUG]: Extension doesn't open and stays in reloading loop #55

Closed badsgahhl closed 2 years ago

badsgahhl commented 2 years ago

Describe the bug After some time of installing the extension, it breaks. Opening the web components tab in the dev tools isn't possible anymore, and the tab stays white. Debugging the tab shows that the extension page is constantly reloading. (see Screenshots) To Reproduce

(fixed after reinstall - but occures after some time again)

  1. Open DevTools F12
  2. Click "Web components" tab
  3. Tab stays white

Expected behavior Extension loads like normal.

Screenshots image

Desktop (please complete the following information):

Matsuuu commented 2 years ago

Heya @badsgahhl

Sorry to hear that you've run into such an issue. I tried to replicate it on Microsoft Edge on linux. I'll try it out on windows tomorrow as I get on a windows machine.

I've done some related work to the message broker handling these connections today, fixing #52 . Releasing those fixes in the 0.1.16 version. Could try updating to that version as it lands in the coming days and see if the problem still persists.

I'll try to look into this

Matsuuu commented 2 years ago

The version 0.1.16 has shipped on both vendors now.

Could you try it out and see if the problem persists? If it does, please document what you were doing when it happened

badsgahhl commented 2 years ago

Works currently with 0.1.16 in Edge. If it breaks again, I just reopen the issue. Thanks for helping out!