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

Vuex state value in devtools not matching value displayed on the page after editing in devtools. #956

Closed
phoobynet opened this issue Apr 5, 2019 · 0 comments
Labels

Comments

@phoobynet
Copy link

Version

5.0.7

Browser and OS info

Chrome 73 / macOS Mojave 10.14.3

Steps to reproduce

  • Edit Vuex module value using devtools
  • State change is correctly updated on page
  • Change that same vuex state but using a mutation via the application
  • The state value displayed in vue devtools no longer matches the value displayed on the page. The value displayed on the page is correct.

What is expected?

The state value displayed on the page should always match the value displayed in vuedevtools vuex

What is actually happening?

The state value displayed on the page does not match the value displayed in vuedevtools vuex.


Demonstration here

@Akryum Akryum added the bug label Apr 5, 2019
@Akryum Akryum closed this as completed in 92aa8ca 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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants