Hydration text content mismatch #2649
Unanswered
oleksandr-dukhovnyy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup
I have an error
Component
nuxt.config.ts
I want to load & display en-US locale in SSR.
Next, in mounted, i get selected locale from localStorage and set them.
In this case, the user always loads the English locale, even if using another one, but for me this is acceptable.
Help solve the hydration problem.
P. S. It's not acceptable for me to add all localized labels to .
Beta Was this translation helpful? Give feedback.
All reactions