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.
rc-motion
rc-animate
1 parent 184d75e commit be1eb16Copy full SHA for be1eb16
package.json
@@ -66,7 +66,7 @@
66
"dependencies": {
67
"@babel/runtime": "^7.10.1",
68
"classnames": "2.x",
69
- "rc-select": "^11.0.4",
+ "rc-select": "^11.1.1",
70
"rc-tree": "^3.8.0",
71
"rc-util": "^5.0.5"
72
}
tests/__mocks__/rc-animate/lib/CSSMotionList.js renamed to tests/__mocks__/rc-motion/lib/CSSMotionList.js
@@ -1,6 +1,8 @@
1
+/* eslint-disable import/no-extraneous-dependencies */
2
+
3
import React from 'react';
-import { genCSSMotion } from 'rc-animate/lib/CSSMotion';
-import CSSMotionList, { genCSSMotionList } from 'rc-animate/lib/CSSMotionList';
4
+import { genCSSMotion } from 'rc-motion/lib/CSSMotion';
5
+import CSSMotionList, { genCSSMotionList } from 'rc-motion/lib/CSSMotionList';
6
7
let mock = false;
8
0 commit comments