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 d050c95b18..f363535523 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<<2fd27704711e4d0ffab11c7c21fee224>> + * @generated SignedSource<> */ "use strict"; @@ -13006,7 +13006,7 @@ if (__DEV__) { // We may have already copied the props object above to remove ref. If so, // we can modify that. Otherwise, copy the props object with Object.assign. if (newProps === baseProps) { - newProps = assign({}, newProps, baseProps); + newProps = assign({}, newProps); } // Taken from old JSX runtime, where this used to live. for (var _propName in defaultProps) { @@ -26652,7 +26652,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-canary-0c0d6d6d"; + var ReactVersion = "19.0.0-canary-581264cc"; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js index c66008955e..15d6f529db 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<1dd8bb3dc2153d156dd96432dba441cd>> + * @generated SignedSource<> */ "use strict"; @@ -3464,7 +3464,7 @@ function resolveClassComponentProps( ) { var newProps = baseProps; if ((Component = Component.defaultProps) && !alreadyResolvedDefaultProps) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -9144,7 +9144,7 @@ var devToolsConfig$jscomp$inline_1019 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-canary-5154cd5b", + version: "19.0.0-canary-7a48fce4", rendererPackageName: "react-test-renderer" }; var internals$jscomp$inline_1238 = { @@ -9175,7 +9175,7 @@ var internals$jscomp$inline_1238 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-5154cd5b" + reconcilerVersion: "19.0.0-canary-7a48fce4" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1239 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js index c42289461c..e5b4b357bb 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<479c2ca549cdf886d9b952949809f126>> + * @generated SignedSource<> */ "use strict"; @@ -3634,7 +3634,7 @@ function resolveClassComponentProps( ) { var newProps = baseProps; if ((Component = Component.defaultProps) && !alreadyResolvedDefaultProps) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -9782,7 +9782,7 @@ var devToolsConfig$jscomp$inline_1082 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-canary-2a177f7f", + version: "19.0.0-canary-7fb14041", rendererPackageName: "react-test-renderer" }; (function (internals) { @@ -9826,7 +9826,7 @@ var devToolsConfig$jscomp$inline_1082 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-2a177f7f" + reconcilerVersion: "19.0.0-canary-7fb14041" }); exports._Scheduler = Scheduler; exports.act = act; 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 ff41bb76b1..7f50772978 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 @@ -ed4023603632787db6416bee8e85e68d98ad29bd +9defcd56bc3cd53ac2901ed93f29218007010434 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 a451087c1e..e2aaaa7194 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<<158d73c5518a6a28f53717610189a696>> */ "use strict"; @@ -16558,7 +16558,7 @@ to return true:wantsResponderID| | // We may have already copied the props object above to remove ref. If so, // we can modify that. Otherwise, copy the props object with Object.assign. if (newProps === baseProps) { - newProps = assign({}, newProps, baseProps); + newProps = assign({}, newProps); } // Taken from old JSX runtime, where this used to live. for (var _propName in defaultProps) { @@ -30286,7 +30286,7 @@ to return true:wantsResponderID| | return root; } - var ReactVersion = "19.0.0-canary-7ae6f53c"; + var ReactVersion = "19.0.0-canary-5d6d8736"; /* * 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/ReactFabric-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js index 484f185e34..1e1e6d3414 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<4ab04a84cd69ab2bd7c9b727f4fa1612>> + * @generated SignedSource<<0e4b40bc0587df35c50de0d0321f8af2>> */ "use strict"; @@ -5034,7 +5034,7 @@ function resolveClassComponentProps( (Component = Component.defaultProps) && (disableDefaultPropsExceptForClasses || !alreadyResolvedDefaultProps) ) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -10597,7 +10597,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1099 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-canary-58256eec", + version: "19.0.0-canary-8cc7c10c", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10640,7 +10640,7 @@ var internals$jscomp$inline_1366 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-58256eec" + reconcilerVersion: "19.0.0-canary-8cc7c10c" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1367 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js index d788a47aa6..42ce355933 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<813f6dc65831980928080bda767b77e1>> + * @generated SignedSource<<7546478ab9f50ee5a66b895958b26b28>> */ "use strict"; @@ -5226,7 +5226,7 @@ function resolveClassComponentProps( (Component = Component.defaultProps) && (disableDefaultPropsExceptForClasses || !alreadyResolvedDefaultProps) ) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -11302,7 +11302,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1179 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-canary-348a26f7", + version: "19.0.0-canary-cae54ba1", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11358,7 +11358,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-348a26f7" + reconcilerVersion: "19.0.0-canary-cae54ba1" }); exports.createPortal = function (children, containerTag) { return createPortal$1( 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 c4f941fa6b..5b7fcaf158 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<<184a9633ac8a1c29149afaca75347242>> + * @generated SignedSource<> */ "use strict"; @@ -16829,7 +16829,7 @@ to return true:wantsResponderID| | // We may have already copied the props object above to remove ref. If so, // we can modify that. Otherwise, copy the props object with Object.assign. if (newProps === baseProps) { - newProps = assign({}, newProps, baseProps); + newProps = assign({}, newProps); } // Taken from old JSX runtime, where this used to live. for (var _propName in defaultProps) { @@ -30739,7 +30739,7 @@ to return true:wantsResponderID| | return root; } - var ReactVersion = "19.0.0-canary-a41df4ab"; + var ReactVersion = "19.0.0-canary-1adfe2d5"; /* * 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-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js index baf91c53bf..192640d4c0 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<00af43e020c169c2dff69684d08d5d7a>> + * @generated SignedSource<> */ "use strict"; @@ -5087,7 +5087,7 @@ function resolveClassComponentProps( (Component = Component.defaultProps) && (disableDefaultPropsExceptForClasses || !alreadyResolvedDefaultProps) ) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -10816,7 +10816,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1168 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-canary-69bc894f", + version: "19.0.0-canary-af4a82a4", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10859,7 +10859,7 @@ var internals$jscomp$inline_1452 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-69bc894f" + reconcilerVersion: "19.0.0-canary-af4a82a4" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1453 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js index a7fc845507..a2b1cd4bce 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<434690ae3c6bd7083e119ab852376c3e>> + * @generated SignedSource<<277d7b89bf0502e0ae1bd774d61f55c0>> */ "use strict"; @@ -5279,7 +5279,7 @@ function resolveClassComponentProps( (Component = Component.defaultProps) && (disableDefaultPropsExceptForClasses || !alreadyResolvedDefaultProps) ) { - newProps === baseProps && (newProps = assign({}, newProps, baseProps)); + newProps === baseProps && (newProps = assign({}, newProps)); for (var propName in Component) void 0 === newProps[propName] && (newProps[propName] = Component[propName]); @@ -11522,7 +11522,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1248 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-canary-ad58aafc", + version: "19.0.0-canary-44005ec6", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11578,7 +11578,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-ad58aafc" + reconcilerVersion: "19.0.0-canary-44005ec6" }); exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = { computeComponentStackForErrorReporting: function (reactTag) {