motiondivision / motion

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

fix: memoize onExitComplete handler #2802

Closed custardcream98 closed 1 month ago

custardcream98 commented 2 months ago

onExitComplete is recreated every time the parent component rerenders when the presenceAffectsLayout prop of AnimatePresence is set to true, which unnecessarily recreates the safeToRemove callback.

closes #2801

mattgperry commented 1 month ago

Thanks for the PR!