1. error file
chakra-react-practice/node_modules/framer-motion/dist/es/index.mjs
2. patch
13 – export { MotionValue, motionValue } from ‘../value/index.mjs’;
13 + export { MotionValue, motionValue } from ‘./value/index.mjs’;
1. error file
chakra-react-practice/node_modules/framer-motion/dist/es/index.mjs
2. patch
13 – export { MotionValue, motionValue } from ‘../value/index.mjs’;
13 + export { MotionValue, motionValue } from ‘./value/index.mjs’;