babel-plugin-jsx
babel-plugin-jsx copied to clipboard
【ssr】Hydration completed but contains mismatches
Version
3.2.31
Reproduction link
Steps to reproduce
npm run dev
What is expected?
no errors
What is actually happening?
runtime-core.esm-bundler.js:4043 Hydration completed but contains mismatches.
【nuxt3】 https://github.com/nuxt/nuxt.js/issues/12998

Transferred to vuejs/babel-plugin-jsx because this is a JSX transform issue.
any update?
Same here but only when use a reverse proxy
I'm also getting this using a Vue component in an Astro project. If I change the Astro hydration from "client:idle" to "client:only" then the error goes away. Not sure if I'm doing something wrong, of if it's an issue with Vue or Astro...
Browser Console: Error "Hydration completed but contains mismatches."
any news on this ?
Still happening, tried with Nuxt (3.11.1).