Skip to content

Commit 6593bdc

Browse files
committed
ncc-compiled
1 parent 0468c8f commit 6593bdc

File tree

60 files changed

+2735
-1635
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

+2735
-1635
lines changed

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

Lines changed: 315 additions & 159 deletions
Large diffs are not rendered by default.

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

Lines changed: 361 additions & 214 deletions
Large diffs are not rendered by default.

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

Lines changed: 315 additions & 159 deletions
Large diffs are not rendered by default.

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

Lines changed: 360 additions & 214 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
@@ -9767,5 +9767,5 @@
97679767
'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'
97689768
);
97699769
};
9770-
exports.version = "19.2.0-experimental-b94603b9-20250513";
9770+
exports.version = "19.2.0-experimental-d85f86cf-20250514";
97719771
})();

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
@@ -6478,4 +6478,4 @@ exports.renderToString = function (children, options) {
64786478
'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'
64796479
);
64806480
};
6481-
exports.version = "19.2.0-experimental-b94603b9-20250513";
6481+
exports.version = "19.2.0-experimental-d85f86cf-20250514";

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
@@ -9767,5 +9767,5 @@
97679767
'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'
97689768
);
97699769
};
9770-
exports.version = "19.2.0-experimental-b94603b9-20250513";
9770+
exports.version = "19.2.0-experimental-d85f86cf-20250514";
97719771
})();

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
@@ -6572,4 +6572,4 @@ exports.renderToString = function (children, options) {
65726572
'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'
65736573
);
65746574
};
6575-
exports.version = "19.2.0-experimental-b94603b9-20250513";
6575+
exports.version = "19.2.0-experimental-d85f86cf-20250514";

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
@@ -8663,11 +8663,11 @@
86638663
}
86648664
function ensureCorrectIsomorphicReactVersion() {
86658665
var isomorphicReactPackageVersion = React.version;
8666-
if ("19.2.0-experimental-b94603b9-20250513" !== isomorphicReactPackageVersion)
8666+
if ("19.2.0-experimental-d85f86cf-20250514" !== isomorphicReactPackageVersion)
86678667
throw Error(
86688668
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
86698669
(isomorphicReactPackageVersion +
8670-
"\n - react-dom: 19.2.0-experimental-b94603b9-20250513\nLearn more: https://react.dev/warnings/version-mismatch")
8670+
"\n - react-dom: 19.2.0-experimental-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
86718671
);
86728672
}
86738673
var React = require("next/dist/compiled/react-experimental"),
@@ -10486,5 +10486,5 @@
1048610486
startWork(request);
1048710487
});
1048810488
};
10489-
exports.version = "19.2.0-experimental-b94603b9-20250513";
10489+
exports.version = "19.2.0-experimental-d85f86cf-20250514";
1049010490
})();

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
@@ -7042,12 +7042,12 @@ function getPostponedState(request) {
70427042
}
70437043
function ensureCorrectIsomorphicReactVersion() {
70447044
var isomorphicReactPackageVersion = React.version;
7045-
if ("19.2.0-experimental-b94603b9-20250513" !== isomorphicReactPackageVersion)
7045+
if ("19.2.0-experimental-d85f86cf-20250514" !== isomorphicReactPackageVersion)
70467046
throw Error(
70477047
formatProdErrorMessage(
70487048
527,
70497049
isomorphicReactPackageVersion,
7050-
"19.2.0-experimental-b94603b9-20250513"
7050+
"19.2.0-experimental-d85f86cf-20250514"
70517051
)
70527052
);
70537053
}
@@ -7302,4 +7302,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
73027302
startWork(request);
73037303
});
73047304
};
7305-
exports.version = "19.2.0-experimental-b94603b9-20250513";
7305+
exports.version = "19.2.0-experimental-d85f86cf-20250514";

0 commit comments

Comments
 (0)