Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard against surface manager exceptions (#47910)
Summary: Pull Request resolved: #47910 It seems there could be a race where a commit is being processed on the JS thread after the surface has been removed from the mounting manager. Since we don't actually need to retrieve the default paddings in these cases, there's no reason we need an enforced read of the SurfaceMountingManager. ## Changelog [Internal] Reviewed By: javache Differential Revision: D66369969 fbshipit-source-id: 44ccdc9beafdbd0ac47457fb01c4114348c1a316
- Loading branch information