vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

Firefox freezes completely #2008

Open DrowningElysium opened 1 year ago

DrowningElysium commented 1 year ago

Vue devtools version

6.4.5

Steps to reproduce & screenshots

Basically I open the Vue devtools. After a minute my whole browser freezes. Nothing is possible anymore.

I do go to other windows on my desktop like my IDE. Not sure if it has to do with the other issue where the devtools keep reloading.

It only happens with the Vue devtools open.

What is expected?

Browser doesn't freeze and keeps working.

What is actually happening?

Browser completely freezes to the point that any interaction doesn't work anymore. (Except for the window manager part where you minimize or resize the window).

System Info

Firefox 108.0.1 Windows 11

DrowningElysium commented 1 year ago

Seems it now also happens when you close the devtools in Firefox with the Vue Devtools open.

kolaente commented 1 year ago

From my own tests, the problem seems to be caused by this issue: https://github.com/vuejs/devtools/issues/2002