Description
When using a layout component whose width is animated based on another sibling component presence, the layout animation fails to work if the sibling components is wrapped with AnimatePresence.
stackblitz
Stackblitz
3. Steps to reproduce
- Toggle the checkbox
4. Expected behavior
The width of the layout animation div should animate.