-
Notifications
You must be signed in to change notification settings - Fork 68
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
auth.currentuser() method is mutating vuex store #64
Comments
@yashmc3 Can you share a link to the repository or sandbox? That should be helpful for debugging. |
Same here, based on https://github.com/chiubaca/vue-netlify-fauna-starter-kit Here's the stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
** Error: [vuex] do not mutate vuex store state outside mutation handlers.
I am getting the above error when first line "const user = auth.currentUser();" is executed.
It seems that
auth.currentuser()
method mutates the vuex store.The text was updated successfully, but these errors were encountered: