You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using Storybook with the <LazyMotion strict> tag. However, I've encountered an issue. In LazyMotion strict mode, I'm required to use "m" instead of "motion." The problem is that the Sheet component of react-modal-sheet uses "motion."
How can I fix this?
Thank you.
The text was updated successfully, but these errors were encountered:
Using LazyMotion is not currently supported by this library but if it's not much of a hassle I can try to add support for it. I haven't used LazyMotion myself so I'm not familiar how it exactly works with 3rd party libs that consume framer-motion.
Hi,
I am currently using Storybook with the
<LazyMotion strict>
tag. However, I've encountered an issue. In LazyMotion strict mode, I'm required to use "m" instead of "motion." The problem is that the Sheet component of react-modal-sheet uses "motion."How can I fix this?
Thank you.
The text was updated successfully, but these errors were encountered: