windows `<pre>` handling results in hydration errors in dev
Vue version
3.2.37
Link to minimal reproduction
https://github.com/danielroe/vue3-pre-window-repro
Steps to reproduce
git clone https://github.com/danielroe/vue3-pre-window-repro
on a Windows machine- 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\n
on server not matching \n
on client.
System Info
No response
Any additional comments?
No response