You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Open console, go to Vue->Vuex, see the mutations and press "Commit all"
Add any product to the cart using the "Add to cart" button, you will see some more mutations, commit them:
You will get the console error and the vuex tab will be stucked:
Error:
Vuex:
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.
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!
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:
Error:
Vuex:
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)
The text was updated successfully, but these errors were encountered: