Include stack of cause in React instrumentation errors (#34198)

DiffTrain build for [379a083b9a](https://github.com/facebook/react/commit/379a083b9a95b0409cff4771bd9887e9e589777b)
This commit is contained in:
eps1lon
2025-08-13 10:37:02 -07:00
parent 96e97132c6
commit 1bc07ff810
35 changed files with 148 additions and 148 deletions
+1 -1
View File
@@ -1 +1 @@
0032b2a3eec4723c433c16a738cf17e33ad742c3
379a083b9a95b0409cff4771bd9887e9e589777b
+1 -1
View File
@@ -1 +1 @@
0032b2a3eec4723c433c16a738cf17e33ad742c3
379a083b9a95b0409cff4771bd9887e9e589777b
+1 -1
View File
@@ -1409,7 +1409,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -1409,7 +1409,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
+1 -1
View File
@@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
@@ -604,7 +604,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -604,7 +604,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -325,7 +325,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -339,7 +339,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -12149,7 +12149,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -16179,7 +16179,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -16387,7 +16387,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -17268,7 +17268,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -19588,10 +19588,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19625,7 +19625,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+9 -9
View File
@@ -325,7 +325,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -339,7 +339,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -11967,7 +11967,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15992,7 +15992,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -16200,7 +16200,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -17081,7 +17081,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -19359,10 +19359,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19396,7 +19396,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11298,10 +11298,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1603 = {
bundleType: 0,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1604 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11327,4 +11327,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
@@ -11010,10 +11010,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1576 = {
bundleType: 0,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1577 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11039,4 +11039,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
+11 -11
View File
@@ -377,7 +377,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -411,7 +411,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -426,7 +426,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15584,7 +15584,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -20512,7 +20512,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -21530,7 +21530,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -32059,11 +32059,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-0032b2a3-20250813" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-379a083b-20250813" !== 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-0032b2a3-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-379a083b-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32106,10 +32106,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32710,7 +32710,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+11 -11
View File
@@ -377,7 +377,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -411,7 +411,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -426,7 +426,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15383,7 +15383,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -20306,7 +20306,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -21298,7 +21298,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -31844,11 +31844,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-0032b2a3-20250813" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-379a083b-20250813" !== 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-0032b2a3-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-379a083b-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -31891,10 +31891,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32495,7 +32495,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19547,14 +19547,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2064 = React.version;
if (
"19.2.0-www-classic-0032b2a3-20250813" !==
"19.2.0-www-classic-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2064
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2064,
"19.2.0-www-classic-0032b2a3-20250813"
"19.2.0-www-classic-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19572,10 +19572,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2687 = {
bundleType: 0,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2688 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19987,4 +19987,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
@@ -19276,14 +19276,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2054 = React.version;
if (
"19.2.0-www-modern-0032b2a3-20250813" !==
"19.2.0-www-modern-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2054
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2054,
"19.2.0-www-modern-0032b2a3-20250813"
"19.2.0-www-modern-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19301,10 +19301,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2669 = {
bundleType: 0,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2670 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19716,4 +19716,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
@@ -21602,14 +21602,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2311 = React.version;
if (
"19.2.0-www-classic-0032b2a3-20250813" !==
"19.2.0-www-classic-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2311
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2311,
"19.2.0-www-classic-0032b2a3-20250813"
"19.2.0-www-classic-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -21627,10 +21627,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2313 = {
bundleType: 0,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2313.getLaneLabelMap = getLaneLabelMap),
@@ -22046,7 +22046,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -21396,14 +21396,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2301 = React.version;
if (
"19.2.0-www-modern-0032b2a3-20250813" !==
"19.2.0-www-modern-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2301
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2301,
"19.2.0-www-modern-0032b2a3-20250813"
"19.2.0-www-modern-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -21421,10 +21421,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2303 = {
bundleType: 0,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2303.getLaneLabelMap = getLaneLabelMap),
@@ -21840,7 +21840,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10159,5 +10159,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-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
})();
@@ -10088,5 +10088,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-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
})();
@@ -6892,4 +6892,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-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
@@ -6825,4 +6825,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-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
@@ -377,7 +377,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -411,7 +411,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -426,7 +426,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15625,7 +15625,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -20735,7 +20735,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -21753,7 +21753,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -32380,11 +32380,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-0032b2a3-20250813" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-379a083b-20250813" !== 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-0032b2a3-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-379a083b-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32427,10 +32427,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33197,5 +33197,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
})();
@@ -377,7 +377,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -411,7 +411,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -426,7 +426,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15424,7 +15424,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -20529,7 +20529,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -21521,7 +21521,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -32165,11 +32165,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-0032b2a3-20250813" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-379a083b-20250813" !== 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-0032b2a3-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-379a083b-20250813\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -32212,10 +32212,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32982,5 +32982,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
})();
@@ -19863,14 +19863,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2093 = React.version;
if (
"19.2.0-www-classic-0032b2a3-20250813" !==
"19.2.0-www-classic-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2093
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2093,
"19.2.0-www-classic-0032b2a3-20250813"
"19.2.0-www-classic-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19888,10 +19888,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2721 = {
bundleType: 0,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2722 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20454,4 +20454,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
@@ -19592,14 +19592,14 @@ function getCrossOriginStringAs(as, input) {
}
var isomorphicReactPackageVersion$jscomp$inline_2083 = React.version;
if (
"19.2.0-www-modern-0032b2a3-20250813" !==
"19.2.0-www-modern-379a083b-20250813" !==
isomorphicReactPackageVersion$jscomp$inline_2083
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2083,
"19.2.0-www-modern-0032b2a3-20250813"
"19.2.0-www-modern-379a083b-20250813"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19617,10 +19617,10 @@ Internals.Events = [
];
var internals$jscomp$inline_2703 = {
bundleType: 0,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2704 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20183,4 +20183,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
@@ -897,7 +897,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -931,7 +931,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -946,7 +946,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -13719,7 +13719,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -18622,7 +18622,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -19623,7 +19623,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -22454,7 +22454,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -803,7 +803,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -837,7 +837,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -852,7 +852,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -13537,7 +13537,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -18435,7 +18435,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -19410,7 +19410,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -22234,7 +22234,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -14048,7 +14048,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13765,7 +13765,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -401,7 +401,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -415,7 +415,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -9816,7 +9816,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -12258,7 +12258,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -12382,7 +12382,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -13196,7 +13196,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15464,10 +15464,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-0032b2a3-20250813",
version: "19.2.0-www-classic-379a083b-20250813",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-classic-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15602,5 +15602,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-classic-0032b2a3-20250813";
exports.version = "19.2.0-www-classic-379a083b-20250813";
})();
@@ -401,7 +401,7 @@ __DEV__ &&
try {
(rendererID = hook.inject(internals)), (injectedHook = hook);
} catch (err) {
console.error("React instrumentation encountered an error: %s.", err);
console.error("React instrumentation encountered an error: %o.", err);
}
return hook.checkDCE ? !0 : !1;
}
@@ -415,7 +415,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -9816,7 +9816,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -12258,7 +12258,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -12382,7 +12382,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -13196,7 +13196,7 @@ __DEV__ &&
hasLoggedError ||
((hasLoggedError = !0),
console.error(
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %o",
err
));
}
@@ -15464,10 +15464,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-0032b2a3-20250813",
version: "19.2.0-www-modern-379a083b-20250813",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-0032b2a3-20250813"
reconcilerVersion: "19.2.0-www-modern-379a083b-20250813"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15602,5 +15602,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-modern-0032b2a3-20250813";
exports.version = "19.2.0-www-modern-379a083b-20250813";
})();
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-classic-0032b2a3-20250813
19.2.0-www-classic-379a083b-20250813
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-modern-0032b2a3-20250813
19.2.0-www-modern-379a083b-20250813
@@ -237,8 +237,8 @@ export default [
"React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that appears to be a React element which never implements a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value which is why rendering React elements is not supported. If the `children` of <title> is a React Component try moving the <title> tag into that component. If the `children` of <title> is some HTML markup change it to be Text only to be valid HTML.",
"React expects the `children` prop of <title> tags to be a string, number, bigint, or object with a novel `toString` method but found an object that does not implement a suitable `toString` method. Browsers treat all child Nodes of <title> tags as Text content and React expects to be able to convert children of <title> tags to a single string value. Using the default `toString` method available on every object is almost certainly an error. Consider whether the `children` of this <title> is an object in error and change it to a string or number value if so. Otherwise implement a `toString` method that React can use to produce a valid <title>.",
"React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://react.dev/link/rules-of-hooks\n\n Previous render Next render\n ------------------------------------------------------\n%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n",
"React instrumentation encountered an error: %s",
"React instrumentation encountered an error: %s.",
"React instrumentation encountered an error: %o",
"React instrumentation encountered an error: %o.",
"React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React.",
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.",
"ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",