diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index 4342435364a6d..38399fd799064 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.0.0-native-fb-14a4699f-20240725 \ No newline at end of file +19.0.0-native-fb-e8df0cf9-20240725 \ No newline at end of file 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 f393e2083036a..8d7300d5c0d73 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<> + * @generated SignedSource<<98ac9676f8d7a74c7c8caff92163b015>> */ "use strict"; @@ -1102,15 +1102,14 @@ __DEV__ && child = parentInstance.children.indexOf(child); parentInstance.children.splice(child, 1); } - function printToConsole(methodName, args, badgeName) { + function bindToConsole(methodName, args, badgeName) { var offset = 0; switch (methodName) { case "dir": case "dirxml": case "groupEnd": case "table": - console[methodName].apply(console, args); - return; + return bind.apply(console[methodName], [console].concat(args)); case "assert": offset = 1; } @@ -1118,7 +1117,8 @@ __DEV__ && "string" === typeof args[offset] ? args.splice(offset, 1, "[%s] " + args[offset], " " + badgeName + " ") : args.splice(offset, 0, "[%s] ", " " + badgeName + " "); - console[methodName].apply(console, args); + args.unshift(console); + return bind.apply(console[methodName], args); } function createCursor(defaultValue) { return { current: defaultValue }; @@ -5502,7 +5502,7 @@ __DEV__ && "object" === typeof error$1 && null !== error$1 && "string" === typeof error$1.environmentName - ? printToConsole( + ? bindToConsole( "error", [ "%o\n\n%s\n\n%s\n", @@ -5511,7 +5511,7 @@ __DEV__ && recreateMessage ], error$1.environmentName - ) + )() : error$jscomp$0( "%o\n\n%s\n\n%s\n", error$1, @@ -13142,6 +13142,7 @@ __DEV__ && appendChildToContainer = appendChild, insertInContainerBefore = insertBefore, removeChildFromContainer = removeChild, + bind = Function.prototype.bind, valueStack = []; var fiberStack = []; var index$jscomp$0 = -1; @@ -15117,14 +15118,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); })({ findFiberByHostInstance: function () { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 1, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-test-renderer" }); exports._Scheduler = Scheduler; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js index 25d6509d12733..c2b84247315fa 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -9328,7 +9328,7 @@ var devToolsConfig$jscomp$inline_1035 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-test-renderer" }; var internals$jscomp$inline_1211 = { @@ -9359,7 +9359,7 @@ var internals$jscomp$inline_1211 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1212 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js index a36959e74e49d..9cd7612ea5b60 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<866410222c049479f0ced248f85b5afd>> + * @generated SignedSource<<7183b18d6271bf4f860edfb728d037e6>> */ "use strict"; @@ -9952,7 +9952,7 @@ var devToolsConfig$jscomp$inline_1119 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-test-renderer" }; (function (internals) { @@ -9996,7 +9996,7 @@ var devToolsConfig$jscomp$inline_1119 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); exports._Scheduler = Scheduler; exports.act = act; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js index 5e7e8e920cde5..a3155a2d04ee7 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<12d77382367d15fcee6da70361208e5c>> + * @generated SignedSource<<2361bda7ee812079297a128e1ca9b170>> */ "use strict"; @@ -1701,7 +1701,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-native-fb-14a4699f-20240725"; + exports.version = "19.0.0-native-fb-e8df0cf9-20240725"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js index 1888b1ea48374..827dcf083942e 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<6b48cfd703c9f1aca729a8d96b4961f0>> + * @generated SignedSource<> */ "use strict"; @@ -576,4 +576,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-native-fb-14a4699f-20240725"; +exports.version = "19.0.0-native-fb-e8df0cf9-20240725"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js index 593bf13f5712e..6e11906f9f66a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<6c568ee97d8f132e27587080bf466246>> + * @generated SignedSource<<4a75b879479f7ea594492fdfb6cdfc6c>> */ "use strict"; @@ -580,7 +580,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-native-fb-14a4699f-20240725"; +exports.version = "19.0.0-native-fb-e8df0cf9-20240725"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && 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 82e29d44aec08..ad62fdef09274 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 @@ -14a4699ff173936a30ec453f7b94d47105bbb252 +e8df0cf9f7c7f641192f19841db9bf34b6a0abf7 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 f90fc5241e42b..3bd6c0cbf347b 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<<8ca97b6b640a79df906c09e2bb4e588a>> + * @generated SignedSource<<2dce248ab8a579e879df9ff05ebd2bd8>> */ "use strict"; @@ -2013,15 +2013,14 @@ __DEV__ && } return !1; } - function printToConsole(methodName, args, badgeName) { + function bindToConsole(methodName, args, badgeName) { var offset = 0; switch (methodName) { case "dir": case "dirxml": case "groupEnd": case "table": - console[methodName].apply(console, args); - return; + return bind.apply(console[methodName], [console].concat(args)); case "assert": offset = 1; } @@ -2029,7 +2028,8 @@ __DEV__ && "string" === typeof args[offset] ? args.splice(offset, 1, "[%s] " + args[offset], " " + badgeName + " ") : args.splice(offset, 0, "[%s] ", " " + badgeName + " "); - console[methodName].apply(console, args); + args.unshift(console); + return bind.apply(console[methodName], args); } function createCursor(defaultValue) { return { current: defaultValue }; @@ -6490,7 +6490,7 @@ __DEV__ && "object" === typeof error$1 && null !== error$1 && "string" === typeof error$1.environmentName - ? printToConsole( + ? bindToConsole( "error", [ "%o\n\n%s\n\n%s\n", @@ -6499,7 +6499,7 @@ __DEV__ && recreateMessage ], error$1.environmentName - ) + )() : error$jscomp$0( "%o\n\n%s\n\n%s\n", error$1, @@ -14848,7 +14848,8 @@ __DEV__ && ); } }); - var valueStack = []; + var bind = Function.prototype.bind, + valueStack = []; var fiberStack = []; var index$jscomp$0 = -1; var warnedAboutMissingGetChildContext = {}; @@ -16723,12 +16724,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); })({ findFiberByHostInstance: getInstanceFromNode, bundleType: 1, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, 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 fd819334a310b..b8b746730c039 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<> + * @generated SignedSource<> */ "use strict"; @@ -10550,7 +10550,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1138 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10593,7 +10593,7 @@ var internals$jscomp$inline_1352 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1353 = __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 dea3e7140f3ef..9a02941c3aac1 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<> + * @generated SignedSource<<16c03bf8f92344a478f9519951e7f47b>> */ "use strict"; @@ -11264,7 +11264,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1220 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11320,7 +11320,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); 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 b567d9173842b..f685f6fd6813c 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<<0f7ebb3692f7f5cbb2e727d5d0f5945e>> + * @generated SignedSource<<622f7cf8c65a1363afaf91959acf10fa>> */ "use strict"; @@ -1963,15 +1963,14 @@ __DEV__ && ? instance.canonical.publicInstance : instance; } - function printToConsole(methodName, args, badgeName) { + function bindToConsole(methodName, args, badgeName) { var offset = 0; switch (methodName) { case "dir": case "dirxml": case "groupEnd": case "table": - console[methodName].apply(console, args); - return; + return bind.apply(console[methodName], [console].concat(args)); case "assert": offset = 1; } @@ -1979,7 +1978,8 @@ __DEV__ && "string" === typeof args[offset] ? args.splice(offset, 1, "[%s] " + args[offset], " " + badgeName + " ") : args.splice(offset, 0, "[%s] ", " " + badgeName + " "); - console[methodName].apply(console, args); + args.unshift(console); + return bind.apply(console[methodName], args); } function createCursor(defaultValue) { return { current: defaultValue }; @@ -6433,7 +6433,7 @@ __DEV__ && "object" === typeof error$1 && null !== error$1 && "string" === typeof error$1.environmentName - ? printToConsole( + ? bindToConsole( "error", [ "%o\n\n%s\n\n%s\n", @@ -6442,7 +6442,7 @@ __DEV__ && recreateMessage ], error$1.environmentName - ) + )() : error$jscomp$0( "%o\n\n%s\n\n%s\n", error$1, @@ -15077,6 +15077,7 @@ __DEV__ && scheduleTimeout = setTimeout, cancelTimeout = clearTimeout, currentUpdatePriority = 0, + bind = Function.prototype.bind, valueStack = []; var fiberStack = []; var index$jscomp$0 = -1; @@ -16908,11 +16909,11 @@ __DEV__ && var emptyObject = {}; Object.freeze(emptyObject); var isomorphicReactPackageVersion = React.version; - if ("19.0.0-native-fb-14a4699f-20240725" !== isomorphicReactPackageVersion) + if ("19.0.0-native-fb-e8df0cf9-20240725" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.0.0-native-fb-14a4699f-20240725\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-e8df0cf9-20240725\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -16960,12 +16961,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); })({ findFiberByHostInstance: getInstanceFromTag, bundleType: 1, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, 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 fe5d18147f66c..b8272c29556a9 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<<840e805ff15f5b9b83a18e8023c9d0f7>> + * @generated SignedSource<> */ "use strict"; @@ -10702,11 +10702,11 @@ function traverseOwnerTreeUp(hierarchy, instance) { traverseOwnerTreeUp(hierarchy, instance); } var isomorphicReactPackageVersion = React.version; -if ("19.0.0-native-fb-14a4699f-20240725" !== isomorphicReactPackageVersion) +if ("19.0.0-native-fb-e8df0cf9-20240725" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.0.0-native-fb-14a4699f-20240725\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-e8df0cf9-20240725\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -10756,7 +10756,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1212 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10799,7 +10799,7 @@ var internals$jscomp$inline_1447 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1448 = __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 ed08207b03684..ce223e9d51a55 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<<68184e5b898b12be5da9e94bbdda5f2c>> + * @generated SignedSource<> */ "use strict"; @@ -11417,11 +11417,11 @@ function traverseOwnerTreeUp(hierarchy, instance) { traverseOwnerTreeUp(hierarchy, instance); } var isomorphicReactPackageVersion = React.version; -if ("19.0.0-native-fb-14a4699f-20240725" !== isomorphicReactPackageVersion) +if ("19.0.0-native-fb-e8df0cf9-20240725" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.0.0-native-fb-14a4699f-20240725\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.0.0-native-fb-e8df0cf9-20240725\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11471,7 +11471,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1294 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-native-fb-14a4699f-20240725", + version: "19.0.0-native-fb-e8df0cf9-20240725", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11527,7 +11527,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-native-fb-14a4699f-20240725" + reconcilerVersion: "19.0.0-native-fb-e8df0cf9-20240725" }); exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = { computeComponentStackForErrorReporting: function (reactTag) {