Skip to content

Commit 1cf7e6c

Browse files
authored
Merge pull request #4685 from preactjs/remove-missing-null
Remove missing null
2 parents 9a8dc3d + 8543dc2 commit 1cf7e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export function diff(
261261
let renderResult = isTopLevelFragment ? tmp.props.children : tmp;
262262

263263
if (isTopLevelFragment) {
264-
tmp.props.children = null;
264+
tmp.props.children = NULL;
265265
}
266266

267267
oldDom = diffChildren(

0 commit comments

Comments
 (0)