This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 860
`[vuex] state field "i18n" was overridden by a module with the same name at "i18n" #795
Comments
Having the same issue |
Having the same issue - |
I am using nuxt by the way... ) |
Wonder if this is a Nuxt issue, not an vue-i18n issue itself, per se, that the Nuxt team should look at |
Maybe... but Nuxt is not using i18n in any way, AFAIK )) And we only see this kind of issue with i18n... |
Nuxt apparently has its own i18n module so maybe we should all be using that instead? |
@selfagency vue-i18n is a dependency of nuxt 's i18n-module ;-) |
@bob-voorhoede did you manage to solve this by now? I still notice the messages.... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since this morning the console is logging this warning:
[vuex] state field "i18n" was overridden by a module with the same name at "i18n"
I can see this warning when I am in vue-developers tools, under the "vuex" tabI am not making any i18n state mutation or fields myself. Could vue-i18n be the culprit? I am using
nuxt 2.11
and[email protected]
/[email protected]
The text was updated successfully, but these errors were encountered: