diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 3da4ec9ce9..ee6cf94fd0 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -48ec17b865f439754fcdaa289ef0aa98f15a05c2 +8cb6a1c0347a69ad4c580c5cf5f28d8be544d6d4 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index d94fecf8bd..ca01753682 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -24,7 +24,7 @@ if (__DEV__) { ) { __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); } - var ReactVersion = "19.0.0-www-classic-da16f573"; + var ReactVersion = "19.0.0-www-classic-c27d3e58"; // ATTENTION // When adding new symbols to this file, @@ -2976,27 +2976,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; @@ -3670,7 +3649,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/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index 73a1cad86e..95ade70c3f 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -24,7 +24,7 @@ if (__DEV__) { ) { __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); } - var ReactVersion = "19.0.0-www-modern-f04454d4"; + var ReactVersion = "19.0.0-www-modern-5ccfe516"; // ATTENTION // When adding new symbols to this file, @@ -2976,27 +2976,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; @@ -3669,7 +3648,6 @@ if (__DEV__) { exports.unstable_Scope = REACT_SCOPE_TYPE; exports.unstable_SuspenseList = REACT_SUSPENSE_LIST_TYPE; exports.unstable_getCacheForType = getCacheForType; - exports.unstable_getCacheSignal = getCacheSignal; exports.unstable_useCacheRefresh = useCacheRefresh; exports.unstable_useMemoCache = useMemoCache; exports.use = use; diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 32880a0d88..e96c95408f 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -576,18 +576,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(); }; @@ -658,4 +646,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-www-classic-6c6f69ff"; +exports.version = "19.0.0-www-classic-091663c2"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 7ca4fe2b66..2675044dfc 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -574,18 +574,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(); }; @@ -656,4 +644,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-www-modern-763d5ed6"; +exports.version = "19.0.0-www-modern-f4b5ac1e"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 90b5b2841b..8809e35815 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -580,18 +580,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(); }; @@ -662,7 +650,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-www-classic-1734cffd"; +exports.version = "19.0.0-www-classic-1eaf4ddd"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index a7dc676f55..2e06499bad 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -578,18 +578,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(); }; @@ -660,7 +648,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "19.0.0-www-modern-1bb0db64"; +exports.version = "19.0.0-www-modern-2111cb84"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index 2898a6a836..08b5c56bcf 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -66,7 +66,7 @@ if (__DEV__) { return self; } - var ReactVersion = "19.0.0-www-classic-9edd2970"; + var ReactVersion = "19.0.0-www-classic-cbebd2c1"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -25722,11 +25722,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); @@ -25740,7 +25735,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 8edbaa7f6f..548daa724e 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -66,7 +66,7 @@ if (__DEV__) { return self; } - var ReactVersion = "19.0.0-www-modern-5aabb0c4"; + var ReactVersion = "19.0.0-www-modern-62398be5"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -25381,11 +25381,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); @@ -25399,7 +25394,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index 472682552a..a3ec91519f 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -8882,9 +8882,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); @@ -10600,7 +10597,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-classic-8f84997a", + version: "19.0.0-www-classic-aebe0d0d", rendererPackageName: "react-art" }; var internals$jscomp$inline_1314 = { @@ -10631,7 +10628,7 @@ var internals$jscomp$inline_1314 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-8f84997a" + reconcilerVersion: "19.0.0-www-classic-aebe0d0d" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1315 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 29e6b30b92..6a55a7a0bd 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -8583,9 +8583,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); @@ -10257,7 +10254,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-modern-d9e4c872", + version: "19.0.0-www-modern-ee94f26b", rendererPackageName: "react-art" }; var internals$jscomp$inline_1294 = { @@ -10288,7 +10285,7 @@ var internals$jscomp$inline_1294 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-d9e4c872" + reconcilerVersion: "19.0.0-www-modern-ee94f26b" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1295 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index a2fd747911..218b92a072 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -31245,11 +31245,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); @@ -31263,7 +31258,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -36279,7 +36273,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-classic-fd4e175d"; + var ReactVersion = "19.0.0-www-classic-6e35fd06"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index 03b2d89614..d20c020a2f 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -31102,11 +31102,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); @@ -31120,7 +31115,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -36127,7 +36121,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-modern-0973d70b"; + var ReactVersion = "19.0.0-www-modern-e8cb623a"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index b39d5bd293..5e70ac04dd 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -10645,9 +10645,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); @@ -17070,7 +17067,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1722 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-8eec4eed", + version: "19.0.0-www-classic-74cf60c9", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2150 = { @@ -17100,7 +17097,7 @@ var internals$jscomp$inline_2150 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-8eec4eed" + reconcilerVersion: "19.0.0-www-classic-74cf60c9" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2151 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17550,4 +17547,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-8eec4eed"; +exports.version = "19.0.0-www-classic-74cf60c9"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 3a57cb9864..9032295ada 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -10465,9 +10465,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); @@ -16586,7 +16583,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1683 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-6b365d04", + version: "19.0.0-www-modern-51569d18", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2112 = { @@ -16616,7 +16613,7 @@ var internals$jscomp$inline_2112 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-6b365d04" + reconcilerVersion: "19.0.0-www-modern-51569d18" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2113 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16919,4 +16916,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-6b365d04"; +exports.version = "19.0.0-www-modern-51569d18"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index dd3058bdc9..006544b555 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -11237,9 +11237,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); @@ -17820,7 +17817,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1808 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-4051d1c8", + version: "19.0.0-www-classic-c8ce430f", rendererPackageName: "react-dom" }; (function (internals) { @@ -17864,7 +17861,7 @@ var devToolsConfig$jscomp$inline_1808 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-4051d1c8" + reconcilerVersion: "19.0.0-www-classic-c8ce430f" }); var ReactFiberErrorDialogWWW = require("ReactFiberErrorDialog"); if ("function" !== typeof ReactFiberErrorDialogWWW.showErrorDialog) @@ -18301,7 +18298,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-4051d1c8"; +exports.version = "19.0.0-www-classic-c8ce430f"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index 2c0121bde1..75d6e353dc 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -11051,9 +11051,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); @@ -17330,7 +17327,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1769 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-7a481094", + version: "19.0.0-www-modern-95141c03", rendererPackageName: "react-dom" }; (function (internals) { @@ -17374,7 +17371,7 @@ var devToolsConfig$jscomp$inline_1769 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-7a481094" + reconcilerVersion: "19.0.0-www-modern-95141c03" }); var ReactFiberErrorDialogWWW = require("ReactFiberErrorDialog"); if ("function" !== typeof ReactFiberErrorDialogWWW.showErrorDialog) @@ -17664,7 +17661,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-7a481094"; +exports.version = "19.0.0-www-modern-95141c03"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index 8dec937e35..71615e26c3 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -19,7 +19,7 @@ if (__DEV__) { var React = require("react"); var ReactDOM = require("react-dom"); - var ReactVersion = "19.0.0-www-classic-e1b06834"; + var ReactVersion = "19.0.0-www-classic-a2ba8df5"; // This refers to a WWW module. var warningWWW = require("warning"); @@ -10729,16 +10729,11 @@ if (__DEV__) { currentResumableState = resumableState; } - function getCacheSignal() { - throw new Error("Not implemented."); - } - function getCacheForType(resourceType) { throw new Error("Not implemented."); } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 4f49e2a8fd..42d314f86d 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -19,7 +19,7 @@ if (__DEV__) { var React = require("react"); var ReactDOM = require("react-dom"); - var ReactVersion = "19.0.0-www-modern-07eca2b1"; + var ReactVersion = "19.0.0-www-modern-4693f3a0"; // This refers to a WWW module. var warningWWW = require("warning"); @@ -10650,16 +10650,11 @@ if (__DEV__) { currentResumableState = resumableState; } - function getCacheSignal() { - throw new Error("Not implemented."); - } - function getCacheForType(resourceType) { throw new Error("Not implemented."); } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 60f5603d8a..a3727807ef 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -3300,9 +3300,6 @@ HooksDispatcher.useFormState = useActionState; HooksDispatcher.useActionState = useActionState; var currentResumableState = null, DefaultCacheDispatcher = { - getCacheSignal: function () { - throw Error(formatProdErrorMessage(248)); - }, getCacheForType: function () { throw Error(formatProdErrorMessage(248)); } @@ -5696,4 +5693,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.0.0-www-classic-a95965e6"; +exports.version = "19.0.0-www-classic-d08e9f22"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index b2ab86c32a..b8aae7a5ac 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -3292,9 +3292,6 @@ HooksDispatcher.useFormState = useActionState; HooksDispatcher.useActionState = useActionState; var currentResumableState = null, DefaultCacheDispatcher = { - getCacheSignal: function () { - throw Error(formatProdErrorMessage(248)); - }, getCacheForType: function () { throw Error(formatProdErrorMessage(248)); } @@ -5637,4 +5634,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.0.0-www-modern-a46dd917"; +exports.version = "19.0.0-www-modern-e9074a7c"; diff --git a/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js b/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js index b6126b3dbc..d5b6d10c8e 100644 --- a/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js @@ -10532,16 +10532,11 @@ if (__DEV__) { currentResumableState = resumableState; } - function getCacheSignal() { - throw new Error("Not implemented."); - } - function getCacheForType(resourceType) { throw new Error("Not implemented."); } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; diff --git a/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js b/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js index d4296ab4a3..cc1d621498 100644 --- a/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js @@ -3183,9 +3183,6 @@ HooksDispatcher.useFormState = useActionState; HooksDispatcher.useActionState = useActionState; var currentResumableState = null, DefaultCacheDispatcher = { - getCacheSignal: function () { - throw Error("Not implemented."); - }, getCacheForType: function () { throw Error("Not implemented."); } diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 263fbc6bec..6780d488b7 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -31382,11 +31382,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); @@ -31400,7 +31395,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -36903,7 +36897,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-classic-c019344a"; + var ReactVersion = "19.0.0-www-classic-b3f8d371"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 724866e327..9d9cd02f93 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -31239,11 +31239,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); @@ -31257,7 +31252,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -36751,7 +36745,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-modern-db9e220d"; + var ReactVersion = "19.0.0-www-modern-cfc7c1e7"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 8162acd73c..0ddbb19fb7 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -10731,9 +10731,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); @@ -17399,7 +17396,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1749 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-059aefad", + version: "19.0.0-www-classic-1a554f4a", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2158 = { @@ -17429,7 +17426,7 @@ var internals$jscomp$inline_2158 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-059aefad" + reconcilerVersion: "19.0.0-www-classic-1a554f4a" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2159 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18022,4 +18019,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-059aefad"; +exports.version = "19.0.0-www-classic-1a554f4a"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 5d4958fbfe..c228704639 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -10610,9 +10610,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); @@ -16974,7 +16971,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1710 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-b7a4c391", + version: "19.0.0-www-modern-7feddd56", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2116 = { @@ -17004,7 +17001,7 @@ var internals$jscomp$inline_2116 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-b7a4c391" + reconcilerVersion: "19.0.0-www-modern-7feddd56" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2117 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17430,4 +17427,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-b7a4c391"; +exports.version = "19.0.0-www-modern-7feddd56"; diff --git a/compiled/facebook-www/ReactFlightDOMServer-dev.modern.js b/compiled/facebook-www/ReactFlightDOMServer-dev.modern.js index 102dab819a..2bb1dd4c54 100644 --- a/compiled/facebook-www/ReactFlightDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactFlightDOMServer-dev.modern.js @@ -707,10 +707,6 @@ if (__DEV__) { } } - function createSignal() { - return new AbortController().signal; - } - function resolveCache() { var request = resolveRequest(); @@ -722,17 +718,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: function () { - var cache = resolveCache(); - var entry = cache.get(createSignal); - - if (entry === undefined) { - entry = createSignal(); - cache.set(createSignal, entry); - } - - return entry; - }, getCacheForType: function (resourceType) { var cache = resolveCache(); var entry = cache.get(resourceType); diff --git a/compiled/facebook-www/ReactFlightDOMServer-prod.modern.js b/compiled/facebook-www/ReactFlightDOMServer-prod.modern.js index e863d4e026..dacda1a2eb 100644 --- a/compiled/facebook-www/ReactFlightDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactFlightDOMServer-prod.modern.js @@ -305,26 +305,17 @@ function use(usable) { } throw Error("An unsupported type was passed to use(): " + String(usable)); } -function createSignal() { - return new AbortController().signal; -} -function resolveCache() { - var request = currentRequest ? currentRequest : null; - return request ? request.cache : new Map(); -} var DefaultCacheDispatcher = { - getCacheSignal: function () { - var cache = resolveCache(), - entry = cache.get(createSignal); - void 0 === entry && - ((entry = createSignal()), cache.set(createSignal, entry)); - return entry; - }, getCacheForType: function (resourceType) { - var cache = resolveCache(), - entry = cache.get(resourceType); + var JSCompiler_inline_result = (JSCompiler_inline_result = currentRequest + ? currentRequest + : null) + ? JSCompiler_inline_result.cache + : new Map(); + var entry = JSCompiler_inline_result.get(resourceType); void 0 === entry && - ((entry = resourceType()), cache.set(resourceType, entry)); + ((entry = resourceType()), + JSCompiler_inline_result.set(resourceType, entry)); return entry; } }, diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index a1b253dfc4..9727ef839b 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -22591,11 +22591,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); @@ -22609,7 +22604,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -26835,7 +26829,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-classic-2ceb9886"; + var ReactVersion = "19.0.0-www-classic-2fc232e4"; // Might add PROFILE later. diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index bfdf6e7671..85dc5d938f 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -22591,11 +22591,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); @@ -22609,7 +22604,6 @@ if (__DEV__) { } var DefaultCacheDispatcher = { - getCacheSignal: getCacheSignal, getCacheForType: getCacheForType }; @@ -26835,7 +26829,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-modern-2ceb9886"; + var ReactVersion = "19.0.0-www-modern-2fc232e4"; // Might add PROFILE later.