-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deferred tree deletion needs to take non-managed trees into account
Summary: Crashes can occur if we try to disassemble trees not managed by React Native - for example a native component tree, Litho hierarchies, etc. As we disassemble the tree, ensure that children are managed before disassembling a subtree. Changelog: [Internal] Reviewed By: ryancat Differential Revision: D37493854 fbshipit-source-id: fee4d303133edcef663abfe8637bce6b24627724
- Loading branch information
1 parent
3a7170c
commit 297b571
Showing
1 changed file
with
33 additions
and
8 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