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
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
vdom should not break early if the nodes are strictly equal, as it is the result of the the render that needs to be compared for early exit which already occurs.
The early exit should only be performed for HNodes.
The text was updated successfully, but these errors were encountered:
Bug
vdom
should not break early if the nodes are strictly equal, as it is the result of the the render that needs to be compared for early exit which already occurs.The early exit should only be performed for
HNode
s.The text was updated successfully, but these errors were encountered: