-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
ERR_STORE_NOT_PROVIDED when using named namespaced modules. #304
Comments
Not the guidance you wanted but another voice adding to this, after beating my head against a brick wall for the best part of this evening I came across this, removed the name and bam there it goes all working, would be good if like you said we could get some guidance, documentation or otherwise about this. |
Same here:
|
has the problem been solved?how to do? |
@AlexFilipovici if I leave out the name, I am getting |
Hi all,
I'm getting some weird behaviour when using "namespaced": true on my VuexModules.
I've reproduced the error in it's simplest form here: https://codesandbox.io/s/dreamy-hellman-th2fc
Essentially, I'm using the "namespace" helper from "vuex-class", and it is not able to find the VuexModule when it is given a name. A workaround for now is to not use the name, but I'd like some guidance, or documentation updates to see what is going wrong.
Thanks.
The text was updated successfully, but these errors were encountered: