安装framer-motion并从'framer';导入{ Frame,useMotionValue,useTransform }。但是,我得到了以下错误。Cannot find module 'framer' or its corresponding type declarations.ts(2307)
(F:\framer-motion\pizzajoint\node_modules\webpack\lib\NormalModule.js:471:10) at F:\framer-motion\pizzajoint\node_modules\loader-runner\lib\lib\LoaderRunner.js:221:10)
F:\framer-motion\pizzajoint\node_
I tried to make a modal window but I couldn't do it since framer doesn't work.import {motion} from 'framer-motion'
hidden: { opacity: 0,I installed framer using yarn.