mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[compiler] Fix copyright script (#33003)
Don't try to open directories
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33003).
* #33004
* __->__ #33003
* #33002
---------
Co-authored-by: Jordan Brown <jmbrown@meta.com>
DiffTrain build for [8b9629c810](https://github.com/facebook/react/commit/8b9629c8106b55965ac6e4f078110b484b358101)
This commit is contained in:
@@ -48350,6 +48350,7 @@ function inferEffectDependencies(fn) {
|
||||
}
|
||||
else if (value.args.length >= 2 &&
|
||||
value.args.length - 1 === autodepFnLoads.get(callee.identifier.id) &&
|
||||
value.args[0] != null &&
|
||||
value.args[0].kind === 'Identifier') {
|
||||
const penultimateArg = value.args[value.args.length - 2];
|
||||
const depArrayArg = value.args[value.args.length - 1];
|
||||
|
||||
@@ -1 +1 @@
|
||||
f765082996f056c2abb354eb43cec3a3bf535264
|
||||
8b9629c8106b55965ac6e4f078110b484b358101
|
||||
|
||||
@@ -1 +1 @@
|
||||
f765082996f056c2abb354eb43cec3a3bf535264
|
||||
8b9629c8106b55965ac6e4f078110b484b358101
|
||||
|
||||
@@ -1538,7 +1538,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
"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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
"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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
|
||||
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
|
||||
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
"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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -18800,10 +18800,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -18837,7 +18837,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -18572,10 +18572,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -18609,7 +18609,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
"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-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
|
||||
@@ -11125,10 +11125,10 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1592 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
|
||||
@@ -30914,11 +30914,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-f7650829-20250423" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-8b9629c8-20250423" !== 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-f7650829-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-8b9629c8-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -30961,10 +30961,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31562,7 +31562,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -30700,11 +30700,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-f7650829-20250423" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-8b9629c8-20250423" !== 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-f7650829-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-8b9629c8-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -30747,10 +30747,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31348,7 +31348,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -19440,14 +19440,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2029 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7650829-20250423" !==
|
||||
"19.2.0-www-classic-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2029
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2029,
|
||||
"19.2.0-www-classic-f7650829-20250423"
|
||||
"19.2.0-www-classic-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19465,10 +19465,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2635 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19832,4 +19832,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
|
||||
@@ -19169,14 +19169,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2019 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7650829-20250423" !==
|
||||
"19.2.0-www-modern-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2019
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2019,
|
||||
"19.2.0-www-modern-f7650829-20250423"
|
||||
"19.2.0-www-modern-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19194,10 +19194,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2617 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2618 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -19561,4 +19561,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
|
||||
@@ -21437,14 +21437,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2239 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7650829-20250423" !==
|
||||
"19.2.0-www-classic-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2239
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2239,
|
||||
"19.2.0-www-classic-f7650829-20250423"
|
||||
"19.2.0-www-classic-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21462,10 +21462,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2241 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2241.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21832,7 +21832,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -21235,14 +21235,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2229 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7650829-20250423" !==
|
||||
"19.2.0-www-modern-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2229
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2229,
|
||||
"19.2.0-www-modern-f7650829-20250423"
|
||||
"19.2.0-www-modern-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -21260,10 +21260,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2231 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_2231.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -21630,7 +21630,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -9438,5 +9438,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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -9367,5 +9367,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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -6200,4 +6200,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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
|
||||
@@ -6112,4 +6112,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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
|
||||
@@ -31235,11 +31235,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-classic-f7650829-20250423" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-classic-8b9629c8-20250423" !== 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-f7650829-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-classic-8b9629c8-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31282,10 +31282,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -32049,5 +32049,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -31021,11 +31021,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-www-modern-f7650829-20250423" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-www-modern-8b9629c8-20250423" !== 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-f7650829-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-www-modern-8b9629c8-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -31068,10 +31068,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -31835,5 +31835,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -19756,14 +19756,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2058 = React.version;
|
||||
if (
|
||||
"19.2.0-www-classic-f7650829-20250423" !==
|
||||
"19.2.0-www-classic-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2058
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2058,
|
||||
"19.2.0-www-classic-f7650829-20250423"
|
||||
"19.2.0-www-classic-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19781,10 +19781,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2669 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2670 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20299,4 +20299,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-classic-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
|
||||
@@ -19485,14 +19485,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2048 = React.version;
|
||||
if (
|
||||
"19.2.0-www-modern-f7650829-20250423" !==
|
||||
"19.2.0-www-modern-8b9629c8-20250423" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2048
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2048,
|
||||
"19.2.0-www-modern-f7650829-20250423"
|
||||
"19.2.0-www-modern-8b9629c8-20250423"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19510,10 +19510,10 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2651 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2652 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -20028,4 +20028,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-www-modern-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
|
||||
@@ -21635,7 +21635,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -21416,7 +21416,7 @@ __DEV__ &&
|
||||
version: rendererVersion,
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -15341,10 +15341,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-classic-f7650829-20250423",
|
||||
version: "19.2.0-www-classic-8b9629c8-20250423",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-classic-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-classic-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-classic-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -15341,10 +15341,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-www-modern-f7650829-20250423",
|
||||
version: "19.2.0-www-modern-8b9629c8-20250423",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-www-modern-f7650829-20250423"
|
||||
reconcilerVersion: "19.2.0-www-modern-8b9629c8-20250423"
|
||||
};
|
||||
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-f7650829-20250423";
|
||||
exports.version = "19.2.0-www-modern-8b9629c8-20250423";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-classic-f7650829-20250423
|
||||
19.2.0-www-classic-8b9629c8-20250423
|
||||
@@ -1 +1 @@
|
||||
19.2.0-www-modern-f7650829-20250423
|
||||
19.2.0-www-modern-8b9629c8-20250423
|
||||
Reference in New Issue
Block a user