[fixtures] Update eslint fixture lockfiles (#34699)

Updates the eslint fixture lockfiles.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34699).
* #34703
* #34700
* __->__ #34699
* #34675

DiffTrain build for [056a586928](https://github.com/facebook/react/commit/056a586928fe1b6186d3693743ac7019ce39cb7b)
This commit is contained in:
poteto
2025-10-02 15:50:29 -07:00
parent fff42746c8
commit ebb0c7ffeb
35 changed files with 110 additions and 91 deletions
+24 -5
View File
@@ -54497,7 +54497,7 @@ const allRules = LintRules.reduce((acc, rule) => {
severity: ErrorSeverity.Error,
},
});
LintRules.filter(rule => rule.recommended).reduce((acc, rule) => {
const recommendedRules = LintRules.filter(rule => rule.recommended).reduce((acc, rule) => {
acc[rule.name] = { rule: makeRule(rule), severity: rule.severity };
return acc;
}, {
@@ -54506,6 +54506,23 @@ LintRules.filter(rule => rule.recommended).reduce((acc, rule) => {
severity: ErrorSeverity.Error,
},
});
function mapErrorSeverityToESlint(severity) {
switch (severity) {
case ErrorSeverity.Error: {
return 'error';
}
case ErrorSeverity.Warning: {
return 'warn';
}
case ErrorSeverity.Hint:
case ErrorSeverity.Off: {
return 'off';
}
default: {
assertExhaustive(severity, `Unhandled severity: ${severity}`);
}
}
}
var assert_1;
var hasRequiredAssert;
@@ -57793,10 +57810,12 @@ function last(array) {
}
const rules = Object.assign({ 'exhaustive-deps': rule$1, 'rules-of-hooks': rule }, Object.fromEntries(Object.entries(allRules).map(([name, config]) => [name, config.rule])));
const ruleConfigs = {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
};
const ruleConfigs = Object.assign({ 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'warn' }, Object.fromEntries(Object.entries(recommendedRules).map(([name, ruleConfig]) => {
return [
'react-hooks/' + name,
mapErrorSeverityToESlint(ruleConfig.severity),
];
})));
const plugin = {
meta: {
name: 'eslint-plugin-react-hooks',
+1 -1
View File
@@ -1 +1 @@
7d9f876cbc7e9363092e60436704cf8ae435b969
056a586928fe1b6186d3693743ac7019ce39cb7b
+1 -1
View File
@@ -1 +1 @@
7d9f876cbc7e9363092e60436704cf8ae435b969
056a586928fe1b6186d3693743ac7019ce39cb7b
+1 -1
View File
@@ -1458,7 +1458,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -1458,7 +1458,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -604,4 +604,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
+1 -1
View File
@@ -604,4 +604,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
@@ -608,7 +608,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -608,7 +608,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -20303,10 +20303,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20341,7 +20341,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+3 -3
View File
@@ -20074,10 +20074,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20112,7 +20112,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11434,10 +11434,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1646 = {
bundleType: 0,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1647 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11463,4 +11463,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
@@ -11146,10 +11146,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1619 = {
bundleType: 0,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11175,4 +11175,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
@@ -32865,11 +32865,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.3.0-www-classic-7d9f876c-20251002" !== isomorphicReactPackageVersion)
if ("19.3.0-www-classic-056a5869-20251002" !== 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.3.0-www-classic-7d9f876c-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.3.0-www-classic-056a5869-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32912,10 +32912,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33528,7 +33528,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+5 -5
View File
@@ -32650,11 +32650,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.3.0-www-modern-7d9f876c-20251002" !== isomorphicReactPackageVersion)
if ("19.3.0-www-modern-056a5869-20251002" !== 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.3.0-www-modern-7d9f876c-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.3.0-www-modern-056a5869-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32697,10 +32697,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33313,7 +33313,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19972,14 +19972,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2128 = React.version;
if (
"19.3.0-www-classic-7d9f876c-20251002" !==
"19.3.0-www-classic-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2128
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2128,
"19.3.0-www-classic-7d9f876c-20251002"
"19.3.0-www-classic-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19997,10 +19997,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2760 = {
bundleType: 0,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2761 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20429,4 +20429,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
@@ -19701,14 +19701,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2118 = React.version;
if (
"19.3.0-www-modern-7d9f876c-20251002" !==
"19.3.0-www-modern-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2118
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2118,
"19.3.0-www-modern-7d9f876c-20251002"
"19.3.0-www-modern-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19726,10 +19726,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2742 = {
bundleType: 0,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2743 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20158,4 +20158,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
@@ -22226,14 +22226,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2438 = React.version;
if (
"19.3.0-www-classic-7d9f876c-20251002" !==
"19.3.0-www-classic-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2438
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2438,
"19.3.0-www-classic-7d9f876c-20251002"
"19.3.0-www-classic-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -22251,10 +22251,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2440 = {
bundleType: 0,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2440.getLaneLabelMap = getLaneLabelMap),
@@ -22687,7 +22687,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -22020,14 +22020,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2428 = React.version;
if (
"19.3.0-www-modern-7d9f876c-20251002" !==
"19.3.0-www-modern-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2428
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2428,
"19.3.0-www-modern-7d9f876c-20251002"
"19.3.0-www-modern-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -22045,10 +22045,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2430 = {
bundleType: 0,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2430.getLaneLabelMap = getLaneLabelMap),
@@ -22481,7 +22481,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10305,5 +10305,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.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
})();
@@ -10234,5 +10234,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.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
})();
@@ -6996,4 +6996,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.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
@@ -6929,4 +6929,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.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
@@ -33186,11 +33186,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.3.0-www-classic-7d9f876c-20251002" !== isomorphicReactPackageVersion)
if ("19.3.0-www-classic-056a5869-20251002" !== 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.3.0-www-classic-7d9f876c-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.3.0-www-classic-056a5869-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -33233,10 +33233,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -34015,5 +34015,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
})();
@@ -32971,11 +32971,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.3.0-www-modern-7d9f876c-20251002" !== isomorphicReactPackageVersion)
if ("19.3.0-www-modern-056a5869-20251002" !== 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.3.0-www-modern-7d9f876c-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.3.0-www-modern-056a5869-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -33018,10 +33018,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33800,5 +33800,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
})();
@@ -20288,14 +20288,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2157 = React.version;
if (
"19.3.0-www-classic-7d9f876c-20251002" !==
"19.3.0-www-classic-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2157
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2157,
"19.3.0-www-classic-7d9f876c-20251002"
"19.3.0-www-classic-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -20313,10 +20313,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2794 = {
bundleType: 0,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2795 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20896,4 +20896,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
@@ -20017,14 +20017,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2147 = React.version;
if (
"19.3.0-www-modern-7d9f876c-20251002" !==
"19.3.0-www-modern-056a5869-20251002" !==
isomorphicReactPackageVersion$jscomp$inline_2147
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2147,
"19.3.0-www-modern-7d9f876c-20251002"
"19.3.0-www-modern-056a5869-20251002"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -20042,10 +20042,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2776 = {
bundleType: 0,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2777 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20625,4 +20625,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
@@ -22958,7 +22958,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -22738,7 +22738,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -14245,7 +14245,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13962,7 +13962,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -15705,10 +15705,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-classic-7d9f876c-20251002",
version: "19.3.0-www-classic-056a5869-20251002",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-classic-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-classic-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15844,5 +15844,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.3.0-www-classic-7d9f876c-20251002";
exports.version = "19.3.0-www-classic-056a5869-20251002";
})();
@@ -15705,10 +15705,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.3.0-www-modern-7d9f876c-20251002",
version: "19.3.0-www-modern-056a5869-20251002",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.3.0-www-modern-7d9f876c-20251002"
reconcilerVersion: "19.3.0-www-modern-056a5869-20251002"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15844,5 +15844,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.3.0-www-modern-7d9f876c-20251002";
exports.version = "19.3.0-www-modern-056a5869-20251002";
})();
+1 -1
View File
@@ -1 +1 @@
19.3.0-www-classic-7d9f876c-20251002
19.3.0-www-classic-056a5869-20251002
+1 -1
View File
@@ -1 +1 @@
19.3.0-www-modern-7d9f876c-20251002
19.3.0-www-modern-056a5869-20251002