Răsfoiți Sursa

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

bowen 2 ani în urmă
părinte
comite
92875cbecc
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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: {