Skip to content

Commit 923c64b

Browse files
committed
ncc-compiled
1 parent 13cc02b commit 923c64b

File tree

60 files changed

+3242
-1491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3242
-1491
lines changed

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

Lines changed: 416 additions & 213 deletions
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

Lines changed: 327 additions & 127 deletions
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js

Lines changed: 416 additions & 213 deletions
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js

Lines changed: 312 additions & 118 deletions
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10527,5 +10527,5 @@
1052710527
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
1052810528
);
1052910529
};
10530-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
10530+
exports.version = "19.2.0-experimental-5e0c951b-20250916";
1053110531
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7142,4 +7142,4 @@ exports.renderToString = function (children, options) {
71427142
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
71437143
);
71447144
};
7145-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
7145+
exports.version = "19.2.0-experimental-5e0c951b-20250916";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10527,5 +10527,5 @@
1052710527
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
1052810528
);
1052910529
};
10530-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
10530+
exports.version = "19.2.0-experimental-5e0c951b-20250916";
1053110531
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7245,4 +7245,4 @@ exports.renderToString = function (children, options) {
72457245
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
72467246
);
72477247
};
7248-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
7248+
exports.version = "19.2.0-experimental-5e0c951b-20250916";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9512,11 +9512,11 @@
95129512
}
95139513
function ensureCorrectIsomorphicReactVersion() {
95149514
var isomorphicReactPackageVersion = React.version;
9515-
if ("19.2.0-experimental-8a8e9a7e-20250912" !== isomorphicReactPackageVersion)
9515+
if ("19.2.0-experimental-5e0c951b-20250916" !== isomorphicReactPackageVersion)
95169516
throw Error(
95179517
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
95189518
(isomorphicReactPackageVersion +
9519-
"\n - react-dom: 19.2.0-experimental-8a8e9a7e-20250912\nLearn more: https://react.dev/warnings/version-mismatch")
9519+
"\n - react-dom: 19.2.0-experimental-5e0c951b-20250916\nLearn more: https://react.dev/warnings/version-mismatch")
95209520
);
95219521
}
95229522
var React = require("next/dist/compiled/react-experimental"),
@@ -11339,5 +11339,5 @@
1133911339
startWork(request);
1134011340
});
1134111341
};
11342-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
11342+
exports.version = "19.2.0-experimental-5e0c951b-20250916";
1134311343
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7805,12 +7805,12 @@ function getPostponedState(request) {
78057805
}
78067806
function ensureCorrectIsomorphicReactVersion() {
78077807
var isomorphicReactPackageVersion = React.version;
7808-
if ("19.2.0-experimental-8a8e9a7e-20250912" !== isomorphicReactPackageVersion)
7808+
if ("19.2.0-experimental-5e0c951b-20250916" !== isomorphicReactPackageVersion)
78097809
throw Error(
78107810
formatProdErrorMessage(
78117811
527,
78127812
isomorphicReactPackageVersion,
7813-
"19.2.0-experimental-8a8e9a7e-20250912"
7813+
"19.2.0-experimental-5e0c951b-20250916"
78147814
)
78157815
);
78167816
}
@@ -8065,4 +8065,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
80658065
startWork(request);
80668066
});
80678067
};
8068-
exports.version = "19.2.0-experimental-8a8e9a7e-20250912";
8068+
exports.version = "19.2.0-experimental-5e0c951b-20250916";

0 commit comments

Comments
 (0)