We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<pre>
3.2.37
https://github.com/danielroe/vue3-pre-window-repro
git clone https://github.com/danielroe/vue3-pre-window-repro
No hydration errors.
You will see a hydration error.
The issue is \r\n on server not matching \n on client.
\r\n
\n
No response
The text was updated successfully, but these errors were encountered:
0382019
fix(ssr): fix pre tag windows newline hydration mismatch
7c12e3e
fix vuejs#6410
No branches or pull requests
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 machineWhat 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
The text was updated successfully, but these errors were encountered: