Fan Pei
Fan Pei
Hi! @kiaking @posva I think this PR may fix the broken feature in v4.1.0. if you have time, can you review this PR?
@1085383233 > https://github.com/vuejs/vuex/pull/2201#issuecomment-1350325599 Hi! Can you provide a test case about the problem?
@1085383233 > Hi! There may be a problem with the unregisterModule function. Is the `ReactiveEffect` with the module kept alive even if the module is unregistered?
@catalin-bratu This PR is waiting for reviews. At this time, the workaround for my project is that downgrade the vuex to v4.0.2.
Can you provide a minium reproduction?
@skadiD 引入了 devtool 是因为这个[这个库](https://github.com/ouduidui/pinia-persists)的不正确的 bundle (没有 esm bundle) Pinia/Vue-router/devtool 并没有问题。在去除这个库之后 devtool 的相关 package 就不会再被 bundle 了。
Figure out why this error occurs. 1. When inspecting a dynamically register module, the path of the module will be recorded in the localStorage, which is for autofocusing on that...
You can try this solution: https://github.com/vuejs/devtools/issues/1321 Set `__VUE_PROD_DEVTOOLS__ ` true in the production build can enable the access to the devtool.
@basil-gor I check the error and it is not related with #1696 Can you provide a reproduction repo?
Cannot reproduce with > https://github.com/coolman90011/quasar2webpack `yarn install` automatically updates `@quasar/app-webpack` to `3.9.3` and it works.