1
0
Fork 0

Changed stuff, added filter for statistics module

This commit is contained in:
Techognito 2025-09-02 16:37:06 +02:00
parent 4a91ae2bf9
commit fe87374e47
251 changed files with 3295 additions and 1705 deletions

View file

@ -5867,13 +5867,13 @@ function abort(request, reason) {
}
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
if (
"19.1.0" !==
"19.1.1" !==
isomorphicReactPackageVersion$jscomp$inline_761
)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion$jscomp$inline_761 +
"\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")
);
exports.renderToReadableStream = function (children, options) {
return new Promise(function (resolve, reject) {
@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
startWork(request);
});
};
exports.version = "19.1.0";
exports.version = "19.1.1";