From 1369eb57ecd3c9cb72e1b7b480f8f49cb08428df Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Thu, 14 Apr 2022 10:50:23 -0700 Subject: [PATCH] React Native sync for revisions 8dcedba...60e63b9 Summary: This sync includes the following changes: - **[60e63b960](https://github.com/facebook/react/commit/60e63b960 )**: remove console.error in ReactFiberLane ([#24319](https://github.com/facebook/react/pull/24319)) //// - **[ec52a5698](https://github.com/facebook/react/commit/ec52a5698 )**: Fix: Don't call cWU if already unmounted //// - **[46db4e996](https://github.com/facebook/react/commit/46db4e996 )**: Combine deletion phase into single recursive function //// - **[481dece58](https://github.com/facebook/react/commit/481dece58 )**: Use recursion to traverse during mutation phase //// - **[f9e6aef82](https://github.com/facebook/react/commit/f9e6aef82 )**: Wrap try-catch directly around each user function //// - **[bcc1b3121](https://github.com/facebook/react/commit/bcc1b3121 )**: Move reportUncaughtErrorInDev to captureCommitPhaseError //// - **[c99c5f1df](https://github.com/facebook/react/commit/c99c5f1df )**: Move ad hoc flag checks into main switch statement //// - **[54b5b32d5](https://github.com/facebook/react/commit/54b5b32d5 )**: Move Update flag check into each switch case //// - **[e66e7a0fb](https://github.com/facebook/react/commit/e66e7a0fb )**: Inline commitWork into commitMutationOnFiber //// - **[12d7a9ad7](https://github.com/facebook/react/commit/12d7a9ad7 )**: Combine commitWork into single switch statement //// - **[ea7b2ec28](https://github.com/facebook/react/commit/ea7b2ec28 )**: Remove wrong return pointer warning //// Changelog: [General][Changed] - React Native sync for revisions 8dcedba...60e63b9 jest_e2e[run_all_tests] Reviewed By: kacieb Differential Revision: D35581192 fbshipit-source-id: d8674d2871612d2f27eaf8d75ff05e54ab91271d --- Libraries/Renderer/REVISION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Renderer/REVISION b/Libraries/Renderer/REVISION index b62a32bca5f..87589ca9c1f 100644 --- a/Libraries/Renderer/REVISION +++ b/Libraries/Renderer/REVISION @@ -1 +1 @@ -8dcedba15a4a0f5545e3b386355000208884b24f \ No newline at end of file +60e63b960f19d4c846cf32d47d2a974297ae253a \ No newline at end of file