mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Fizz] Clean up the replay nodes if we're already rendered past an element (#33581)
DiffTrain build for [79d9aed7ed](https://github.com/facebook/react/commit/79d9aed7edb52e89b3ef9ba3d6b480b04180b664)
This commit is contained in:
@@ -1 +1 @@
|
||||
a947eba4f2c8741d2c61a3b33fd79cf13bf9f39d
|
||||
79d9aed7edb52e89b3ef9ba3d6b480b04180b664
|
||||
|
||||
@@ -1 +1 @@
|
||||
a947eba4f2c8741d2c61a3b33fd79cf13bf9f39d
|
||||
79d9aed7edb52e89b3ef9ba3d6b480b04180b664
|
||||
|
||||
@@ -1479,7 +1479,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1479,7 +1479,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
|
||||
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
|
||||
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19059,10 +19059,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -19096,7 +19096,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -18831,10 +18831,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -18868,7 +18868,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -11346,10 +11346,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1623 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1624 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11375,4 +11375,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
|
||||
@@ -11062,10 +11062,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1596 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1597 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11091,4 +11091,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
|
||||
@@ -31435,11 +31435,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-a947eba4-20250619" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-79d9aed7-20250620" !== 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.2.0-www-classic-a947eba4-20250619\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31482,10 +31482,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32085,7 +32085,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -31221,11 +31221,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-a947eba4-20250619" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-79d9aed7-20250620" !== 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.2.0-www-modern-a947eba4-20250619\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31268,10 +31268,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31871,7 +31871,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19538,14 +19538,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2082 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-a947eba4-20250619" !==
|
||||
"19.2.0-www-classic-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2082
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2082,
|
||||
"19.2.0-www-classic-a947eba4-20250619"
|
||||
"19.2.0-www-classic-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19563,10 +19563,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2695 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2696 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19978,4 +19978,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
|
||||
@@ -19271,14 +19271,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2072 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-a947eba4-20250619" !==
|
||||
"19.2.0-www-modern-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2072
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2072,
|
||||
"19.2.0-www-modern-a947eba4-20250619"
|
||||
"19.2.0-www-modern-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19296,10 +19296,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2677 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2678 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19711,4 +19711,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
|
||||
@@ -21520,14 +21520,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2326 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-a947eba4-20250619" !==
|
||||
"19.2.0-www-classic-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2326
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2326,
|
||||
"19.2.0-www-classic-a947eba4-20250619"
|
||||
"19.2.0-www-classic-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21545,10 +21545,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2328 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2328.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21963,7 +21963,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -21318,14 +21318,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2316 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-a947eba4-20250619" !==
|
||||
"19.2.0-www-modern-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2316
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2316,
|
||||
"19.2.0-www-modern-a947eba4-20250619"
|
||||
"19.2.0-www-modern-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21343,10 +21343,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2318 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2318.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21761,7 +21761,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -6467,7 +6467,12 @@ __DEV__ &&
|
||||
null !== x &&
|
||||
(x === SuspenseException || "function" === typeof x.then)
|
||||
)
|
||||
throw (task.node === keyOrIndex && (task.replay = replay), x);
|
||||
throw (
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(i, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
type = getThrownInfo(task.componentStack);
|
||||
props = request;
|
||||
@@ -7013,7 +7018,8 @@ __DEV__ &&
|
||||
previousComponentStack = task.componentStack,
|
||||
previousDebugTask = task.debugTask,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -7039,6 +7045,7 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
@@ -7053,13 +7060,14 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -7076,13 +7084,10 @@ __DEV__ &&
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(
|
||||
request,
|
||||
task,
|
||||
childIndex
|
||||
).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.legacyContext = previousLegacyContext;
|
||||
task.context = previousContext;
|
||||
@@ -7094,9 +7099,9 @@ __DEV__ &&
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.legacyContext = previousLegacyContext;
|
||||
task.context = previousContext;
|
||||
@@ -10152,5 +10157,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.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -6406,7 +6406,12 @@ __DEV__ &&
|
||||
null !== x &&
|
||||
(x === SuspenseException || "function" === typeof x.then)
|
||||
)
|
||||
throw (task.node === keyOrIndex && (task.replay = replay), x);
|
||||
throw (
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(i, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
type = getThrownInfo(task.componentStack);
|
||||
props = request;
|
||||
@@ -6951,7 +6956,8 @@ __DEV__ &&
|
||||
previousComponentStack = task.componentStack,
|
||||
previousDebugTask = task.debugTask,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -6976,6 +6982,7 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
@@ -6989,13 +6996,14 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -7012,13 +7020,10 @@ __DEV__ &&
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(
|
||||
request,
|
||||
task,
|
||||
childIndex
|
||||
).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -7029,9 +7034,9 @@ __DEV__ &&
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -10081,5 +10086,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.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -5154,7 +5154,9 @@ function retryNode(request, task) {
|
||||
"function" === typeof x.then)
|
||||
)
|
||||
throw (
|
||||
(task.node === keyOrIndex && (task.replay = replay),
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(node, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
@@ -5498,7 +5500,8 @@ function renderNode(request, task, node, childIndex) {
|
||||
previousTreeContext = task.treeContext,
|
||||
previousComponentStack = task.componentStack,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -5520,6 +5523,7 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
@@ -5533,12 +5537,13 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -5555,9 +5560,10 @@ function renderNode(request, task, node, childIndex) {
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, childIndex).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.legacyContext = previousLegacyContext;
|
||||
task.context = previousContext;
|
||||
@@ -5568,9 +5574,9 @@ function renderNode(request, task, node, childIndex) {
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.legacyContext = previousLegacyContext;
|
||||
task.context = previousContext;
|
||||
@@ -6858,4 +6864,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.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
|
||||
@@ -5095,7 +5095,9 @@ function retryNode(request, task) {
|
||||
"function" === typeof x.then)
|
||||
)
|
||||
throw (
|
||||
(task.node === keyOrIndex && (task.replay = replay),
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(node, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
@@ -5435,7 +5437,8 @@ function renderNode(request, task, node, childIndex) {
|
||||
previousTreeContext = task.treeContext,
|
||||
previousComponentStack = task.componentStack,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -5456,6 +5459,7 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
@@ -5468,12 +5472,13 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -5490,9 +5495,10 @@ function renderNode(request, task, node, childIndex) {
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, childIndex).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -5502,9 +5508,9 @@ function renderNode(request, task, node, childIndex) {
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -6790,4 +6796,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.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
|
||||
@@ -6204,7 +6204,12 @@ __DEV__ &&
|
||||
null !== x &&
|
||||
(x === SuspenseException || "function" === typeof x.then)
|
||||
)
|
||||
throw (task.node === keyOrIndex && (task.replay = replay), x);
|
||||
throw (
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(i, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
type = getThrownInfo(task.componentStack);
|
||||
props = request;
|
||||
@@ -6758,7 +6763,8 @@ __DEV__ &&
|
||||
previousComponentStack = task.componentStack,
|
||||
previousDebugTask = task.debugTask,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -6783,6 +6789,7 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
@@ -6796,13 +6803,14 @@ __DEV__ &&
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
task.debugTask = previousDebugTask;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -6819,13 +6827,10 @@ __DEV__ &&
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(
|
||||
request,
|
||||
task,
|
||||
childIndex
|
||||
).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -6836,9 +6841,9 @@ __DEV__ &&
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
|
||||
@@ -5009,7 +5009,9 @@ function retryNode(request, task) {
|
||||
"function" === typeof x.then)
|
||||
)
|
||||
throw (
|
||||
(task.node === keyOrIndex && (task.replay = replay),
|
||||
(task.node === keyOrIndex
|
||||
? (task.replay = replay)
|
||||
: childIndex.splice(node, 1),
|
||||
x)
|
||||
);
|
||||
task.replay.pendingTasks--;
|
||||
@@ -5361,7 +5363,8 @@ function renderNode(request, task, node, childIndex) {
|
||||
previousTreeContext = task.treeContext,
|
||||
previousComponentStack = task.componentStack,
|
||||
segment = task.blockedSegment;
|
||||
if (null === segment)
|
||||
if (null === segment) {
|
||||
segment = task.replay;
|
||||
try {
|
||||
return renderNodeDestructive(request, task, node, childIndex);
|
||||
} catch (thrownValue) {
|
||||
@@ -5382,6 +5385,7 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
@@ -5394,12 +5398,13 @@ function renderNode(request, task, node, childIndex) {
|
||||
task.keyPath = previousKeyPath;
|
||||
task.treeContext = previousTreeContext;
|
||||
task.componentStack = previousComponentStack;
|
||||
task.replay = segment;
|
||||
switchContext(previousContext);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var childrenLength = segment.children.length,
|
||||
chunkLength = segment.chunks.length;
|
||||
try {
|
||||
@@ -5416,9 +5421,10 @@ function renderNode(request, task, node, childIndex) {
|
||||
"object" === typeof node && null !== node)
|
||||
) {
|
||||
if ("function" === typeof node.then) {
|
||||
childIndex = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, childIndex).ping;
|
||||
node.then(request, request);
|
||||
segment = node;
|
||||
node = getThenableStateAfterSuspending();
|
||||
request = spawnNewSuspendedRenderTask(request, task, node).ping;
|
||||
segment.then(request, request);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
@@ -5428,9 +5434,9 @@ function renderNode(request, task, node, childIndex) {
|
||||
return;
|
||||
}
|
||||
if ("Maximum call stack size exceeded" === node.message) {
|
||||
node = getThenableStateAfterSuspending();
|
||||
node = spawnNewSuspendedRenderTask(request, task, node);
|
||||
request.pingedTasks.push(node);
|
||||
segment = getThenableStateAfterSuspending();
|
||||
segment = spawnNewSuspendedRenderTask(request, task, segment);
|
||||
request.pingedTasks.push(segment);
|
||||
task.formatContext = previousFormatContext;
|
||||
task.context = previousContext;
|
||||
task.keyPath = previousKeyPath;
|
||||
|
||||
@@ -31756,11 +31756,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-a947eba4-20250619" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-79d9aed7-20250620" !== 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.2.0-www-classic-a947eba4-20250619\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31803,10 +31803,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32572,5 +32572,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -31542,11 +31542,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-a947eba4-20250619" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-79d9aed7-20250620" !== 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.2.0-www-modern-a947eba4-20250619\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31589,10 +31589,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32358,5 +32358,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -19854,14 +19854,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2111 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-a947eba4-20250619" !==
|
||||
"19.2.0-www-classic-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2111
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2111,
|
||||
"19.2.0-www-classic-a947eba4-20250619"
|
||||
"19.2.0-www-classic-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19879,10 +19879,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2729 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2730 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20445,4 +20445,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
|
||||
@@ -19587,14 +19587,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2101 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-a947eba4-20250619" !==
|
||||
"19.2.0-www-modern-79d9aed7-20250620" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2101
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2101,
|
||||
"19.2.0-www-modern-a947eba4-20250619"
|
||||
"19.2.0-www-modern-79d9aed7-20250620"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19612,10 +19612,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2711 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2712 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20178,4 +20178,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
|
||||
@@ -21895,7 +21895,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -21676,7 +21676,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -14109,7 +14109,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -13830,7 +13830,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -15415,10 +15415,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-a947eba4-20250619",
|
||||
version: "19.2.0-www-classic-79d9aed7-20250620",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-classic-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15553,5 +15553,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-classic-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -15415,10 +15415,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-a947eba4-20250619",
|
||||
version: "19.2.0-www-modern-79d9aed7-20250620",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-a947eba4-20250619"
|
||||
reconcilerVersion: "19.2.0-www-modern-79d9aed7-20250620"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15553,5 +15553,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-a947eba4-20250619";
|
||||
exports.version = "19.2.0-www-modern-79d9aed7-20250620";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-classic-a947eba4-20250619
|
||||
19.2.0-www-classic-79d9aed7-20250620
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-modern-a947eba4-20250619
|
||||
19.2.0-www-modern-79d9aed7-20250620
|
||||
Reference in New Issue
Block a user