Module not found Error (Framer-motion/browser.js)
🚧 The issue has been resolved - we no longer have Framer Motion as a dependency. [ >0.14.x]
After installing the SDK you may hit an error when you try to build your React App:
This is because by default Webpack requires all EcmaScript Modules to be fully specified when importing. This is likely an issue in a downstream third-party library such as framer-motion for which our SDK depends.
This is a simple fix by updating your Webpack config rules to disable fullySpecified:
Was this page helpful?