1

This error only occurs when I open Vue.js devtools.

I've seen a few explanations for errors like this, I'm wondering how I can go about finding the location of such culprit within a large code base.

The possible explanations are:

And here's the error. Again, it only happens after I open Vue.js devtools.

RangeError: Maximum call stack size exceeded
    at Function.[Symbol.hasInstance] (<anonymous>)
    at _traverse (vue.runtime.esm.js?2b0e:2107)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)
    at _traverse (vue.runtime.esm.js?2b0e:2123)

I'm using Chrome 85.0.4183.102 and Vue.js devtools 5.3.3.

Dylan Landry
  • 1,150
  • 11
  • 27
  • Assuming this is in a git repo that only recently broke, I would crack open `git bisect` – Matt Sep 29 '20 at 13:57
  • I've been unable to use vue.js devtools for the better part of a year. I just never got around to trying it again until now. – Dylan Landry Sep 29 '20 at 14:01

0 Answers0