Skip to content

Commit f9a8a70

Browse files
committed
Correct default for rawChildren
1 parent b2a7b81 commit f9a8a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/TreeNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TreeNode extends React.Component {
2222
static defaultProps = {
2323
children: null,
2424
icon: null,
25-
rawChildren: undefined,
25+
rawChildren: null,
2626
};
2727

2828
constructor(props) {

0 commit comments

Comments
 (0)