You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReanimatedMountHook skipped handleNodeRemovals on Reanimated's own
commits. While CSS animations run, every mount carries the mount trait,
so the cleanup never ran for the duration of the animation. Tearing the
view tree down mid-animation then leaked the unmounted nodes (and their
still-scheduled CSS animations) in all update registries on Android.
Always run handleNodeRemovals; gate only the commit-unpause on React
commits.
0 commit comments