Subscribe on changes!

Hydration error with \r in text #23234

avatar
Sep 15th 2023

Vue version

3.3.4

Link to minimal reproduction

https://github.com/gibkigonzo/vue3-pre-window-repro

Steps to reproduce

  1. git clone https://github.com/gibkigonzo/vue3-pre-window-repro
  2. pnpm i
  3. pnpm dev
  4. 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.

Screenshot from 2023-09-15 14-35-54

System Info

No response

Any additional comments?

No response