Changed stuff, added filter for statistics module
This commit is contained in:
parent
4a91ae2bf9
commit
fe87374e47
251 changed files with 3295 additions and 1705 deletions
6
node_modules/react-dom/cjs/react-dom-server.edge.production.js
generated
vendored
6
node_modules/react-dom/cjs/react-dom-server.edge.production.js
generated
vendored
|
|
@ -6324,11 +6324,11 @@ function abort(request, reason) {
|
|||
}
|
||||
function ensureCorrectIsomorphicReactVersion() {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.1" !== 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.1.0\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
}
|
||||
ensureCorrectIsomorphicReactVersion();
|
||||
|
|
@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
|
|||
startWork(request);
|
||||
});
|
||||
};
|
||||
exports.version = "19.1.0";
|
||||
exports.version = "19.1.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue