mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Increase nested update limit to 100 (#31061)
We're seeing the limit hit in some tests after enabling sibling
prerendering. Let's bump the limit so we can run more tests and gather
more signal on the changes. When we understand the scope of the problem
we can determine whether we need to change how the updates are counted
in prerenders and/or fix specific areas of product code.
DiffTrain build for [f9ebd85a19](https://github.com/facebook/react/commit/f9ebd85a196948be17efdd6774b4d0464b3b1f53)
This commit is contained in:
@@ -1 +1 @@
|
||||
|
||||
f9ebd85a196948be17efdd6774b4d0464b3b1f53
|
||||
|
||||
@@ -1 +1 @@
|
||||
|
||||
f9ebd85a196948be17efdd6774b4d0464b3b1f53
|
||||
|
||||
@@ -2000,7 +2000,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1980,7 +1980,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
|
||||
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
|
||||
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -16837,12 +16837,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -17072,11 +17072,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -17110,7 +17110,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -16284,12 +16284,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -16518,11 +16518,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -16556,7 +16556,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10321,7 +10321,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -10896,13 +10896,13 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1441 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function () {
|
||||
return null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1442 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10928,4 +10928,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
|
||||
@@ -9878,7 +9878,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -10410,13 +10410,13 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1433 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function () {
|
||||
return null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1434 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10442,4 +10442,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
|
||||
@@ -26985,12 +26985,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -27813,11 +27813,11 @@ __DEV__ &&
|
||||
: flushSyncErrorInBuildsThatSupportLegacyMode;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-classic-04bd67a4-20240924" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-classic-f9ebd85a-20240925" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-classic-04bd67a4-20240924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-classic-f9ebd85a-20240925\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27861,11 +27861,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -28518,7 +28518,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -26102,12 +26102,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -26930,11 +26930,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-modern-04bd67a4-20240924" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-modern-f9ebd85a-20240925" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-modern-04bd67a4-20240924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-modern-f9ebd85a-20240925\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -26977,11 +26977,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27586,7 +27586,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -12247,7 +12247,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -17449,14 +17449,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-04bd67a4-20240924" !==
|
||||
"19.0.0-www-classic-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1769
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1769,
|
||||
"19.0.0-www-classic-04bd67a4-20240924"
|
||||
"19.0.0-www-classic-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -17501,11 +17501,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2277 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2278 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17961,4 +17961,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
|
||||
@@ -11760,7 +11760,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -16820,14 +16820,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1740 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-04bd67a4-20240924" !==
|
||||
"19.0.0-www-modern-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1740
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1740,
|
||||
"19.0.0-www-modern-04bd67a4-20240924"
|
||||
"19.0.0-www-modern-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16845,11 +16845,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2268 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2269 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17212,4 +17212,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
|
||||
@@ -12925,7 +12925,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -18174,14 +18174,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1862 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-04bd67a4-20240924" !==
|
||||
"19.0.0-www-classic-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1862
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1862,
|
||||
"19.0.0-www-classic-04bd67a4-20240924"
|
||||
"19.0.0-www-classic-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -18226,11 +18226,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_1869 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_1869.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -18689,7 +18689,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -12421,7 +12421,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -17528,14 +17528,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-04bd67a4-20240924" !==
|
||||
"19.0.0-www-modern-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1833
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1833,
|
||||
"19.0.0-www-modern-04bd67a4-20240924"
|
||||
"19.0.0-www-modern-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17553,11 +17553,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_1835 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_1835.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -17923,7 +17923,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -8984,5 +8984,5 @@ __DEV__ &&
|
||||
'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-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -8802,5 +8802,5 @@ __DEV__ &&
|
||||
'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-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -5911,4 +5911,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-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
|
||||
@@ -5823,4 +5823,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-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
|
||||
@@ -27319,12 +27319,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -28147,11 +28147,11 @@ __DEV__ &&
|
||||
: flushSyncErrorInBuildsThatSupportLegacyMode;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-classic-04bd67a4-20240924" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-classic-f9ebd85a-20240925" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-classic-04bd67a4-20240924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-classic-f9ebd85a-20240925\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -28195,11 +28195,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -29018,5 +29018,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -26436,12 +26436,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -27264,11 +27264,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-modern-04bd67a4-20240924" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-modern-f9ebd85a-20240925" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-modern-04bd67a4-20240924\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-modern-f9ebd85a-20240925\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27311,11 +27311,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -28086,5 +28086,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -12519,7 +12519,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -17778,14 +17778,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-04bd67a4-20240924" !==
|
||||
"19.0.0-www-classic-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1799
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1799,
|
||||
"19.0.0-www-classic-04bd67a4-20240924"
|
||||
"19.0.0-www-classic-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -17830,11 +17830,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2312 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2313 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -18441,4 +18441,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
|
||||
@@ -12032,7 +12032,7 @@ function resolveRetryWakeable(boundaryFiber, wakeable) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -17149,14 +17149,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1770 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-04bd67a4-20240924" !==
|
||||
"19.0.0-www-modern-f9ebd85a-20240925" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1770
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1770,
|
||||
"19.0.0-www-modern-04bd67a4-20240924"
|
||||
"19.0.0-www-modern-f9ebd85a-20240925"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17174,11 +17174,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2303 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2304 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17692,4 +17692,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
|
||||
@@ -18683,12 +18683,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -19261,7 +19261,7 @@ __DEV__ &&
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -18090,12 +18090,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -18655,7 +18655,7 @@ __DEV__ &&
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -11173,7 +11173,7 @@ module.exports = function ($$$config) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -12893,7 +12893,7 @@ module.exports = function ($$$config) {
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -10722,7 +10722,7 @@ module.exports = function ($$$config) {
|
||||
retryTimedOutBoundary(boundaryFiber, retryLane);
|
||||
}
|
||||
function throwIfInfiniteUpdateLoopDetected() {
|
||||
if (50 < nestedUpdateCount)
|
||||
if (100 < nestedUpdateCount)
|
||||
throw (
|
||||
((nestedUpdateCount = 0),
|
||||
(rootWithNestedUpdates = null),
|
||||
@@ -12386,7 +12386,7 @@ module.exports = function ($$$config) {
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -14792,12 +14792,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -15020,11 +15020,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-04bd67a4-20240924",
|
||||
version: "19.0.0-www-classic-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-classic-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15159,5 +15159,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-classic-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -14792,12 +14792,12 @@ __DEV__ &&
|
||||
pendingPassiveEffectsLanes = 0,
|
||||
pendingPassiveEffectsRemainingLanes = 0,
|
||||
pendingPassiveTransitions = null,
|
||||
NESTED_UPDATE_LIMIT = 50,
|
||||
NESTED_UPDATE_LIMIT = 100,
|
||||
nestedUpdateCount = 0,
|
||||
rootWithNestedUpdates = null,
|
||||
isFlushingPassiveEffects = !1,
|
||||
didScheduleUpdateDuringPassiveEffects = !1,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 50,
|
||||
NESTED_PASSIVE_UPDATE_LIMIT = 100,
|
||||
nestedPassiveUpdateCount = 0,
|
||||
rootWithPassiveNestedUpdates = null,
|
||||
isRunningInsertionEffect = !1,
|
||||
@@ -15020,11 +15020,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-04bd67a4-20240924",
|
||||
version: "19.0.0-www-modern-f9ebd85a-20240925",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-04bd67a4-20240924"
|
||||
reconcilerVersion: "19.0.0-www-modern-f9ebd85a-20240925"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15159,5 +15159,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-04bd67a4-20240924";
|
||||
exports.version = "19.0.0-www-modern-f9ebd85a-20240925";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.0.0-www-classic-04bd67a4-20240924
|
||||
19.0.0-www-classic-f9ebd85a-20240925
|
||||
@@ -1 +1 @@
|
||||
19.0.0-www-modern-04bd67a4-20240924
|
||||
19.0.0-www-modern-f9ebd85a-20240925
|
||||
Reference in New Issue
Block a user