Skip to content
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

<textarea> triggers hydration error on whitespace #11873

Closed
danielroe opened this issue Sep 9, 2024 · 0 comments
Closed

<textarea> triggers hydration error on whitespace #11873

danielroe opened this issue Sep 9, 2024 · 0 comments
Labels
🐞 bug Something isn't working scope: ssr

Comments

@danielroe
Copy link
Member

Vue version

3.5.3

Link to minimal reproduction

https://play.vuejs.org/#__SSR__eNp9kD0PgjAQhv8KudngoJMxJmocdFCjjl0InoiWtmmvSEL477YlIINhfD/u8tzVsFYqLi3CApaEheIJ4YqJKHKqokRj0qrpQHrRN2ECZFIpHnkWv4wUblHtJxikslA5R31SlEthGCyikPgs4Vx+DsEjbXHS+ekT0/cf/2Uq7zE4azSoS2TQZw4rQ2rj3fXoOAdhIe+Wu/ZIeEEjufWMbW1jxd1hD3qBdl8oqSkX2c3sKkJhuqM8qG82oc/AfXM7cvoPdxbPwxwTDTRf2rKAuw==

Steps to reproduce

Use SSR to render:

<template>
  <textarea>
  </textarea>
</template>

What is expected?

No hydration mismatches

What is actually happening?

Hydration text content mismatch on[object HTMLTextAreaElement]
  - rendered on server:   
  - expected on client: 

System Info

No response

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working scope: ssr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants