-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Vue version
3.5.3
Link to minimal reproduction
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
michaelprys, melasculla, linzhe141 and pmnzt