vuejs / devtools-v6

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

vue-devtools may crashed by npm package #1220

Open PoChenKuo opened 4 years ago

PoChenKuo commented 4 years ago

Version

5.3.3

Browser and OS info

Chrome v83.0.4103.116

Steps to reproduce

  1. install vue-seamless-scroll by npm tool
  2. using on the vue website during developing
  3. vue-seamless-scroll may have reproduction repeatly, you can finding this situation in the vue - event panel.
  4. (I guess) those events are increase rapidly, seems this situation make vue-devtools stunk.
  5. once you need the vue-devtools work, you may need to disable the extension by chrome and/or restart the browser.

What is expected?

No idea! Extension just stunk by other npm package, it work correctly on record everything then crashed on it.

What is actually happening?

extension could work with vue-seamless-scroll in some situation.

konpeki622 commented 3 years ago

Hi, @PoChenKuo . I can not reproduced it with version 6.0.0 beta 15. Does this issue still exists on v6?