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
Error: [vuex-smart-module] The module need to be registered a store before using `Module#context` or `createMapper`
at assert (vuex-smart-module.esm.js?675f:165)
at Object.get path [as path] (vuex-smart-module.esm.js?675f:201)
at Context.get (vuex-smart-module.esm.js?675f:300)
And that happens only if nested module is cloned, otherwise all works fine
Version 0.5.0
The text was updated successfully, but these errors were encountered:
Hi, I have a reusable module, which I wish to use as submodule in other different modules.
When I call
getNestedState
I have a message:And that happens only if nested module is cloned, otherwise all works fine
Version 0.5.0
The text was updated successfully, but these errors were encountered: