Skip to content

Uncaught TypeError: object is undefined #922

@G-Bro

Description

@G-Bro

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions