-
-
Notifications
You must be signed in to change notification settings - Fork 33.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
SSR: textarea domProps keeps falsy values #10803
Comments
Are you sure this comes from vue or that it hasn't been fixed already but not released? I added your test to the test suite and it passes |
Yep Could it be a node version thing (seems unlikely)? I'm on 12.5.0
|
I was running the unit test suite, I forgot we have different script for that 🤦♂️ |
@posva Hi! I sent a pull request for this issue. Could you review it for me? Please, feel free to assign it to anybody else if you want to. Thanks! |
Version
2.6.10
Reproduction link
https://codesandbox.io/s/codesandbox-nuxt-vdcv8
Steps to reproduce
View page source
What is expected?
What is actually happening?
Similar to #9231
Repro in
vue/test/ssr/ssr-string.spec.js
:Relevant vuetify code:
https://github.com/vuetifyjs/vuetify/blob/243a7c34a1c58dff3753ad35dded13ba5002c8eb/packages/vuetify/src/components/VTextarea/VTextarea.ts#L86-L92
https://github.com/vuetifyjs/vuetify/blob/243a7c34a1c58dff3753ad35dded13ba5002c8eb/packages/vuetify/src/components/VTextField/VTextField.ts#L357-L361
The text was updated successfully, but these errors were encountered: