Reputation: 1290
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.
Upvotes: 1
Views: 554