From 94f98fdb5171a20a806396d15aec3eb98b111de1 Mon Sep 17 00:00:00 2001 From: josephsavona Date: Tue, 2 Apr 2024 18:00:04 +0000 Subject: [PATCH] [be] Remove unused, experimental getCacheSignal API (#28706) Similar to #28698, this removes the `unstable_getCacheSignal()` API since we don't intend to ship this to stable. DiffTrain build for commit https://github.com/facebook/react/commit/8cb6a1c0347a69ad4c580c5cf5f28d8be544d6d4. --- .../cjs/ReactTestRenderer-dev.js | 10 ++----- .../cjs/ReactTestRenderer-prod.js | 9 +++---- .../cjs/ReactTestRenderer-profiling.js | 9 +++---- .../RKJSModules/vendor/react/cjs/React-dev.js | 26 ++----------------- .../vendor/react/cjs/React-prod.js | 16 ++---------- .../vendor/react/cjs/React-profiling.js | 16 ++---------- .../Libraries/Renderer/REVISION | 2 +- .../implementations/ReactFabric-dev.fb.js | 10 ++----- .../implementations/ReactFabric-prod.fb.js | 9 +++---- .../ReactFabric-profiling.fb.js | 9 +++---- .../ReactNativeRenderer-dev.fb.js | 10 ++----- .../ReactNativeRenderer-prod.fb.js | 9 +++---- .../ReactNativeRenderer-profiling.fb.js | 9 +++---- 13 files changed, 31 insertions(+), 113 deletions(-) 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 abfedc7f72d62..1372958106e4e 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<<42436c5e972cb03b026adac4f26b9197>> + * @generated SignedSource<<9f9d8986c9c03351ab1c1fe7b1b2c49a>> */ "use strict"; @@ -22505,11 +22505,6 @@ if (__DEV__) { } } - function getCacheSignal() { - var cache = readContext(CacheContext); - return cache.controller.signal; - } - function getCacheForType(resourceType) { var cache = readContext(CacheContext); var cacheForType = cache.data.get(resourceType); @@ -22523,7 +22518,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -26809,7 +26803,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-canary-4a355ff9"; + var ReactVersion = "19.0.0-canary-b7882942"; // Might add PROFILE later. 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 4c43a22bc6515..632e4ef4fc2d6 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<<7ac197948521e47e5a2da9b0dae35269>> + * @generated SignedSource<> */ "use strict"; @@ -7405,9 +7405,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -9201,7 +9198,7 @@ var devToolsConfig$jscomp$inline_992 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-canary-b78d8890", + version: "19.0.0-canary-88ad4c2a", rendererPackageName: "react-test-renderer" }; var internals$jscomp$inline_1180 = { @@ -9232,7 +9229,7 @@ var internals$jscomp$inline_1180 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-b78d8890" + reconcilerVersion: "19.0.0-canary-88ad4c2a" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1181 = __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 7c7f2d18c32b1..f7a40152dfbf9 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<> + * @generated SignedSource<> */ "use strict"; @@ -7877,9 +7877,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -9819,7 +9816,7 @@ var devToolsConfig$jscomp$inline_1076 = { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 0, - version: "19.0.0-canary-4e13c867", + version: "19.0.0-canary-153a5857", rendererPackageName: "react-test-renderer" }; (function (internals) { @@ -9863,7 +9860,7 @@ var devToolsConfig$jscomp$inline_1076 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-4e13c867" + reconcilerVersion: "19.0.0-canary-153a5857" }); exports._Scheduler = Scheduler; exports.act = act; 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 6a9c23d47f903..89a7d80be6150 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 @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<81a3185ee1038a29c67be8ea0fa5da53>> */ "use strict"; @@ -26,7 +26,7 @@ if (__DEV__) { } var dynamicFlagsUntyped = require("ReactNativeInternalFeatureFlags"); - var ReactVersion = "19.0.0-canary-c952bafb"; + var ReactVersion = "19.0.0-canary-45dc54bd"; // ATTENTION // When adding new symbols to this file, @@ -2944,27 +2944,6 @@ if (__DEV__) { return dispatcher; } - function getCacheSignal() { - var dispatcher = ReactCurrentCache.current; - - if (!dispatcher) { - // If we have no cache to associate with this call, then we don't know - // its lifetime. We abort early since that's safer than letting it live - // for ever. Unlike just caching which can be a functional noop outside - // of React, these should generally always be associated with some React - // render but we're not limiting quite as much as making it a Hook. - // It's safer than erroring early at runtime. - var controller = new AbortController(); - var reason = new Error( - "This CacheSignal was requested outside React which means that it is " + - "immediately aborted." - ); - controller.abort(reason); - return controller.signal; - } - - return dispatcher.getCacheSignal(); - } function getCacheForType(resourceType) { var dispatcher = ReactCurrentCache.current; @@ -3640,7 +3619,6 @@ if (__DEV__) { exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE; exports.unstable_TracingMarker = REACT_TRACING_MARKER_TYPE; exports.unstable_getCacheForType = getCacheForType; - exports.unstable_getCacheSignal = getCacheSignal; exports.unstable_useCacheRefresh = useCacheRefresh; exports.unstable_useMemoCache = useMemoCache; exports.use = use; 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 c207276152407..e54bf247955ba 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 @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<4d62414ddfd6f7eb3ca9d918bf686921>> + * @generated SignedSource<> */ "use strict"; @@ -571,18 +571,6 @@ exports.unstable_getCacheForType = function (resourceType) { var dispatcher = ReactCurrentCache.current; return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType(); }; -exports.unstable_getCacheSignal = function () { - var dispatcher = ReactCurrentCache.current; - return dispatcher - ? dispatcher.getCacheSignal() - : ((dispatcher = new AbortController()), - dispatcher.abort( - Error( - "This CacheSignal was requested outside React which means that it is immediately aborted." - ) - ), - dispatcher.signal); -}; exports.unstable_useCacheRefresh = function () { return ReactCurrentDispatcher.current.useCacheRefresh(); }; @@ -655,4 +643,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-canary-6446e904"; +exports.version = "19.0.0-canary-d7125c20"; 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 db68ef8442378..504788467e4cd 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 @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<849c048328a890d86bad5a8956d27c43>> + * @generated SignedSource<> */ "use strict"; @@ -573,18 +573,6 @@ exports.unstable_getCacheForType = function (resourceType) { var dispatcher = ReactCurrentCache.current; return dispatcher ? dispatcher.getCacheForType(resourceType) : resourceType(); }; -exports.unstable_getCacheSignal = function () { - var dispatcher = ReactCurrentCache.current; - return dispatcher - ? dispatcher.getCacheSignal() - : ((dispatcher = new AbortController()), - dispatcher.abort( - Error( - "This CacheSignal was requested outside React which means that it is immediately aborted." - ) - ), - dispatcher.signal); -}; exports.unstable_useCacheRefresh = function () { return ReactCurrentDispatcher.current.useCacheRefresh(); }; @@ -657,7 +645,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-canary-2f767b28"; +exports.version = "19.0.0-canary-e9e47b60"; "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 9376da2cf43a2..ee6cf94fd0cf7 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 @@ -7319c61b18274ee7e7c20bd2e533b93c922d8fe0 +8cb6a1c0347a69ad4c580c5cf5f28d8be544d6d4 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 9a7f24a8cbc95..2a0051ae07639 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<<3e3ed9765dda9f3c6023ab53e91bd9f2>> + * @generated SignedSource<> */ "use strict"; @@ -26043,11 +26043,6 @@ to return true:wantsResponderID| | } } - function getCacheSignal() { - var cache = readContext(CacheContext); - return cache.controller.signal; - } - function getCacheForType(resourceType) { var cache = readContext(CacheContext); var cacheForType = cache.data.get(resourceType); @@ -26061,7 +26056,6 @@ to return true:wantsResponderID| | } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -30579,7 +30573,7 @@ to return true:wantsResponderID| | return root; } - var ReactVersion = "19.0.0-canary-187f2f09"; + var ReactVersion = "19.0.0-canary-0f204b29"; function createPortal$1( children, 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 9510220886e47..997d8d0cbc50e 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<<53f0c6b6504a10433786b5f29d2fd80a>> + * @generated SignedSource<<7d726b31ddcda58c8e9067319a1c0ba0>> */ "use strict"; @@ -8954,9 +8954,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -10620,7 +10617,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1094 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-canary-e039c15e", + version: "19.0.0-canary-62b40297", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10663,7 +10660,7 @@ var internals$jscomp$inline_1331 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-e039c15e" + reconcilerVersion: "19.0.0-canary-62b40297" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1332 = __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 abdd59cfaf40b..c1d1ad996e64e 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<<8c624a39a5ea9b24da7b85bd960521b9>> + * @generated SignedSource<> */ "use strict"; @@ -9483,9 +9483,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -11327,7 +11324,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1176 = { findFiberByHostInstance: getInstanceFromNode, bundleType: 0, - version: "19.0.0-canary-56dfcbcb", + version: "19.0.0-canary-f31d9db0", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11383,7 +11380,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-56dfcbcb" + reconcilerVersion: "19.0.0-canary-f31d9db0" }); 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 f4943cc3ba90d..3884198cdb4ff 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<<5e46c43de7b093e049773ab4bc4628fb>> + * @generated SignedSource<> */ "use strict"; @@ -26481,11 +26481,6 @@ to return true:wantsResponderID| | } } - function getCacheSignal() { - var cache = readContext(CacheContext); - return cache.controller.signal; - } - function getCacheForType(resourceType) { var cache = readContext(CacheContext); var cacheForType = cache.data.get(resourceType); @@ -26499,7 +26494,6 @@ to return true:wantsResponderID| | } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -31019,7 +31013,7 @@ to return true:wantsResponderID| | return root; } - var ReactVersion = "19.0.0-canary-e3c7b66e"; + var ReactVersion = "19.0.0-canary-753ddd75"; function createPortal$1( children, 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 ac5246227c980..c419f10142de9 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<> + * @generated SignedSource<> */ "use strict"; @@ -9176,9 +9176,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -10836,7 +10833,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1161 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-canary-2491d680", + version: "19.0.0-canary-ff03e3a4", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -10879,7 +10876,7 @@ var internals$jscomp$inline_1412 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-2491d680" + reconcilerVersion: "19.0.0-canary-ff03e3a4" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1413 = __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 ac7fbf2d6ae00..80ec4035d1e07 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<> + * @generated SignedSource<> */ "use strict"; @@ -9706,9 +9706,6 @@ function commitPassiveUnmountEffectsInsideOfDeletedTree_begin( } } var DefaultCacheDispatcher = { - getCacheSignal: function () { - return readContext(CacheContext).controller.signal; - }, getCacheForType: function (resourceType) { var cache = readContext(CacheContext), cacheForType = cache.data.get(resourceType); @@ -11544,7 +11541,7 @@ var roots = new Map(), devToolsConfig$jscomp$inline_1243 = { findFiberByHostInstance: getInstanceFromTag, bundleType: 0, - version: "19.0.0-canary-f494fd51", + version: "19.0.0-canary-9643b497", rendererPackageName: "react-native-renderer", rendererConfig: { getInspectorDataForInstance: getInspectorDataForInstance, @@ -11600,7 +11597,7 @@ var roots = new Map(), scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-canary-f494fd51" + reconcilerVersion: "19.0.0-canary-9643b497" }); exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = { computeComponentStackForErrorReporting: function (reactTag) {