Replies: 1 comment 1 reply
-
|
I have this problem too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Framer-motion v6+ seems to ship non-es5 compatible code. Is it possible to transpile this down so there are no
lets or...s? I'm using Next.js 13.1 and used thetranspilePackagesfeature seen here - https://nextjs.org/docs/advanced-features/compiler#module-transpilationWhile I have
browserslistfor">0.3%, defaults, supports es5"however I get an error:I also tried using non-Next.js to transpile it, and got same error. Is it possible to transpile this down?
Beta Was this translation helpful? Give feedback.
All reactions