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
Fix uncancelled requestAnimationFrame in send message handlers
Track pending send-scroll animation frame IDs in a ref and cancel
them both when a new send triggers another RAF and on component
unmount, restoring the careful resource management pattern used
elsewhere in the component.
0 commit comments