vuejs / devtools-v6

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

state, render, currentRoute errors in console #2146

Open Parsa361 opened 8 months ago

Parsa361 commented 8 months ago

Vue devtools version

6.6.1

Link to minimal reproduction

None

Steps to reproduce & screenshots

Sometimes these errors will be printed in the console and I don't know what exactly makes it happen but I think when I'm using the select tool It happens image

What is expected?

No error printed in the console

What is actually happening?

About 2000 errors were printed in the console

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (4) x64 Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
    Memory: 11.06 GB / 19.88 GB
  Binaries:
    Node: 14.21.3 - C:\Program Files\nodejs\node.EXE
    npm: 6.14.18 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (122.0.2365.66)
    Internet Explorer: 11.0.19041.3636
  npmPackages:
    vue: ^2.6.11 => 2.7.14

Any additional comments?

No response

evb0110 commented 7 months ago

Same errors in our project

sqlnice commented 7 months ago

Our project uses "@vue/composition-api": "^1.0.0-rc.8 ", "vue": "~2.6.10 ", this error has occurred for 2 years, each time can only refresh the tab and close and open the F12 console again, otherwise the tab memory will overflow。

ali2966 commented 7 months ago

i'm facing the same issue, it's really annoying.