motiondivision / motion

A modern animation library for React and JavaScript
https://motion.dev
MIT License
25.66k stars 843 forks source link

[BUG] The staggerChildren exit transition is not working within AnimatePresence #2838

Open sahebyuvrajsingh opened 1 month ago

sahebyuvrajsingh commented 1 month ago

I am unable to get the staggerChildren working on conditionally rendered navigation within AnimatePresence, specially for the exit part. I am stuck on this part since 2-3 weeks now. I have mentioned the sandbox here within which replicates my exact situation. Please can anyone have a look into it, I would be really glad and grateful.

Minimal Reproduction https://codesandbox.io/p/sandbox/cool-tereshkova-xzdt6y

Framer Motion - StaggerChildren Error