You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If we patch a vnode to some element with different tag name,
the original element will be removed and be replaced with a new element.
The new element can not be accessed unless we do a `querySelector`.
Describe the solution you'd like
Let `patch()` returns the new element, so that we can keep a reference
to the real dom.
Describe alternatives you've considered
None.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: