File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 },
3737 "dependencies" : {
3838 "@babel/runtime" : " ^7.10.1" ,
39- "rc-util" : " ^5.27 .0"
39+ "@ rc-component/ util" : " ^1.3 .0"
4040 },
4141 "devDependencies" : {
4242 "@rc-component/father-plugin" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1- import { supportRef } from 'rc-util/lib/ref' ;
1+ import { supportRef } from '@ rc-component/ util/lib/ref' ;
22import * as React from 'react' ;
33
44export type CompareProps < T extends React . ComponentType < any > > = (
Original file line number Diff line number Diff line change 1- import useEvent from 'rc-util/lib/hooks/useEvent ' ;
2- import useLayoutEffect from 'rc-util/lib/hooks/useLayoutEffect ' ;
3- import isEqual from 'rc-util/lib/isEqual' ;
1+ import useLayoutEffect from '@ rc-component/ util/lib/hooks/useLayoutEffect ' ;
2+ import useEvent from '@ rc-component/ util/lib/hooks/useEvent ' ;
3+ import isEqual from '@ rc-component/ util/lib/isEqual' ;
44import * as React from 'react' ;
55import { unstable_batchedUpdates } from 'react-dom' ;
66
You can’t perform that action at this time.
0 commit comments