UEA-PRODEM
This commit is contained in:
+3
-3
@@ -7142,11 +7142,11 @@ function getPostponedState(request) {
|
||||
}
|
||||
function ensureCorrectIsomorphicReactVersion() {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.3" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.7" !== 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.3\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
}
|
||||
ensureCorrectIsomorphicReactVersion();
|
||||
@@ -7704,4 +7704,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
||||
}
|
||||
};
|
||||
};
|
||||
exports.version = "19.2.3";
|
||||
exports.version = "19.2.7";
|
||||
|
||||
Reference in New Issue
Block a user