-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report][3.4.9] v-textarea SSR hydration attribute mismatch #18959
Comments
Looks like a vue 3.4 bug, it doesn't happen with 3.3.13 |
KaelWD
added
the
upstream
Problem with a third party library that we may have to work around
label
Jan 2, 2024
Indeed, I upgraded Vue as well from 3.3.11 to latest. |
I am seeing this with v-text-field as well |
should I ignore the hydration mismatch coming from v-text-field or go back to older version of vue |
Should be fixed in vue 3.4.6 |
what do you mean o-0 am using vue 3.4.7 and it still has this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Vuetify Version: 3.4.9
Last working version: 3.4.6
Vue Version: 3.4.3
Browsers: Chrome 120.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
v-textarea
and bind a refExpected Behavior
Correctly rendered/hydrated v-textarea.
Actual Behavior
Missing hydrated attribute in v-textarea.
Reproduction Link
https://stackblitz.com/edit/nuxt-starter-2izca7?file=app.vue
The text was updated successfully, but these errors were encountered: