Open lezan opened 2 months ago
There's no m
alternative in Framer Motion 3D currently. So yeah currently you cannot use them in conjunction with strict
. If you know what you're doing and the Framer Motion 3D components load later than the initial bundle then you can remove strict
.
But also, the size of React Three Fiber and Three.js will dwarf Framer Motion anyway. So if you're including those in the initial bundle you won't see much benefit from LazyMotion
.
1. Read the FAQs 👇
2. Describe the bug
Using
LazyMotion
withstrict
prop throw an error also withmotion
fromframer-motion-3d
.3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/p/sandbox/v4gc78
4. Steps to reproduce
Steps to reproduce the behavior:
5. Expected behavior
I am getting this error
if I use
framer-motion
andframer-motion-3d
I cannot useLazyMotion
? Because as far I know there is notm
component to use fromframer-motion-3d
. Error is telling the truth or it does not recognizemotion
come fromframer-motion-3d
and so I can remove thestrict
prop and safe ignore the error?6. Video or screenshots
I think not applicable
7. Environment details
I think not applicable, getting the same error also in codesanbox.