vuejs / devtools

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

Maximum call stack exceeded #1069

Open ZwapKillrath opened 4 years ago

ZwapKillrath commented 4 years ago

Version

5.1.1

Browser and OS info

Chrome 77.0.3865.90 64 bit, Windows 10 build 1903

Steps to reproduce

Simple page with Vue 2.6.10, Vuex 3.1.1, Vuetify 2.0.17.

  1. F12 for console
  2. Browse to page and enter data, click around
  3. Switch to Vue / Components
  4. In console "Maximum call stack exceeded" is displayed several times and CPU memory runs off.

If not switching to the Vue devtools no problems occur.

What is expected?

Vue devtools to work :-)

What is actually happening?

CPU 100%, memory rises to maximum


Seems like recursive call that goes wrong

xereda commented 4 years ago

Did you leave the vue devtools?

Alan-Solitar commented 4 years ago

I recently encountered a similar issue with vue devtools causing a maximum stack exceeded issue with vue 2.5.9 and devtools 5.3.2. Weirdly enough, the issue gets completely resolved if the devtools extension is disabled.