File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 },
4646 "dependencies" : {
4747 "classnames" : " 2.x" ,
48- "@rc-component/select" : " ~1.0.2 " ,
48+ "@rc-component/select" : " ~1.0.7 " ,
4949 "@rc-component/tree" : " ~1.0.1" ,
5050 "@rc-component/util" : " ^1.2.1"
5151 },
Original file line number Diff line number Diff line change 11import type { BaseSelectPropsWithoutPrivate , BaseSelectRef } from '@rc-component/select' ;
22import { BaseSelect } from '@rc-component/select' ;
3- import useId from '@rc-component/select /lib/hooks/useId' ;
3+ import useId from '@rc-component/util /lib/hooks/useId' ;
44import type { IconType } from '@rc-component/tree/lib/interface' ;
55import type { ExpandAction } from '@rc-component/tree/lib/Tree' ;
66import { conductCheck } from '@rc-component/tree/lib/utils/conductUtil' ;
You can’t perform that action at this time.
0 commit comments