Skip to content

Commit 37de3bd

Browse files
Fix
1 parent 802c9ca commit 37de3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/x-tree-view/src/SimpleTreeView/SimpleTreeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const SimpleTreeView = React.forwardRef(function SimpleTreeView<
7676
>({
7777
plugins: SIMPLE_TREE_VIEW_PLUGINS,
7878
rootRef: ref,
79-
props: { ...props, items: [] },
79+
props: { ...props, items: EMPTY_ITEMS },
8080
});
8181

8282
const { slots, slotProps } = props;

0 commit comments

Comments
 (0)