-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Description
Vue version
3.5.26
Link to minimal reproduction
Steps to reproduce
The error appears when clicking the "update" button.
What is expected?
I generated a vnode in computed and then completed the vnode rendering in . I know that passing a function would be a better choice, but itself supports vnode. I just don't understand why the vnode causes an error when it appears in computed.
What is actually happening?
Using the h function does not cause errors, but if using JSX which compiles to createVNode, the error appears. This is a working example: link1 link2.
System Info
Chrome 143.0.7499.170
Windows 11Any additional comments?
This is my working example, I have tried my best to simplify the logic. This is the non-working example link, and this is the working example(Parent1.vue Transition) link.
Metadata
Metadata
Assignees
Labels
No labels