-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Version
4.0.0
Browser and OS info
Chrome 63.0.3239.132 (Official Build) (64-bit) / Windows 10
Steps to reproduce
- Go to this url to view the sample project on CodeSandbox.io
- Right-click the page and select "Inspect"
- In the Developer Tools window, click Vue menu to display Vue-Devtools
- Click on
<app>on the left pane, the right pane should not cause any error - Click on
<Vuetable>node or its child component<VuetableRowHeader>, and it dumps error out in the console pane
What 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
backend.js:1 Uncaught RangeError: Maximum call stack size exceeded
at Array.toString (native)
at D (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js:1:20128)
...
The old version of Vue-Devtools (before 4.0) was working fine without any error showing up.
ibyteyou, abidon, yangzj1992 and DiegoFleitas