Subscribe on changes!

SSR skipping hydration when using component :is

avatar
Oct 21st 2022

Vue version

3.2

Link to minimal reproduction

https://stackblitz.com/edit/github-tkrltv?file=src/pages/Home.vue

Steps to reproduce

Reload the Home.vue page. <component :is .../> example doesn't render, while the example using a render function does

What is expected?

Both ways of achieving the same result should work

What is actually happening?

Only the render function works

System Info

stackblitz env

Any additional comments?

No response

avatar
Nov 29th 2022

duplicate of #6435