-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
Version
5.0.2
Browser and OS info
Chrome 73 / Windows 10, Firefox 67 / Windows 10
Steps to reproduce
Register a nested Vuex module like so
globalStore.registerModule(['dialogs', 'snackbars'], store);
and then open Vue devtools
What is expected?
The Vuex tab of devtools should show dialogs->snackbars->{}
What is actually happening?
All Vue devtools tabs are empty, except for the components tab. Essentially this completely breaks the devtools
This appears to be the same bug as in #919, but takes place a little further down the chain
The actual error takes place in backend.js, in the 'set' function, line 657
I have also tried using the standalone Electron Vue dev tools, but they have the same issue.
devan1011, ChappersJr, cbowofrivia, T-20, Brookesa05 and 6 more