chore: update

This commit is contained in:
daiwei 2025-09-29 16:01:32 +08:00
parent 3fc644e22a
commit 9ffd47b0a6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ function locateHydrationNodeImpl(): void {
if (usedCount !== undefined) { if (usedCount !== undefined) {
node = locateChildByLogicalIndex( node = locateChildByLogicalIndex(
insertionParent!, insertionParent!,
($idx || 0) + usedCount + 1, $idx + usedCount + 1,
)! )!
usedCount++ usedCount++
} else { } else {