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 c46c015 commit c659fe4Copy full SHA for c659fe4
package.json
@@ -54,7 +54,7 @@
54
"devDependencies": {
55
"@rc-component/father-plugin": "^1.0.1",
56
"@testing-library/jest-dom": "^5.16.5",
57
- "@testing-library/react": "^14.0.0",
+ "@testing-library/react": "^14.2.1",
58
"@types/classnames": "^2.2.9",
59
"@types/jest": "^29.2.4",
60
"@types/react": "^17.0.13",
src/index.tsx
@@ -1,8 +1,8 @@
1
-import * as React from 'react';
2
import classNames from 'classnames';
3
import useMergedState from 'rc-util/lib/hooks/useMergedState';
4
-import { composeRef } from 'rc-util/lib/ref';
5
import omit from 'rc-util/lib/omit';
+import { composeRef } from 'rc-util/lib/ref';
+import * as React from 'react';
6
7
import MotionThumb from './MotionThumb';
8
0 commit comments