Skip to content

Commit aa33eab

Browse files
authored
Update children.js
1 parent a04564d commit aa33eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff/children.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function diffChildren(
176176
oldChildren,
177177
newDom,
178178
oldDom,
179-
i === renderResult.length - 1
179+
!isHydrating && i === renderResult.length - 1
180180
);
181181
}
182182

0 commit comments

Comments
 (0)