warning about hydration errors risk on SPA project #515
Replies: 1 comment
-
I find that the warnings don't have something to do with nuxt/eslint js, but version of vue https://vuejs.org/guide/scaling-up/ssr.html#suppressing-hydration-mismatches According to the above reference, hydration warning comes from vue itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
since I introduce nuxt@eslint, I can see below warning on the terminal
I'm sure some mark ups in my project don't follow HTML specification.
but the project is SPA. So the project doesn't have risks as the warnings alarting.
I want to set a eslint rule based on client side application, or ignore this rule.
So far I cannot find the rule that causes the warning.
If someone know how to solve the warnings, please share me, thanks.
Beta Was this translation helpful? Give feedback.
All reactions