Match-id-b24a47ba6afc9d27a78eb451bef46b40cc18f848
This commit is contained in:
parent
863c4fe684
commit
1ea19e1f65
|
@ -134,7 +134,7 @@ function triggerUpdate(vNode, state) {
|
|||
|
||||
const root = updateShouldUpdateOfTree(vNode);
|
||||
if (root !== null) {
|
||||
tryRenderRoot(root);
|
||||
tryRenderFromRoot(root);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue