Skip to content

Commit 787a640

Browse files
ncc-compiled
1 parent be92de4 commit 787a640

File tree

60 files changed

+1143
-927
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

+1143
-927
lines changed

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

Lines changed: 251 additions & 209 deletions
Large diffs are not rendered by default.

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

Lines changed: 78 additions & 58 deletions
Large diffs are not rendered by default.

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

Lines changed: 251 additions & 209 deletions
Large diffs are not rendered by default.

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

Lines changed: 78 additions & 58 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
@@ -9628,5 +9628,5 @@
96289628
'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'
96299629
);
96309630
};
9631-
exports.version = "19.1.0-experimental-313332d1-20250326";
9631+
exports.version = "19.2.0-experimental-63779030-20250328";
96329632
})();

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
@@ -6358,4 +6358,4 @@ exports.renderToString = function (children, options) {
63586358
'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'
63596359
);
63606360
};
6361-
exports.version = "19.1.0-experimental-313332d1-20250326";
6361+
exports.version = "19.2.0-experimental-63779030-20250328";

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
@@ -9628,5 +9628,5 @@
96289628
'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'
96299629
);
96309630
};
9631-
exports.version = "19.1.0-experimental-313332d1-20250326";
9631+
exports.version = "19.2.0-experimental-63779030-20250328";
96329632
})();

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
@@ -6452,4 +6452,4 @@ exports.renderToString = function (children, options) {
64526452
'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'
64536453
);
64546454
};
6455-
exports.version = "19.1.0-experimental-313332d1-20250326";
6455+
exports.version = "19.2.0-experimental-63779030-20250328";

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
@@ -8520,11 +8520,11 @@
85208520
}
85218521
function ensureCorrectIsomorphicReactVersion() {
85228522
var isomorphicReactPackageVersion = React.version;
8523-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
8523+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
85248524
throw Error(
85258525
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85268526
(isomorphicReactPackageVersion +
8527-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
8527+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
85288528
);
85298529
}
85308530
var React = require("next/dist/compiled/react-experimental"),
@@ -10326,5 +10326,5 @@
1032610326
startWork(request);
1032710327
});
1032810328
};
10329-
exports.version = "19.1.0-experimental-313332d1-20250326";
10329+
exports.version = "19.2.0-experimental-63779030-20250328";
1033010330
})();

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
@@ -6899,12 +6899,12 @@ function getPostponedState(request) {
68996899
}
69006900
function ensureCorrectIsomorphicReactVersion() {
69016901
var isomorphicReactPackageVersion = React.version;
6902-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
6902+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
69036903
throw Error(
69046904
formatProdErrorMessage(
69056905
527,
69066906
isomorphicReactPackageVersion,
6907-
"19.1.0-experimental-313332d1-20250326"
6907+
"19.2.0-experimental-63779030-20250328"
69086908
)
69096909
);
69106910
}
@@ -7159,4 +7159,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
71597159
startWork(request);
71607160
});
71617161
};
7162-
exports.version = "19.1.0-experimental-313332d1-20250326";
7162+
exports.version = "19.2.0-experimental-63779030-20250328";

0 commit comments

Comments
 (0)