We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
5.0.0-beta.1
Chrome 69 / macOS 10.13.6
The state should be changed without throwing an error (since we are manually and knowingly changing the value via devtools).
The state is changed, but Vuex throws an error:
Error: [vuex] Do not mutate vuex store state outside mutation handlers.
It's really only a minor annoyance – not sure if it this can be changed at all (or if it's worth the trouble).
The text was updated successfully, but these errors were encountered:
This need some investigation but I don't think there is something we can do.
Sorry, something went wrong.
9305a51
fix: vuex throws warning when editing state in strict mode, closes vu…
a23d2a6
…ejs#757
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
5.0.0-beta.1
Browser and OS info
Chrome 69 / macOS 10.13.6
Steps to reproduce
What is expected?
The state should be changed without throwing an error (since we are manually and knowingly changing the value via devtools).
What is actually happening?
The state is changed, but Vuex throws an error:
It's really only a minor annoyance – not sure if it this can be changed at all (or if it's worth the trouble).
The text was updated successfully, but these errors were encountered: