Skip to content

Vuex Registering Nested Modules before devtools init #950

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

Closed
robertmoura opened this issue Apr 3, 2019 · 1 comment
Closed

Vuex Registering Nested Modules before devtools init #950

robertmoura opened this issue Apr 3, 2019 · 1 comment

Comments

@robertmoura
Copy link

Version

5.0.6

Browser and OS info

Chrome 73 / Windows 10

Steps to reproduce

Register a Vuex module with nothing but nested modules.

What is expected?

The nested modules are registered to state on the dev tools.

What is actually happening?

The nested module aren't recognized by the dev tools.


I've created a sandbox for this issue: https://codesandbox.io/s/q8qw1vxp96

To reproduce the errors I'm encountering with this bug:

  1. Go to https://q8qw1vxp96.codesandbox.io
  2. Click Load Module
  3. and open the devtools onto the Vuex tab
@Akryum Akryum added need team repro We acknowledged your report and will soon try to reproduce it regression labels Apr 4, 2019
@martynchamberlin
Copy link

martynchamberlin commented Apr 4, 2019

There's a whole team of us that are in the throes right now because of this issue. Having to resort to console.log statements to be able to see what's going on in our store. Would love to get this fixed!

@Akryum Akryum changed the title Vuex Registering Nested Modules Vuex Registering Nested Modules before devtools init Apr 5, 2019
@Akryum Akryum removed the need team repro We acknowledged your report and will soon try to reproduce it label Apr 5, 2019
@Akryum Akryum closed this as completed in 87c7a02 Apr 5, 2019
simsim0709 pushed a commit to simsim0709/vue-devtools that referenced this issue May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants