-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught RangeError: Maximum call stack size exceeded at Array.toString (native) #528
Labels
Comments
Same problem here |
same problem here |
You can test this branch: https://github.com/Akryum/vue-devtools/tree/types-improvements |
Akryum
pushed a commit
that referenced
this issue
Jan 22, 2018
* More fault tolerant * Display stores with CustomValue API * Dsiplay VueRouter instances with CustomValue API * CustomValue API: new 'tooltip' option, supports functions, component def * Test router & store * Open in editor Component defs * Fix #528 * Comments * Encode cache clear * Large array test * CustomValue API: respect fields order * Switch props and data sections to follow style guide * New 'grey' and 'red' classes DataField: allowing to reproduce current available styling using CustomValue API * Add support for Map and Set - Fix #349 Initial PR #490 by AdamNiederer * Set and Map test case * Fix Map key/value inverted * Optimizations * Fix tooltip * DataField style changes * Env: added isLinux & isWindows + function 'f' style fixes * gps-not-fixed icon is ugly on Windows * Style tweaks * Typo * Added more function test cases
This was referenced Jan 24, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
4.0.0
Browser and OS info
Chrome 63.0.3239.132 (Official Build) (64-bit) / Windows 10
Steps to reproduce
<app>
on the left pane, the right pane should not cause any error<Vuetable>
node or its child component<VuetableRowHeader>
, and it dumps error out in the console paneWhat is expected?
Vue-Devtools should display info about the selected component.
Before 4.0.0, this never happens.
What is actually happening?
The following error shows up in console pane
The old version of Vue-Devtools (before 4.0) was working fine without any error showing up.
The text was updated successfully, but these errors were encountered: