Skip to content

Commit 5b80c93

Browse files
committed
fixup! fixup! fixup! Change default properties from null to undefined (#662)
1 parent 01b093a commit 5b80c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export const isChildrenEmpty = (children) => children == null
2-
|| children === undefined
32
|| children === false
43
|| (Array.isArray(children) && children.length === 0);

0 commit comments

Comments
 (0)