Match-id-b24a47ba6afc9d27a78eb451bef46b40cc18f848

This commit is contained in:
* 2022-01-27 10:21:33 +08:00 committed by *
parent 863c4fe684
commit 1ea19e1f65
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ function triggerUpdate(vNode, state) {
const root = updateShouldUpdateOfTree(vNode); const root = updateShouldUpdateOfTree(vNode);
if (root !== null) { if (root !== null) {
tryRenderRoot(root); tryRenderFromRoot(root);
} }
} }