SSR hydration throws error when slot (fragment) contains a single <transition>
whose element's v-if
evaluates to false
#5352
Closed
Description
Version
3.2.29
Reproduction link
https://github.com/AaronBeaudoin/vite-vue-ssr-bug-repr/tree/transition-mismatch
Steps to reproduce
npm i
to install dependencies thennpm run dev
to run.- In your browser go to
http://localhost:3001
. Note the error in the console.
What is expected?
Hydration completes without errors.
What is actually happening?
Hydration throws an error.
SEE THE "More Debugging Info" COMMENT BELOW FOR AN EXPLANATION.