Skip to content

Possible bug but Vuex "CommitAll" #933

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
sebastianlp opened this issue Mar 27, 2019 · 1 comment
Closed

Possible bug but Vuex "CommitAll" #933

sebastianlp opened this issue Mar 27, 2019 · 1 comment

Comments

@sebastianlp
Copy link

Hi. I still have a problem similar to this using the new version pointed by @DevBrent (5.0.3). You can check 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)

@vue-bot
Copy link

vue-bot commented Mar 27, 2019

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

@vue-bot vue-bot closed this as completed Mar 27, 2019
@sebastianlp sebastianlp changed the title Vuex state bugged Possible bug but Vuex "CommitAll" Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants