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 b91be9f5a51d4..00b64e2569c45 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<> */ "use strict"; @@ -25474,7 +25474,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-canary-be8aa7687-20231206"; + var ReactVersion = "18.3.0-canary-b36ae8d7a-20231207"; // Might add PROFILE later. @@ -26378,7 +26378,10 @@ if (__DEV__) { createNodeMock = options.createNodeMock; } - if (options.unstable_isConcurrent === true) { + if ( + options.unstable_isConcurrent === true || + options.isConcurrent === true + ) { isConcurrent = true; } 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 469a3d0d2357a..cb0e6bcd8ba09 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<> + * @generated SignedSource<<758185a6b91c6a9da438a42c527e57ca>> */ "use strict"; @@ -9083,7 +9083,7 @@ var devToolsConfig$jscomp$inline_1033 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "18.3.0-canary-be8aa7687-20231206", + version: "18.3.0-canary-b36ae8d7a-20231207", rendererPackageName: "react-test-renderer" }; var internals$jscomp$inline_1226 = { @@ -9114,7 +9114,7 @@ var internals$jscomp$inline_1226 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-canary-be8aa7687-20231206" + reconcilerVersion: "18.3.0-canary-b36ae8d7a-20231207" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1227 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -9136,15 +9136,16 @@ exports.create = function (element, options) { isConcurrent = !1, isStrictMode = !1, concurrentUpdatesByDefault = null; - "object" === typeof options && - null !== options && - ("function" === typeof options.createNodeMock && - (createNodeMock = options.createNodeMock), - !0 === options.unstable_isConcurrent && (isConcurrent = !0), - !0 === options.unstable_strictMode && (isStrictMode = !0), + if ("object" === typeof options && null !== options) { + "function" === typeof options.createNodeMock && + (createNodeMock = options.createNodeMock); + if (!0 === options.unstable_isConcurrent || !0 === options.isConcurrent) + isConcurrent = !0; + !0 === options.unstable_strictMode && (isStrictMode = !0); void 0 !== options.unstable_concurrentUpdatesByDefault && (concurrentUpdatesByDefault = - options.unstable_concurrentUpdatesByDefault)); + options.unstable_concurrentUpdatesByDefault); + } var container = { children: [], createNodeMock: createNodeMock, 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 7bcf56e96ba63..794a6c4a4cd8d 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<<9c511bbcbb96d7f0fe52befe1fc1cbec>> + * @generated SignedSource<<85d704372814074410fc8d3c9e856fbb>> */ "use strict"; @@ -9509,7 +9509,7 @@ var devToolsConfig$jscomp$inline_1075 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "18.3.0-canary-be8aa7687-20231206", + version: "18.3.0-canary-b36ae8d7a-20231207", rendererPackageName: "react-test-renderer" }; var internals$jscomp$inline_1267 = { @@ -9540,7 +9540,7 @@ var internals$jscomp$inline_1267 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-canary-be8aa7687-20231206" + reconcilerVersion: "18.3.0-canary-b36ae8d7a-20231207" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1268 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -9562,15 +9562,16 @@ exports.create = function (element, options) { isConcurrent = !1, isStrictMode = !1, concurrentUpdatesByDefault = null; - "object" === typeof options && - null !== options && - ("function" === typeof options.createNodeMock && - (createNodeMock = options.createNodeMock), - !0 === options.unstable_isConcurrent && (isConcurrent = !0), - !0 === options.unstable_strictMode && (isStrictMode = !0), + if ("object" === typeof options && null !== options) { + "function" === typeof options.createNodeMock && + (createNodeMock = options.createNodeMock); + if (!0 === options.unstable_isConcurrent || !0 === options.isConcurrent) + isConcurrent = !0; + !0 === options.unstable_strictMode && (isStrictMode = !0); void 0 !== options.unstable_concurrentUpdatesByDefault && (concurrentUpdatesByDefault = - options.unstable_concurrentUpdatesByDefault)); + options.unstable_concurrentUpdatesByDefault); + } var container = { children: [], createNodeMock: createNodeMock, diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js index aa9dd5a20038a..f6a4489799595 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js @@ -24,7 +24,7 @@ if (__DEV__) { ) { __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); } - var ReactVersion = "18.3.0-canary-be8aa7687-20231206"; + var ReactVersion = "18.3.0-canary-b36ae8d7a-20231207"; // ATTENTION // When adding new symbols to this file, diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js index db2e792e2ba34..4be4ee73fc1b0 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js @@ -580,4 +580,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-canary-be8aa7687-20231206"; +exports.version = "18.3.0-canary-b36ae8d7a-20231207"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js index b3274c68ac793..24d25e88496ca 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js @@ -576,7 +576,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-canary-be8aa7687-20231206"; +exports.version = "18.3.0-canary-b36ae8d7a-20231207"; "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 0fbfe3c343d6c..60451fa0b90e5 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 @@ -be8aa76873e231555676483a36534bb48ad1b1a3 +b36ae8d7aab94dae285d9d6a1c5f004e6fc19fc9