perf: directly update currentHydrationNode
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details

This commit is contained in:
daiwei 2025-09-30 10:14:39 +08:00
parent 679a67dbba
commit 59ac4d85da
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function adoptTemplateImpl(node: Node, template: string): Node | null {
node = handleMismatch(node, template)
}
advanceHydrationNode(node)
currentHydrationNode = node.nextSibling
return node
}