ERRORS when try to render slots manually with computed and <component is />
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
click the 'add' button.
What is expected?
the string 'default' change to 'default-add.
What is actually happening?
show errors.
System Info
No response
Any additional comments?
I want to render the slot manually,but it seem to must use the h function。If not,it wont be reactive.