Uncaught (in promise) Error: useThemeLocaleData() is called without provider. #669
-
It shows me in a new installation of version v2.0.0-beta.35. Any idea why?
|
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Mar 1, 2022
Replies: 1 comment
-
Try open an issue with a mininal reproduction repo. This is not helping anything. BTW, you may need to check if you are including mutiple versions of deps in your repo (e.g.: having 2 different version of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try open an issue with a mininal reproduction repo. This is not helping anything.
BTW, you may need to check if you are including mutiple versions of deps in your repo (e.g.: having 2 different version of
@vue/compiler
)