Skip to content
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

Vue Tools does not show changes for Vuex (or routes, or state) #872

Closed
jtsom opened this issue Jan 29, 2019 · 4 comments
Closed

Vue Tools does not show changes for Vuex (or routes, or state) #872

jtsom opened this issue Jan 29, 2019 · 4 comments

Comments

@jtsom
Copy link

jtsom commented Jan 29, 2019

Version

5.0.0-beta.3

Browser and OS info

Chrome Release and Dev / WIndows 10

Steps to reproduce

Open any Vue app that uses Vuex. Navigate around so that mutations are hit.

What is expected?

Mutations should be listed in the Vuex tab as they occur.
Also, routes should be listed in the Routes tab.

What is actually happening?

Mutations are not listed when they occur. State changes do not reflect in the state list. Routes do not list in the Route History tab.

@Akryum
Copy link
Member

Akryum commented Feb 3, 2019

We need a minimal runnable repdocution that demonstrates your issue.

@fbrbovic
Copy link

fbrbovic commented Feb 20, 2019

I am also experiencing the same exact issue, using 5.0.0-beta.4 Chrome plugin on Windows 10.
Hitting refresh also doesn't update state.

Sorry don't have time to setup reproduction repo.

Also to add: same machine, same browser , same vue site, Official 4.1.5 beta on chrome works fine.

@sbc3
Copy link

sbc3 commented Apr 1, 2019

We're having the same issue in 5.0.6 while using Nuxt. This is happening on 2 different projects. Seems to be specifically if the mutation happened during server side render which results in the Vuex state not matching up to what is actually in the stores. Computed properties that reference the store are up to date in the Components tab however.

@Akryum Akryum closed this as completed in 0724381 Apr 14, 2019
@huxaiphaer
Copy link

I am experiencing the same issue, it takes time to change state, getters etc.

sp1ker pushed a commit to sp1ker/vue-devtools that referenced this issue Aug 24, 2020
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

5 participants