diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js index f23c24c3ac3be..94fe3406f7eca 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<286f871bd1498529f1c4a240e3588ad5>> + * @generated SignedSource<> */ 'use strict'; @@ -21988,6 +21988,7 @@ function recursivelyTraverseAndDoubleInvokeEffectsInDEV(root, parentFiber, isInS function doubleInvokeEffectsOnFiber(root, fiber) { var shouldDoubleInvokePassiveEffects = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + setIsStrictModeForDevtools(true); disappearLayoutEffects(fiber); if (shouldDoubleInvokePassiveEffects) { @@ -21999,6 +22000,8 @@ function doubleInvokeEffectsOnFiber(root, fiber) { if (shouldDoubleInvokePassiveEffects) { reconnectPassiveEffects(root, fiber, NoLanes, null, false); } + + setIsStrictModeForDevtools(false); } function doubleInvokeEffectsInDEVIfNecessary(root, fiber, parentIsInStrictMode) { @@ -23303,7 +23306,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-rc-d64da7b1'; +var ReactVersion = '19.0.0-rc-143c3a2f'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION index 65bd44f344103..8bec10254f085 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION @@ -1 +1 @@ -217b2ccf160d7594a926d276a75c7312b299be4d +3ac551e855f9bec3161da2fc8787958aa62113db diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js index 29db156ce07bc..aa36230c6dccc 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ 'use strict'; @@ -24710,6 +24710,7 @@ function recursivelyTraverseAndDoubleInvokeEffectsInDEV(root, parentFiber, isInS function doubleInvokeEffectsOnFiber(root, fiber) { var shouldDoubleInvokePassiveEffects = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + setIsStrictModeForDevtools(true); disappearLayoutEffects(fiber); if (shouldDoubleInvokePassiveEffects) { @@ -24721,6 +24722,8 @@ function doubleInvokeEffectsOnFiber(root, fiber) { if (shouldDoubleInvokePassiveEffects) { reconnectPassiveEffects(root, fiber, NoLanes, null, false); } + + setIsStrictModeForDevtools(false); } function doubleInvokeEffectsInDEVIfNecessary(root, fiber, parentIsInStrictMode) { @@ -26042,7 +26045,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-rc-a8857e8e'; +var ReactVersion = '19.0.0-rc-bb385be5'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js index 6271becb7111e..d890733e054f7 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<41909aca302c98b3f31b275cee319e39>> + * @generated SignedSource<<55f31038f2be45dd38383c50d946e009>> */ 'use strict'; @@ -25060,6 +25060,7 @@ function recursivelyTraverseAndDoubleInvokeEffectsInDEV(root, parentFiber, isInS function doubleInvokeEffectsOnFiber(root, fiber) { var shouldDoubleInvokePassiveEffects = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + setIsStrictModeForDevtools(true); disappearLayoutEffects(fiber); if (shouldDoubleInvokePassiveEffects) { @@ -25071,6 +25072,8 @@ function doubleInvokeEffectsOnFiber(root, fiber) { if (shouldDoubleInvokePassiveEffects) { reconnectPassiveEffects(root, fiber, NoLanes, null, false); } + + setIsStrictModeForDevtools(false); } function doubleInvokeEffectsInDEVIfNecessary(root, fiber, parentIsInStrictMode) { @@ -26392,7 +26395,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-rc-a63abc4e'; +var ReactVersion = '19.0.0-rc-5945dec0'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol