[Flight] Remove superfluous whitespace when console method is called with non-strings (#33953)

DiffTrain build for [f6fb1a07a5](https://github.com/facebook/react/commit/f6fb1a07a5fda2aa436f6ddf9a31025945cd67b3)
This commit is contained in:
eps1lon
2025-07-23 01:13:06 -07:00
parent a25e9a67c2
commit e5b30133c7
36 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -1 +1 @@
074e92777c22a56269647d614fdae80bf6406485
f6fb1a07a5fda2aa436f6ddf9a31025945cd67b3
+1 -1
View File
@@ -1 +1 @@
074e92777c22a56269647d614fdae80bf6406485
f6fb1a07a5fda2aa436f6ddf9a31025945cd67b3
+1 -1
View File
@@ -1434,7 +1434,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -1434,7 +1434,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
+1 -1
View File
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
"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-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -6784,7 +6784,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -19300,10 +19300,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19337,7 +19337,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+4 -4
View File
@@ -6690,7 +6690,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -19071,10 +19071,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19108,7 +19108,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11305,10 +11305,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1610 = {
bundleType: 0,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1611 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11334,4 +11334,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
@@ -11017,10 +11017,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1583 = {
bundleType: 0,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1584 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11046,4 +11046,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
@@ -8933,7 +8933,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -31749,11 +31749,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-074e9277-20250721" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-f6fb1a07-20250723" !== 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-074e9277-20250721\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-f6fb1a07-20250723\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -31796,10 +31796,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32399,7 +32399,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+6 -6
View File
@@ -8820,7 +8820,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -31534,11 +31534,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-074e9277-20250721" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-f6fb1a07-20250723" !== 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-074e9277-20250721\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-f6fb1a07-20250723\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -31581,10 +31581,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32184,7 +32184,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19564,14 +19564,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version;
if (
"19.2.0-www-classic-074e9277-20250721" !==
"19.2.0-www-classic-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2069
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2069,
"19.2.0-www-classic-074e9277-20250721"
"19.2.0-www-classic-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19589,10 +19589,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2682 = {
bundleType: 0,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2683 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20004,4 +20004,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
@@ -19293,14 +19293,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2059 = React.version;
if (
"19.2.0-www-modern-074e9277-20250721" !==
"19.2.0-www-modern-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2059
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2059,
"19.2.0-www-modern-074e9277-20250721"
"19.2.0-www-modern-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19318,10 +19318,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2664 = {
bundleType: 0,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2665 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19733,4 +19733,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
@@ -21572,14 +21572,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2315 = React.version;
if (
"19.2.0-www-classic-074e9277-20250721" !==
"19.2.0-www-classic-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2315
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2315,
"19.2.0-www-classic-074e9277-20250721"
"19.2.0-www-classic-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -21597,10 +21597,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2317 = {
bundleType: 0,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2317.getLaneLabelMap = getLaneLabelMap),
@@ -22015,7 +22015,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -21366,14 +21366,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2305 = React.version;
if (
"19.2.0-www-modern-074e9277-20250721" !==
"19.2.0-www-modern-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2305
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2305,
"19.2.0-www-modern-074e9277-20250721"
"19.2.0-www-modern-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -21391,10 +21391,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2307 = {
bundleType: 0,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2307.getLaneLabelMap = getLaneLabelMap),
@@ -21809,7 +21809,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -4580,7 +4580,7 @@ __DEV__ &&
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -10137,5 +10137,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-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
})();
@@ -4572,7 +4572,7 @@ __DEV__ &&
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -10066,5 +10066,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-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
})();
@@ -3835,7 +3835,7 @@ function defaultErrorHandler(error) {
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -6868,4 +6868,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-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
@@ -3825,7 +3825,7 @@ function defaultErrorHandler(error) {
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -6801,4 +6801,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-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
@@ -4374,7 +4374,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -3722,7 +3722,7 @@ function defaultErrorHandler(error) {
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -8974,7 +8974,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -32070,11 +32070,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-074e9277-20250721" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-f6fb1a07-20250723" !== 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-074e9277-20250721\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-f6fb1a07-20250723\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32117,10 +32117,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32886,5 +32886,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
})();
@@ -8861,7 +8861,7 @@ __DEV__ &&
: error.splice(
0,
0,
"%c%s%c ",
"%c%s%c",
"background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",
" " + JSCompiler_inline_result + " ",
""
@@ -31855,11 +31855,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-074e9277-20250721" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-f6fb1a07-20250723" !== 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-074e9277-20250721\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-f6fb1a07-20250723\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -31902,10 +31902,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32671,5 +32671,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
})();
@@ -19880,14 +19880,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2098 = React.version;
if (
"19.2.0-www-classic-074e9277-20250721" !==
"19.2.0-www-classic-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2098
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2098,
"19.2.0-www-classic-074e9277-20250721"
"19.2.0-www-classic-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19905,10 +19905,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2716 = {
bundleType: 0,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2717 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20471,4 +20471,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
@@ -19609,14 +19609,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2088 = React.version;
if (
"19.2.0-www-modern-074e9277-20250721" !==
"19.2.0-www-modern-f6fb1a07-20250723" !==
isomorphicReactPackageVersion$jscomp$inline_2088
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2088,
"19.2.0-www-modern-074e9277-20250721"
"19.2.0-www-modern-f6fb1a07-20250723"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19634,10 +19634,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2698 = {
bundleType: 0,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2699 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20200,4 +20200,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
@@ -22127,7 +22127,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -21907,7 +21907,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -14061,7 +14061,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13778,7 +13778,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -5742,7 +5742,7 @@ __DEV__ &&
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -15434,10 +15434,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-074e9277-20250721",
version: "19.2.0-www-classic-f6fb1a07-20250723",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-074e9277-20250721"
reconcilerVersion: "19.2.0-www-classic-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15572,5 +15572,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-classic-074e9277-20250721";
exports.version = "19.2.0-www-classic-f6fb1a07-20250723";
})();
@@ -5742,7 +5742,7 @@ __DEV__ &&
"[%s] " + error[0],
" " + JSCompiler_inline_result + " "
)
: error.splice(0, 0, "[%s] ", " " + JSCompiler_inline_result + " ");
: error.splice(0, 0, "[%s]", " " + JSCompiler_inline_result + " ");
error.unshift(console);
JSCompiler_inline_result = bind.apply(console.error, error);
JSCompiler_inline_result();
@@ -15434,10 +15434,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-074e9277-20250721",
version: "19.2.0-www-modern-f6fb1a07-20250723",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-074e9277-20250721"
reconcilerVersion: "19.2.0-www-modern-f6fb1a07-20250723"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15572,5 +15572,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-modern-074e9277-20250721";
exports.version = "19.2.0-www-modern-f6fb1a07-20250723";
})();
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-classic-074e9277-20250721
19.2.0-www-classic-f6fb1a07-20250723
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-modern-074e9277-20250721
19.2.0-www-modern-f6fb1a07-20250723