Closed
Description
Vue version
3.4.10
Link to minimal reproduction
Steps to reproduce
Check console on load in SSR mode
What is expected?
No hydration error
What is actually happening?
Hydration attribute mismatch on <input type="radio" checked>
- rendered on server: value="on"
- expected on client: value=""
Hydration attribute mismatch on <input type="checkbox"> - rendered on server: value="on"
- expected on client: value=""
System Info
node 18
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels