Przeglądaj źródła

fix(tree): remove expandedKeys prop default value (#3184)

bowen 1 rok temu
rodzic
commit
92875cbecc
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/components/Tree/src/types/tree.ts

+ 0 - 1
src/components/Tree/src/types/tree.ts

@@ -91,7 +91,6 @@ export const treeProps = buildProps({
 
   expandedKeys: {
     type: Array as PropType<KeyType[]>,
-    default: () => [],
   },
 
   selectedKeys: {