diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js index c0ab6902ae7a0..e757700502aee 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<72055afa4818e8a565d07875c49b2d9d>> */ 'use strict'; @@ -16185,28 +16185,20 @@ function safelyDetachRef(current, nearestMountedAncestor) { } } } else if (typeof ref === 'function') { - var retVal; - try { if (shouldProfile(current)) { try { startLayoutEffectTimer(); - retVal = ref(null); + ref(null); } finally { recordLayoutEffectDuration(current); } } else { - retVal = ref(null); + ref(null); } } catch (error) { captureCommitPhaseError(current, nearestMountedAncestor, error); } - - { - if (typeof retVal === 'function') { - error('Unexpected return value from a callback ref in %s. ' + 'A callback ref should not return a function.', getComponentNameFromFiber(current)); - } - } } else { // $FlowFixMe[incompatible-use] unable to narrow type to RefObject ref.current = null; @@ -22986,7 +22978,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-canary-c4e3bea9'; +var ReactVersion = '19.0.0-canary-acecb093'; /* * 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 d7ae26c1bbb0d..ec5bdd3366836 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 @@ -368202181e772d411b2445930aea1edd9428b09b +db913d8e17db25045e0518f3621f1640f2390525 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 00c7f089ac591..3b123ddae400d 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<<6bbaf37a7e6d0c6b86bd687aa4e09ebe>> + * @generated SignedSource<> */ 'use strict'; @@ -19444,28 +19444,20 @@ function safelyDetachRef(current, nearestMountedAncestor) { } } } else if (typeof ref === 'function') { - var retVal; - try { if (shouldProfile(current)) { try { startLayoutEffectTimer(); - retVal = ref(null); + ref(null); } finally { recordLayoutEffectDuration(current); } } else { - retVal = ref(null); + ref(null); } } catch (error) { captureCommitPhaseError(current, nearestMountedAncestor, error); } - - { - if (typeof retVal === 'function') { - error('Unexpected return value from a callback ref in %s. ' + 'A callback ref should not return a function.', getComponentNameFromFiber(current)); - } - } } else { // $FlowFixMe[incompatible-use] unable to narrow type to RefObject ref.current = null; @@ -26056,7 +26048,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-canary-b83624af'; +var ReactVersion = '19.0.0-canary-f7d342a2'; /* * 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 0e227c6f612be..9772c0dce82d0 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<<1c5ee0ee0fef4e85b317999b53699b5f>> + * @generated SignedSource<<067d8fee132e988882b3b0dcb3c6e6da>> */ 'use strict'; @@ -19491,28 +19491,20 @@ function safelyDetachRef(current, nearestMountedAncestor) { } } } else if (typeof ref === 'function') { - var retVal; - try { if (shouldProfile(current)) { try { startLayoutEffectTimer(); - retVal = ref(null); + ref(null); } finally { recordLayoutEffectDuration(current); } } else { - retVal = ref(null); + ref(null); } } catch (error) { captureCommitPhaseError(current, nearestMountedAncestor, error); } - - { - if (typeof retVal === 'function') { - error('Unexpected return value from a callback ref in %s. ' + 'A callback ref should not return a function.', getComponentNameFromFiber(current)); - } - } } else { // $FlowFixMe[incompatible-use] unable to narrow type to RefObject ref.current = null; @@ -26471,7 +26463,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-canary-f6aae78f'; +var ReactVersion = '19.0.0-canary-f9159889'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol