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 3b38bde commit f44d6d9Copy full SHA for f44d6d9
src/hooks/useDataEntities.ts
@@ -1,8 +1,7 @@
1
import * as React from 'react';
2
import { convertDataToEntities } from 'rc-tree/lib/utils/treeUtil';
3
import type { DataEntity } from 'rc-tree/lib/interface';
4
-import type { FieldNames } from '../TreeSelect';
5
-import type { SafeKey } from '../interface';
+import type { SafeKey, FieldNames } from '../interface';
6
import warning from 'rc-util/lib/warning';
7
import { isNil } from '../utils/valueUtil';
8
0 commit comments