mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[eslint-plugin-react-hooks] updates for component syntax (#33089)
Adds support for Flow's component and hook syntax.
[docs](https://flow.org/en/docs/react/component-syntax/)
DiffTrain build for [4c4a57c4f9](https://github.com/facebook/react/commit/4c4a57c4f9f7f7d44e4cbe868c066e3691cd4038)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f739642745577a8e4dcb9753836ac3589b9c590a
|
||||
4c4a57c4f9f7f7d44e4cbe868c066e3691cd4038
|
||||
|
||||
@@ -1 +1 @@
|
||||
f739642745577a8e4dcb9753836ac3589b9c590a
|
||||
4c4a57c4f9f7f7d44e4cbe868c066e3691cd4038
|
||||
|
||||
@@ -1538,7 +1538,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1538,7 +1538,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
|
||||
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
|
||||
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19014,10 +19014,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -19051,7 +19051,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -18786,10 +18786,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -18823,7 +18823,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -11412,10 +11412,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1619 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11441,4 +11441,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
|
||||
@@ -11125,10 +11125,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1592 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1593 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -11154,4 +11154,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
|
||||
@@ -31142,11 +31142,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-f7396427-20250501" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-4c4a57c4-20250502" !== 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-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-4c4a57c4-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31189,10 +31189,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31790,7 +31790,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -30928,11 +30928,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-f7396427-20250501" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-4c4a57c4-20250502" !== 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-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-4c4a57c4-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -30975,10 +30975,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31576,7 +31576,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19469,14 +19469,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2029 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7396427-20250501" !==
|
||||
"19.2.0-www-classic-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2029
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2029,
|
||||
"19.2.0-www-classic-f7396427-20250501"
|
||||
"19.2.0-www-classic-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19494,10 +19494,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2635 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19861,4 +19861,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
|
||||
@@ -19198,14 +19198,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2019 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7396427-20250501" !==
|
||||
"19.2.0-www-modern-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2019
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2019,
|
||||
"19.2.0-www-modern-f7396427-20250501"
|
||||
"19.2.0-www-modern-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19223,10 +19223,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2617 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2618 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19590,4 +19590,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
|
||||
@@ -21443,14 +21443,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2273 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7396427-20250501" !==
|
||||
"19.2.0-www-classic-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2273
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2273,
|
||||
"19.2.0-www-classic-f7396427-20250501"
|
||||
"19.2.0-www-classic-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21468,10 +21468,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2275 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2275.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21838,7 +21838,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -21241,14 +21241,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2263 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7396427-20250501" !==
|
||||
"19.2.0-www-modern-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2263
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2263,
|
||||
"19.2.0-www-modern-f7396427-20250501"
|
||||
"19.2.0-www-modern-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21266,10 +21266,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2265 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2265.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21636,7 +21636,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -9543,5 +9543,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-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -9472,5 +9472,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-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -6292,4 +6292,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-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
|
||||
@@ -6204,4 +6204,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-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
|
||||
@@ -31463,11 +31463,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-f7396427-20250501" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-4c4a57c4-20250502" !== 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-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-4c4a57c4-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31510,10 +31510,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32277,5 +32277,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -31249,11 +31249,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-f7396427-20250501" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-4c4a57c4-20250502" !== 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-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-4c4a57c4-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31296,10 +31296,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32063,5 +32063,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -19785,14 +19785,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2058 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7396427-20250501" !==
|
||||
"19.2.0-www-classic-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2058
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2058,
|
||||
"19.2.0-www-classic-f7396427-20250501"
|
||||
"19.2.0-www-classic-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19810,10 +19810,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2669 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2670 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20328,4 +20328,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
|
||||
@@ -19514,14 +19514,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2048 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7396427-20250501" !==
|
||||
"19.2.0-www-modern-4c4a57c4-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2048
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2048,
|
||||
"19.2.0-www-modern-f7396427-20250501"
|
||||
"19.2.0-www-modern-4c4a57c4-20250502"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19539,10 +19539,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2651 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2652 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20057,4 +20057,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
|
||||
@@ -21845,7 +21845,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -21626,7 +21626,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -14088,7 +14088,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -13805,7 +13805,7 @@ module.exports = function ($$$config) {
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -15341,10 +15341,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7396427-20250501",
|
||||
version: "19.2.0-www-classic-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-classic-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15479,5 +15479,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-classic-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -15341,10 +15341,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7396427-20250501",
|
||||
version: "19.2.0-www-modern-4c4a57c4-20250502",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7396427-20250501"
|
||||
reconcilerVersion: "19.2.0-www-modern-4c4a57c4-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15479,5 +15479,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7396427-20250501";
|
||||
exports.version = "19.2.0-www-modern-4c4a57c4-20250502";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-classic-f7396427-20250501
|
||||
19.2.0-www-classic-4c4a57c4-20250502
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-modern-f7396427-20250501
|
||||
19.2.0-www-modern-4c4a57c4-20250502
|
||||
Reference in New Issue
Block a user