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

Error committing mutations #934

Closed
sebastianlp opened this issue Mar 27, 2019 · 1 comment
Closed

Error committing mutations #934

sebastianlp opened this issue Mar 27, 2019 · 1 comment
Labels

Comments

@sebastianlp
Copy link

sebastianlp commented Mar 27, 2019

Version

5.0.3

Browser and OS info

Chrome Version 73.0.3683.86 (64 bits) / MacOS High Sierra Version 10.13.6

Steps to reproduce

Hi. I still have a problem similar to this issue using the new version pointed by @DevBrent in #773 (comment).

You can reproduce this using the vuex/examples repos, the shopping cart.

Steps to reproduce:

  1. After installing the dependencies and running the example, go to http://localhost:8080/shopping-cart/
  2. Open console, go to Vue->Vuex, see the mutations and press "Commit all"
    image
  3. Add any product to the cart using the "Add to cart" button, you will see some more mutations, commit them:
    image
  4. You will get the console error and the vuex tab will be stucked:
    Error:
    image
    Vuex:
    image

This also happend in my own repo, with a different data structure of course, but getting same error, trying to commit some mutations that update an array.

Any clues?

Originally posted by @sebastianlp in #773 (comment)

What is expected?

It's expected to update successfully all times.

What is actually happening?

Only works for the first commit, and then it gets buggy.

@Max-LAB
Copy link

Max-LAB commented Mar 28, 2019

I can also confirm this issue

Version
5.0.3

Browser and OS info
Version 73.0.3683.86 (Official Build) (64-bit) | Windows 10

@Akryum Akryum closed this as completed in 825d673 Mar 28, 2019
@Akryum Akryum added the bug label Mar 28, 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

3 participants