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

+251-209
Large diffs are not rendered by default.

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

+78-58
Large diffs are not rendered by default.

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

+251-209
Large diffs are not rendered by default.

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

+78-58
Large diffs are not rendered by default.

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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+3-3
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

+3-3
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";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6377,13 +6377,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
63776377
}
63786378
var isomorphicReactPackageVersion$jscomp$inline_818 = React.version;
63796379
if (
6380-
"19.1.0-experimental-313332d1-20250326" !==
6380+
"19.2.0-experimental-63779030-20250328" !==
63816381
isomorphicReactPackageVersion$jscomp$inline_818
63826382
)
63836383
throw Error(
63846384
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
63856385
(isomorphicReactPackageVersion$jscomp$inline_818 +
6386-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
6386+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
63876387
);
63886388
exports.renderToReadableStream = function (children, options) {
63896389
return new Promise(function (resolve, reject) {
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
64746474
startWork(request);
64756475
});
64766476
};
6477-
exports.version = "19.1.0-experimental-313332d1-20250326";
6477+
exports.version = "19.2.0-experimental-63779030-20250328";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8543,11 +8543,11 @@
85438543
}
85448544
function ensureCorrectIsomorphicReactVersion() {
85458545
var isomorphicReactPackageVersion = React.version;
8546-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
8546+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
85478547
throw Error(
85488548
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85498549
(isomorphicReactPackageVersion +
8550-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
8550+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
85518551
);
85528552
}
85538553
var React = require("next/dist/compiled/react-experimental"),
@@ -10356,5 +10356,5 @@ const setTimeoutOrImmediate =
1035610356
? globalThis['set' + 'Immediate']
1035710357
: setTimeout;
1035810358

10359-
exports.version = "19.1.0-experimental-313332d1-20250326";
10359+
exports.version = "19.2.0-experimental-63779030-20250328";
1036010360
})();

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7008,11 +7008,11 @@ function getPostponedState(request) {
70087008
}
70097009
function ensureCorrectIsomorphicReactVersion() {
70107010
var isomorphicReactPackageVersion = React.version;
7011-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
7011+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
70127012
throw Error(
70137013
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
70147014
(isomorphicReactPackageVersion +
7015-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
7015+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
70167016
);
70177017
}
70187018
ensureCorrectIsomorphicReactVersion();
@@ -7277,4 +7277,4 @@ const setTimeoutOrImmediate =
72777277
? globalThis['set' + 'Immediate']
72787278
: setTimeout;
72797279

7280-
exports.version = "19.1.0-experimental-313332d1-20250326";
7280+
exports.version = "19.2.0-experimental-63779030-20250328";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8407,11 +8407,11 @@
84078407
}
84088408
function ensureCorrectIsomorphicReactVersion() {
84098409
var isomorphicReactPackageVersion = React.version;
8410-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
8410+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
84118411
throw Error(
84128412
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
84138413
(isomorphicReactPackageVersion +
8414-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
8414+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
84158415
);
84168416
}
84178417
function createDrainHandler(destination, request) {
@@ -10206,5 +10206,5 @@
1020610206
}
1020710207
};
1020810208
};
10209-
exports.version = "19.1.0-experimental-313332d1-20250326";
10209+
exports.version = "19.2.0-experimental-63779030-20250328";
1021010210
})();

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6887,11 +6887,11 @@ function getPostponedState(request) {
68876887
}
68886888
function ensureCorrectIsomorphicReactVersion() {
68896889
var isomorphicReactPackageVersion = React.version;
6890-
if ("19.1.0-experimental-313332d1-20250326" !== isomorphicReactPackageVersion)
6890+
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
68916891
throw Error(
68926892
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
68936893
(isomorphicReactPackageVersion +
6894-
"\n - react-dom: 19.1.0-experimental-313332d1-20250326\nLearn more: https://react.dev/warnings/version-mismatch")
6894+
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
68956895
);
68966896
}
68976897
ensureCorrectIsomorphicReactVersion();
@@ -7142,4 +7142,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
71427142
}
71437143
};
71447144
};
7145-
exports.version = "19.1.0-experimental-313332d1-20250326";
7145+
exports.version = "19.2.0-experimental-63779030-20250328";

0 commit comments

Comments
 (0)