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
Summary: 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] Differential Revision: D66369969
- Loading branch information