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 802c9ca commit 37de3bdCopy full SHA for 37de3bd
1 file changed
packages/x-tree-view/src/SimpleTreeView/SimpleTreeView.tsx
@@ -76,7 +76,7 @@ const SimpleTreeView = React.forwardRef(function SimpleTreeView<
76
>({
77
plugins: SIMPLE_TREE_VIEW_PLUGINS,
78
rootRef: ref,
79
- props: { ...props, items: [] },
+ props: { ...props, items: EMPTY_ITEMS },
80
});
81
82
const { slots, slotProps } = props;
0 commit comments