Using AnimatePresence
here from framer-motion
and the exit animation of the outer parent does not seem to fire.
The enter animations fire for all 3 elements. For the exit animaions, only the 2 children's exit animations fire. The outer parent vanishes with no exit animation. What gives?
CodeSandbox: https://codesandbox.io/s/dusty-badger-forked-yu5xm?file=/components/overlay.js