mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove now dead argument from resolveClassComponentProps (#33682)
No longer used after https://github.com/facebook/react/pull/33648
DiffTrain build for [73aa744b70](https://github.com/facebook/react/commit/73aa744b7029556430f409ec3887a714940698ba)
This commit is contained in:
@@ -1 +1 @@
|
||||
602917c8cb521e6f9b8eae7070985e2a698fc0d0
|
||||
73aa744b7029556430f409ec3887a714940698ba
|
||||
|
||||
@@ -1 +1 @@
|
||||
602917c8cb521e6f9b8eae7070985e2a698fc0d0
|
||||
73aa744b7029556430f409ec3887a714940698ba
|
||||
|
||||
@@ -1434,7 +1434,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1434,7 +1434,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
|
||||
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
|
||||
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10607,8 +10607,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -19129,10 +19128,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -19166,7 +19165,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10425,8 +10425,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -18900,10 +18899,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -18937,7 +18936,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -7658,8 +7658,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -11302,10 +11301,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1610 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1611 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11331,4 +11330,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
|
||||
@@ -7410,8 +7410,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -11014,10 +11013,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1583 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1584 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11043,4 +11042,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
|
||||
@@ -13520,8 +13520,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -31519,11 +31518,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-602917c8-20250701" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-73aa744b-20250702" !== 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-602917c8-20250701\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-73aa744b-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31566,10 +31565,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32169,7 +32168,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -13319,8 +13319,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -31304,11 +31303,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-602917c8-20250701" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-73aa744b-20250702" !== 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-602917c8-20250701\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-73aa744b-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31351,10 +31350,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31954,7 +31953,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -9751,8 +9751,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -19503,14 +19502,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-602917c8-20250701" !==
|
||||
"19.2.0-www-classic-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2069
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2069,
|
||||
"19.2.0-www-classic-602917c8-20250701"
|
||||
"19.2.0-www-classic-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19528,10 +19527,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2682 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2683 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19943,4 +19942,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
|
||||
@@ -9496,8 +9496,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -19232,14 +19231,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2059 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-602917c8-20250701" !==
|
||||
"19.2.0-www-modern-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2059
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2059,
|
||||
"19.2.0-www-modern-602917c8-20250701"
|
||||
"19.2.0-www-modern-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19257,10 +19256,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2664 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2665 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19672,4 +19671,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
|
||||
@@ -10527,8 +10527,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -21485,14 +21484,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2313 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-602917c8-20250701" !==
|
||||
"19.2.0-www-classic-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2313
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2313,
|
||||
"19.2.0-www-classic-602917c8-20250701"
|
||||
"19.2.0-www-classic-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21510,10 +21509,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2315 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2315.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21928,7 +21927,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10337,8 +10337,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -21279,14 +21278,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2303 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-602917c8-20250701" !==
|
||||
"19.2.0-www-modern-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2303
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2303,
|
||||
"19.2.0-www-modern-602917c8-20250701"
|
||||
"19.2.0-www-modern-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21304,10 +21303,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2305 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2305.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21722,7 +21721,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10123,5 +10123,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-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -10052,5 +10052,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-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -6858,4 +6858,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-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
|
||||
@@ -6790,4 +6790,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-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
|
||||
@@ -13561,8 +13561,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -31840,11 +31839,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-602917c8-20250701" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-73aa744b-20250702" !== 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-602917c8-20250701\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-73aa744b-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31887,10 +31886,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32656,5 +32655,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -13360,8 +13360,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -31625,11 +31624,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-602917c8-20250701" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-73aa744b-20250702" !== 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-602917c8-20250701\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-73aa744b-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31672,10 +31671,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32441,5 +32440,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -9837,8 +9837,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -19819,14 +19818,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2098 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-602917c8-20250701" !==
|
||||
"19.2.0-www-classic-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2098
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2098,
|
||||
"19.2.0-www-classic-602917c8-20250701"
|
||||
"19.2.0-www-classic-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19844,10 +19843,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2716 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2717 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20410,4 +20409,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
|
||||
@@ -9582,8 +9582,7 @@ function commitBeforeMutationEffects_complete(
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible = JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
resolvedPrevProps,
|
||||
@@ -19548,14 +19547,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2088 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-602917c8-20250701" !==
|
||||
"19.2.0-www-modern-73aa744b-20250702" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2088
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2088,
|
||||
"19.2.0-www-modern-602917c8-20250701"
|
||||
"19.2.0-www-modern-73aa744b-20250702"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19573,10 +19572,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2698 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2699 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20139,4 +20138,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
|
||||
@@ -11700,8 +11700,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -21962,7 +21961,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -11518,8 +11518,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -21742,7 +21741,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -8481,8 +8481,7 @@ module.exports = function ($$$config) {
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible =
|
||||
JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
@@ -14064,7 +14063,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -8237,8 +8237,7 @@ module.exports = function ($$$config) {
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
fiber.type,
|
||||
flags,
|
||||
fiber.elementType === fiber.type
|
||||
flags
|
||||
);
|
||||
isViewTransitionEligible =
|
||||
JSCompiler_temp.getSnapshotBeforeUpdate(
|
||||
@@ -13781,7 +13780,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -9200,8 +9200,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -15431,10 +15430,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-602917c8-20250701",
|
||||
version: "19.2.0-www-classic-73aa744b-20250702",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15569,5 +15568,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-classic-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -9200,8 +9200,7 @@ __DEV__ &&
|
||||
try {
|
||||
var resolvedPrevProps = resolveClassComponentProps(
|
||||
finishedWork.type,
|
||||
prevProps,
|
||||
finishedWork.elementType === finishedWork.type
|
||||
prevProps
|
||||
);
|
||||
var snapshot = runWithFiberInDEV(
|
||||
finishedWork,
|
||||
@@ -15431,10 +15430,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-602917c8-20250701",
|
||||
version: "19.2.0-www-modern-73aa744b-20250702",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
|
||||
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15569,5 +15568,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-602917c8-20250701";
|
||||
exports.version = "19.2.0-www-modern-73aa744b-20250702";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-classic-602917c8-20250701
|
||||
19.2.0-www-classic-73aa744b-20250702
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-modern-602917c8-20250701
|
||||
19.2.0-www-modern-73aa744b-20250702
|
||||
Reference in New Issue
Block a user