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
I got this error too and I think I figured out why it happened.
I was using the vue devtools and was looking at the vuex state for the module in the devtools.
Then I removed the vuex module and started getting this error.
It seems like the dev tools caches what module is selected and when that module is not available you get this error.
The workaround for me was to select another module in the vuex state inspector in vue devtools.
And what @nicklasisraelsson suggests, works for me as well as a fix. However this is a bit annoying because it outputs errors when you try to debug stuff from this async module and I have always to select another module before change page.
Version
4.0.2
Reproduction link
codesandbox.io/s/feii09
Steps to reproduce
tell me: backend.js:710 An error occurred in hook getInspectorState registered by plugin org.vuejs.vuex
backend.js:711 Error: Missing module "test" for path "test/"
this attribute _makeLocalGettersCache also with test/ .....
What is expected?
can clear _makeLocalGettersCache when new project run open in the web tab
What is actually happening?
An error occurred in hook getInspectorState registered by plugin org.vuejs.vuex
Error: Missing module "test" for path "test/"
but I haved remove test module
it also tell me this message
The text was updated successfully, but these errors were encountered: