v-html and v-text on components do not work in SSR
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
Use any code like:
<Comp v-html="'Hello'"></Comp>
What is expected?
SSR should be Hello
What is actually happening?
Nothing is outputted in SSR. Client side rendering is working fine.
System Info
No response
Any additional comments?
No response