Skip to content

Commit 8543dc2

Browse files
committed
Remove missing null
1 parent 9a8dc3d commit 8543dc2

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)