We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a7b81 commit f9a8a70Copy full SHA for f9a8a70
src/js/TreeNode.js
@@ -22,7 +22,7 @@ class TreeNode extends React.Component {
22
static defaultProps = {
23
children: null,
24
icon: null,
25
- rawChildren: undefined,
+ rawChildren: null,
26
};
27
28
constructor(props) {
0 commit comments