diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index df5f985f94200..23021e4033014 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -bbc571aee431d44799ae6a70832ea834325a5af9 +9ffe9102ffd08ca7a56c60aa6952208890d213ce diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 78bd1fd6b96c3..0d4787f3e860c 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -633,4 +633,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-www-classic-3035b16e"; +exports.version = "18.3.0-www-classic-6d7ca4e7"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 63392e841f063..0232ee22c9d1a 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -637,7 +637,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-www-classic-bf936cd0"; +exports.version = "18.3.0-www-classic-27d0aa6f"; "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 c28a0e77056e7..2999411f71d0e 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 = "18.3.0-www-classic-1172eaef"; + var ReactVersion = "18.3.0-www-classic-40121660"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -6969,7 +6969,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -7092,7 +7092,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -7217,7 +7217,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -7962,7 +7962,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -18878,7 +18878,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index d95ff544fd4e5..73c5e4edb992b 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 = "18.3.0-www-modern-6a870747"; + var ReactVersion = "18.3.0-www-modern-dede75f6"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -6734,7 +6734,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6857,7 +6857,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6982,7 +6982,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -7727,7 +7727,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -18566,7 +18566,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index 9c6451ec5adde..4168402fd3b3c 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -2087,7 +2087,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2134,7 +2134,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2202,7 +2202,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2521,7 +2521,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -6331,7 +6331,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -10626,7 +10626,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "18.3.0-www-classic-950e7acd", + version: "18.3.0-www-classic-0bce71b7", rendererPackageName: "react-art" }; var internals$jscomp$inline_1320 = { @@ -10657,7 +10657,7 @@ var internals$jscomp$inline_1320 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-classic-950e7acd" + reconcilerVersion: "18.3.0-www-classic-0bce71b7" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index c624dd3a0e715..c676c3dd827aa 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -1883,7 +1883,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -1930,7 +1930,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -1998,7 +1998,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2317,7 +2317,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -6049,7 +6049,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -10281,7 +10281,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "18.3.0-www-modern-7b6c6444", + version: "18.3.0-www-modern-1ea124ef", rendererPackageName: "react-art" }; var internals$jscomp$inline_1300 = { @@ -10312,7 +10312,7 @@ var internals$jscomp$inline_1300 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-modern-7b6c6444" + reconcilerVersion: "18.3.0-www-modern-1ea124ef" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1301 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 4d60f36eac3c5..84b94071e93fa 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -11703,7 +11703,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11826,7 +11826,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11951,7 +11951,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12726,7 +12726,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -24119,7 +24119,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -35771,7 +35771,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-ecd67585"; + var ReactVersion = "18.3.0-www-classic-f22d5b27"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index b0c6680fec6ef..0cdd4e4bc0053 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -11665,7 +11665,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11788,7 +11788,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11913,7 +11913,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12688,7 +12688,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -24004,7 +24004,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -35618,7 +35618,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-c4533c51"; + var ReactVersion = "18.3.0-www-modern-5bc66cc9"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index 5da47a002afa7..e7225d0cf92d8 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -2820,7 +2820,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2867,7 +2867,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2935,7 +2935,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3264,7 +3264,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7489,7 +7489,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -17231,7 +17231,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1817 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-73e9398a", + version: "18.3.0-www-classic-044cf562", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2176 = { @@ -17261,7 +17261,7 @@ var internals$jscomp$inline_2176 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-classic-73e9398a" + reconcilerVersion: "18.3.0-www-classic-044cf562" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2177 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17592,4 +17592,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-classic-73e9398a"; +exports.version = "18.3.0-www-classic-044cf562"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 8265acc173e04..4d19030f97e22 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -2714,7 +2714,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2761,7 +2761,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2829,7 +2829,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3158,7 +3158,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7308,7 +7308,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -16747,7 +16747,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1776 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-aea768af", + version: "18.3.0-www-modern-f1ed7683", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2140 = { @@ -16778,7 +16778,7 @@ var internals$jscomp$inline_2140 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-modern-aea768af" + reconcilerVersion: "18.3.0-www-modern-f1ed7683" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2141 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17037,4 +17037,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-modern-aea768af"; +exports.version = "18.3.0-www-modern-f1ed7683"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index f786634262c5c..b7c80d8322f51 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -2958,7 +2958,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3005,7 +3005,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3073,7 +3073,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3402,7 +3402,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7739,7 +7739,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -17978,7 +17978,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1902 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-5be4d00a", + version: "18.3.0-www-classic-703a68e9", rendererPackageName: "react-dom" }; (function (internals) { @@ -18022,7 +18022,7 @@ var devToolsConfig$jscomp$inline_1902 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-classic-5be4d00a" + reconcilerVersion: "18.3.0-www-classic-703a68e9" }); assign(Internals, { ReactBrowserEventEmitter: { @@ -18340,7 +18340,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-classic-5be4d00a"; +exports.version = "18.3.0-www-classic-703a68e9"; "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 c089ac433ee30..890506cdd6676 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -2852,7 +2852,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2899,7 +2899,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2967,7 +2967,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3296,7 +3296,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7552,7 +7552,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -17488,7 +17488,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1861 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-6a870747", + version: "18.3.0-www-modern-dede75f6", rendererPackageName: "react-dom" }; (function (internals) { @@ -17533,7 +17533,7 @@ var devToolsConfig$jscomp$inline_1861 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-modern-6a870747" + reconcilerVersion: "18.3.0-www-modern-dede75f6" }); exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals; exports.createPortal = function (children, container) { @@ -17779,7 +17779,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-modern-6a870747"; +exports.version = "18.3.0-www-modern-dede75f6"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 7c886cf5e6d69..e6a450b01ef0a 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -11840,7 +11840,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11963,7 +11963,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12088,7 +12088,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12863,7 +12863,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -24256,7 +24256,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -36395,7 +36395,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-3035b16e"; + var ReactVersion = "18.3.0-www-classic-6d7ca4e7"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 54906c9f0aafb..e56b6d770519a 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -11802,7 +11802,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -11925,7 +11925,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12050,7 +12050,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -12825,7 +12825,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -24141,7 +24141,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -36242,7 +36242,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-179afb8c"; + var ReactVersion = "18.3.0-www-modern-4ec87328"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index b993b51fe01aa..f6f95e493858c 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -2906,7 +2906,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2953,7 +2953,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3021,7 +3021,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3350,7 +3350,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7575,7 +7575,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -17560,7 +17560,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1822 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-bf936cd0", + version: "18.3.0-www-classic-27d0aa6f", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2188 = { @@ -17590,7 +17590,7 @@ var internals$jscomp$inline_2188 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-classic-bf936cd0" + reconcilerVersion: "18.3.0-www-classic-27d0aa6f" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2189 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18072,4 +18072,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-classic-bf936cd0"; +exports.version = "18.3.0-www-classic-27d0aa6f"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index c5d22b76e51cb..717c742861770 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -2861,7 +2861,7 @@ function createChildReconciler(shouldTrackSideEffects) { if (newChild.$$typeof === REACT_CONTEXT_TYPE) return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2908,7 +2908,7 @@ function createChildReconciler(shouldTrackSideEffects) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -2976,7 +2976,7 @@ function createChildReconciler(shouldTrackSideEffects) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -3305,7 +3305,7 @@ function createChildReconciler(shouldTrackSideEffects) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, newChild, lanes), + readContextDuringReconciliation(returnFiber, newChild, lanes), lanes ); throwOnInvalidObjectType(returnFiber, newChild); @@ -7455,7 +7455,7 @@ function prepareToReadContext(workInProgress, renderLanes) { function readContext(context) { return readContextForConsumer(currentlyRenderingFiber, context); } -function readContextDuringReconcilation(consumer, context, renderLanes) { +function readContextDuringReconciliation(consumer, context, renderLanes) { null === currentlyRenderingFiber && prepareToReadContext(consumer, renderLanes); return readContextForConsumer(consumer, context); @@ -17137,7 +17137,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1781 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-f71df7ba", + version: "18.3.0-www-modern-10e7e20a", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2151 = { @@ -17168,7 +17168,7 @@ var internals$jscomp$inline_2151 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-www-modern-f71df7ba" + reconcilerVersion: "18.3.0-www-modern-10e7e20a" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2152 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17577,4 +17577,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactCurrentDispatcher$2.current.useHostTransitionStatus(); }; -exports.version = "18.3.0-www-modern-f71df7ba"; +exports.version = "18.3.0-www-modern-10e7e20a"; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 5e8ea0d8e099c..ec8619d9f7e5d 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -5879,7 +5879,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6002,7 +6002,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6127,7 +6127,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6872,7 +6872,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -16500,7 +16500,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -26055,7 +26055,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-9d965804"; + var ReactVersion = "18.3.0-www-classic-91cd5cc2"; // Might add PROFILE later. diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 8823765e9cd1b..128b5c45d4148 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -5879,7 +5879,7 @@ if (__DEV__) { var context = newChild; return createChild( returnFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6002,7 +6002,7 @@ if (__DEV__) { return updateSlot( returnFiber, oldFiber, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6127,7 +6127,7 @@ if (__DEV__) { existingChildren, returnFiber, newIdx, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -6872,7 +6872,7 @@ if (__DEV__) { return reconcileChildFibersImpl( returnFiber, currentFirstChild, - readContextDuringReconcilation(returnFiber, context, lanes), + readContextDuringReconciliation(returnFiber, context, lanes), lanes, debugInfo ); @@ -16500,7 +16500,7 @@ if (__DEV__) { return readContextForConsumer(currentlyRenderingFiber, context); } - function readContextDuringReconcilation(consumer, context, renderLanes) { + function readContextDuringReconciliation(consumer, context, renderLanes) { if (currentlyRenderingFiber === null) { prepareToReadContext(consumer, renderLanes); } @@ -26055,7 +26055,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-ee6fb8b5"; + var ReactVersion = "18.3.0-www-modern-d806e7dc"; // Might add PROFILE later.