SSR hydration throws error when slot (fragment) contains a single <transition>
whose element's v-if
evaluates to false
#5352
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: ssr
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.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.
The text was updated successfully, but these errors were encountered: