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

devtools not reloading and make page not responding on refresh #1956

Open hi-reeve opened 2 years ago

hi-reeve commented 2 years ago

Version

6.4.2

Browser and OS info

Brave 1.44.101 chromium 106.0.5249.65 / windows 10

Steps to reproduce

  1. open a vue js page
  2. open dev tools
  3. refresh the page without closing dev tools
  4. devtools breaking by showing the not connected page
  5. close the devtools
  6. open the devtools and it will start to make the page not responding

What is expected?

page refresh normally, and devtools show normally.

What is actually happening?

-


this happen on the new version start from 6.3, it does not have any problem with the older version.

Akryum commented 2 years ago

I'm not experiencing this with v6.4.2, please provide a runnable reproduction.

Shprrr commented 2 years ago

I have also the same issue with version 6.4.4 and Chrome Version 106.0.5249.119 (64 bits). Unfortunately, the Vuejs website that I use is a big monolithic website. If it can't be reproduced with a small new vuejs website, I'm afraid that is something else with vuejs that is causing the bug.