UEA-PRODEM
This commit is contained in:
+3
-3
@@ -9503,13 +9503,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
|
||||
if (
|
||||
"19.2.3" !==
|
||||
"19.2.7" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_766
|
||||
)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion$jscomp$inline_766 +
|
||||
"\n - react-dom: 19.2.3\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
exports.renderToReadableStream = function (children, options) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
@@ -9602,4 +9602,4 @@ exports.renderToReadableStream = function (children, options) {
|
||||
startWork(request$jscomp$0);
|
||||
});
|
||||
};
|
||||
exports.version = "19.2.3";
|
||||
exports.version = "19.2.7";
|
||||
|
||||
Reference in New Issue
Block a user