UEA-PRODEM
This commit is contained in:
+3
-3
@@ -8681,11 +8681,11 @@
|
||||
}
|
||||
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")
|
||||
);
|
||||
}
|
||||
function createDrainHandler(destination, request) {
|
||||
@@ -10798,5 +10798,5 @@
|
||||
}
|
||||
};
|
||||
};
|
||||
exports.version = "19.2.3";
|
||||
exports.version = "19.2.7";
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user