mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b44f4dda4f
Summary: When REMOVE animations finish, they are hitting asserts in StubViewTree because of UPDATEs and REMOVEs being out-of-order. By simply not forcing REMOVEs to happen before UPDATEs, this problem seems to go away. Long-term (in a couple weeks, likely) I want to add unit tests to catch all cases like this, but I'm comfortable with this change since it does fix a known assert failure. Changelog: [Internal] Differential Revision: D28086223 fbshipit-source-id: eb77ea94d76e996d7b2cb37038ce6f2a9799f8b4