所以在我的应用程序中,我通过键入添加 react-animation-components
yarn add react-animation-components@3.0.0
然后我导入FadeTransform属性
import { FadeTransform } from 'react-animation-components';
但是,我收到此消息,指出无法识别react-animation-components的声明。
我输入这个
yarn add @types/react-animation-components
但仍然没有。
为什么会这样?