Is m not compatible with AnimatePresence? #3138
Unanswered
jungsikjeong
asked this question in
Q&A
Replies: 1 comment
-
Try changing the "framer-motion" package to the "motion/react" package.
import { Button } from '@/shared/ui/button'
// import { AnimatePresence, motion } from 'framer-motion'
import { LazyMotion, AnimatePresence } from 'motion/react'
import * as m from 'motion/react-m' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is m not compatible with AnimatePresence?
I did the following, but exit doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions