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
Due to this at Vuex v3.1.2, we now get a warning when initialising the usage of the vuex-i18n plugin informing a third parameter, config, containing a specific moduleName.
Within my SPA bootstrapping process, I'm declaring a module named I18nModule with my own state keys and everything, which I then later reuse to inject the managed-by-vue-i18n-translations, to avoid having two different modules for the same purpose.
I'm wondering why instead of reusing the existing one a new one is being created here, leading to the warning.
Any idea on this regard? Help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
Due to this at Vuex v3.1.2, we now get a warning when initialising the usage of the
vuex-i18n
plugin informing a third parameter, config, containing a specific moduleName.Within my SPA bootstrapping process, I'm declaring a module named I18nModule with my own state keys and everything, which I then later reuse to inject the managed-by-vue-i18n-translations, to avoid having two different modules for the same purpose.
I'm wondering why instead of reusing the existing one a new one is being created here, leading to the warning.
Any idea on this regard? Help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: