[ssr] Hydration error with <component :is="someVar"> #3244
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: ssr
Version
3.0.5
Reproduction link
https://github.com/rstoenescu/vue3-ssr-bug-component-is
Steps to reproduce
Also check terminal output:
<my-x />
from template OR replace it with<div />
. Notice no hydration error.What is expected?
No hydration error.
What is actually happening?
Hydration error when another component is placed as sibling of
<component :is="...">
The text was updated successfully, but these errors were encountered: