react-component/image

Missing dependency 'rc-motion' in package.json

alienzhangyw opened this issue · 0 comments

Yarn build error:
image

import CSSMotion from 'rc-motion';

image/package.json

Lines 44 to 50 in b2b1f0f

"dependencies": {
"@babel/runtime": "^7.11.2",
"@rc-component/portal": "^1.0.2",
"classnames": "^2.2.6",
"rc-dialog": "~9.0.0",
"rc-util": "^5.0.6"
},