chakra-react-practice: ../value/index.mjs not found

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’;