Hydration mismatch when using Reusable Transition with v-if #5991
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: ssr
Vue version
3.2.36
Link to minimal reproduction
https://stackblitz.com/edit/github-96ft3e-z7szup
Steps to reproduce
What is expected?
No warning
What is actually happening?
Hydration children mismatch: server rendered element contains fewer child nodes than client vdom.
System Info
No response
Any additional comments?
v-show instead of v-if is working as expected
The text was updated successfully, but these errors were encountered: