Hydration error with \r in text #23234
Vue version
3.3.4
Link to minimal reproduction
https://github.com/gibkigonzo/vue3-pre-window-repro
Steps to reproduce
- git clone https://github.com/gibkigonzo/vue3-pre-window-repro
- pnpm i
- pnpm dev
- visit http://localhost:3000/
What is expected?
No hydration errors.
What is actually happening?
You will see a hydration error.
The issue is \r
on server not matching on client.
System Info
No response
Any additional comments?
No response