-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Nuxt] [Vuex] Devtools don't show updated values in Vuex inspector #1703
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
Comments
Exactly my use case. Suffering from the same issue. Here's a minimal codesandbox: https://codesandbox.io/s/crazy-rumple-hhfhd?file=/pages/index.vue Values are updated to namespaced vuex stores, but are not captured by the latest VueDevTools in the Vuex Panel when using Vue2 plugin. However, they do show up correctly in the Timeline panel, and updated in realtime, when monitoring Vuex Mutations and Vuex Actions. |
Same here. Had to do rollback to 5.3 version. It look like author is not testing it for vue2! |
@akadlec I'm not an army of testers to try out all the possible combinations of libraries and tools the millions different projects use. I tested on both the Vue 2 development shell and a real and very big production Vue 2 app. Did you try last year the available beta versions to see if there was an issue before the release? |
This is also broken for me. Vuex state does not update, only shows initial state. I have no idea how to create an example of this because I don't now what's causing it. It works on one app but not on my other app. On the app where it's not working, it's a VueJS v2 app and I am using the following plugins: |
Did it have to auto-update? Would have been nice to be asked. |
@akadlec can you please post links for how you managed to rollback? |
Read the documentation. |
Version
6.0.5
Browser and OS info
Chrome 98
Steps to reproduce
https://bitbucket.org/1creator/vue-devtools-bug/src/master/
What is expected?
Filled state
What is actually happening?
State has initial values

We use Nuxt JS 2 for SSR.
Action nuxtServerInit at store/index.js updates auth module state with new value, which rendered on page and can be accessed via $nuxt.$store.state.auth.user. But devtools says that user state is null.
With devtools version 5 everything is fine.
The text was updated successfully, but these errors were encountered: