Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AnimatedEvent leaking topScrollEnded handler (#46576)
Summary: Pull Request resolved: #46576 We automatically add this handler in `addAnimatedEventToView` but we do not remove it in `removeAnimatedEventFromView`, which causes us to leak it. This is especially bad as we attach and detach the event handler multiple times while rendering. Changelog: [Internal] Reviewed By: tdn120 Differential Revision: D63029768 fbshipit-source-id: 9ef2bc6887fecb7ab448af4dee94463f8be27768
- Loading branch information