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
Solved the exact same problem by not accessing class member variables or class methods directly from within an action but instead via a commit() from inside an action method.
Hello, when i'm trying to use the store I have this error
proxy.js?fe19:354 Uncaught (in promise) TypeError: commit is not a function
here my code
And in my component
I don't where is the problem.
The text was updated successfully, but these errors were encountered: