-
-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
didMountComponentsWithRootTag
on the new arch (#2687)
## Description Removes usage of `didMountComponentsWithRootTag` on the new architecture. It was doing exactly the same thing as `flushOperations` but was executed on a different thread, which could cause crashes. Removing this method shouldn't change any behavior as `flushOperations` is scheduled after every operation. Closes #2658 ## Test plan See #2658
- Loading branch information
1 parent
7a13ef5
commit 44499f2
Showing
1 changed file
with
4 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters