Skip to content

Commit 80d06b9

Browse files
committed
ncc-compiled
1 parent 24ccaf0 commit 80d06b9

File tree

102 files changed

+5817
-2851
lines changed

Some content is hidden

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

102 files changed

+5817
-2851
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30631,11 +30631,11 @@
3063130631
};
3063230632
(function () {
3063330633
var isomorphicReactPackageVersion = React.version;
30634-
if ("19.2.0-experimental-280ff6fe-20250606" !== isomorphicReactPackageVersion)
30634+
if ("19.2.0-experimental-b6c0aa88-20250609" !== isomorphicReactPackageVersion)
3063530635
throw Error(
3063630636
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3063730637
(isomorphicReactPackageVersion +
30638-
"\n - react-dom: 19.2.0-experimental-280ff6fe-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
30638+
"\n - react-dom: 19.2.0-experimental-b6c0aa88-20250609\nLearn more: https://react.dev/warnings/version-mismatch")
3063930639
);
3064030640
})();
3064130641
("function" === typeof Map &&
@@ -30672,10 +30672,10 @@
3067230672
!(function () {
3067330673
var internals = {
3067430674
bundleType: 1,
30675-
version: "19.2.0-experimental-280ff6fe-20250606",
30675+
version: "19.2.0-experimental-b6c0aa88-20250609",
3067630676
rendererPackageName: "react-dom",
3067730677
currentDispatcherRef: ReactSharedInternals,
30678-
reconcilerVersion: "19.2.0-experimental-280ff6fe-20250606"
30678+
reconcilerVersion: "19.2.0-experimental-b6c0aa88-20250609"
3067930679
};
3068030680
internals.overrideHookState = overrideHookState;
3068130681
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30821,7 +30821,7 @@
3082130821
listenToAllSupportedEvents(container);
3082230822
return new ReactDOMHydrationRoot(initialChildren);
3082330823
};
30824-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
30824+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
3082530825
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3082630826
"function" ===
3082730827
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19139,14 +19139,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1913919139
};
1914019140
var isomorphicReactPackageVersion$jscomp$inline_2180 = React.version;
1914119141
if (
19142-
"19.2.0-experimental-280ff6fe-20250606" !==
19142+
"19.2.0-experimental-b6c0aa88-20250609" !==
1914319143
isomorphicReactPackageVersion$jscomp$inline_2180
1914419144
)
1914519145
throw Error(
1914619146
formatProdErrorMessage(
1914719147
527,
1914819148
isomorphicReactPackageVersion$jscomp$inline_2180,
19149-
"19.2.0-experimental-280ff6fe-20250606"
19149+
"19.2.0-experimental-b6c0aa88-20250609"
1915019150
)
1915119151
);
1915219152
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19168,10 +19168,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1916819168
};
1916919169
var internals$jscomp$inline_2865 = {
1917019170
bundleType: 0,
19171-
version: "19.2.0-experimental-280ff6fe-20250606",
19171+
version: "19.2.0-experimental-b6c0aa88-20250609",
1917219172
rendererPackageName: "react-dom",
1917319173
currentDispatcherRef: ReactSharedInternals,
19174-
reconcilerVersion: "19.2.0-experimental-280ff6fe-20250606"
19174+
reconcilerVersion: "19.2.0-experimental-b6c0aa88-20250609"
1917519175
};
1917619176
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1917719177
var hook$jscomp$inline_2866 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19278,4 +19278,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1927819278
listenToAllSupportedEvents(container);
1927919279
return new ReactDOMHydrationRoot(initialChildren);
1928019280
};
19281-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
19281+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30683,11 +30683,11 @@
3068330683
};
3068430684
(function () {
3068530685
var isomorphicReactPackageVersion = React.version;
30686-
if ("19.2.0-experimental-280ff6fe-20250606" !== isomorphicReactPackageVersion)
30686+
if ("19.2.0-experimental-b6c0aa88-20250609" !== isomorphicReactPackageVersion)
3068730687
throw Error(
3068830688
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3068930689
(isomorphicReactPackageVersion +
30690-
"\n - react-dom: 19.2.0-experimental-280ff6fe-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
30690+
"\n - react-dom: 19.2.0-experimental-b6c0aa88-20250609\nLearn more: https://react.dev/warnings/version-mismatch")
3069130691
);
3069230692
})();
3069330693
("function" === typeof Map &&
@@ -30724,10 +30724,10 @@
3072430724
!(function () {
3072530725
var internals = {
3072630726
bundleType: 1,
30727-
version: "19.2.0-experimental-280ff6fe-20250606",
30727+
version: "19.2.0-experimental-b6c0aa88-20250609",
3072830728
rendererPackageName: "react-dom",
3072930729
currentDispatcherRef: ReactSharedInternals,
30730-
reconcilerVersion: "19.2.0-experimental-280ff6fe-20250606"
30730+
reconcilerVersion: "19.2.0-experimental-b6c0aa88-20250609"
3073130731
};
3073230732
internals.overrideHookState = overrideHookState;
3073330733
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31203,7 +31203,7 @@
3120331203
exports.useFormStatus = function () {
3120431204
return resolveDispatcher().useHostTransitionStatus();
3120531205
};
31206-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
31206+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
3120731207
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3120831208
"function" ===
3120931209
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20794,14 +20794,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2079420794
};
2079520795
var isomorphicReactPackageVersion$jscomp$inline_2400 = React.version;
2079620796
if (
20797-
"19.2.0-experimental-280ff6fe-20250606" !==
20797+
"19.2.0-experimental-b6c0aa88-20250609" !==
2079820798
isomorphicReactPackageVersion$jscomp$inline_2400
2079920799
)
2080020800
throw Error(
2080120801
formatProdErrorMessage(
2080220802
527,
2080320803
isomorphicReactPackageVersion$jscomp$inline_2400,
20804-
"19.2.0-experimental-280ff6fe-20250606"
20804+
"19.2.0-experimental-b6c0aa88-20250609"
2080520805
)
2080620806
);
2080720807
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -20823,10 +20823,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2082320823
};
2082420824
var internals$jscomp$inline_3087 = {
2082520825
bundleType: 0,
20826-
version: "19.2.0-experimental-280ff6fe-20250606",
20826+
version: "19.2.0-experimental-b6c0aa88-20250609",
2082720827
rendererPackageName: "react-dom",
2082820828
currentDispatcherRef: ReactSharedInternals,
20829-
reconcilerVersion: "19.2.0-experimental-280ff6fe-20250606"
20829+
reconcilerVersion: "19.2.0-experimental-b6c0aa88-20250609"
2083020830
};
2083120831
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2083220832
var hook$jscomp$inline_3088 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -21093,7 +21093,7 @@ exports.useFormState = function (action, initialState, permalink) {
2109321093
exports.useFormStatus = function () {
2109421094
return ReactSharedInternals.H.useHostTransitionStatus();
2109521095
};
21096-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
21096+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
2109721097
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2109821098
"function" ===
2109921099
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8407,7 +8407,7 @@
84078407
Error(
84088408
"This rendered a large document (>" +
84098409
Math.round(blockingRenderMaxSize / 1e3) +
8410-
") without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
8410+
" kB) without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
84118411
),
84128412
{},
84138413
null
@@ -10414,5 +10414,5 @@
1041410414
'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'
1041510415
);
1041610416
};
10417-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
10417+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
1041810418
})();

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
@@ -7078,4 +7078,4 @@ exports.renderToString = function (children, options) {
70787078
'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'
70797079
);
70807080
};
7081-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
7081+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8407,7 +8407,7 @@
84078407
Error(
84088408
"This rendered a large document (>" +
84098409
Math.round(blockingRenderMaxSize / 1e3) +
8410-
") without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
8410+
" kB) without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
84118411
),
84128412
{},
84138413
null
@@ -10414,5 +10414,5 @@
1041410414
'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'
1041510415
);
1041610416
};
10417-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
10417+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
1041810418
})();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6759,7 +6759,7 @@ function flushCompletedQueues(request, destination) {
67596759
Error(
67606760
"This rendered a large document (>" +
67616761
Math.round(blockingRenderMaxSize / 1e3) +
6762-
") without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
6762+
" kB) without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
67636763
),
67646764
{},
67656765
null
@@ -7181,4 +7181,4 @@ exports.renderToString = function (children, options) {
71817181
'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'
71827182
);
71837183
};
7184-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
7184+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8860,7 +8860,7 @@
88608860
Error(
88618861
"This rendered a large document (>" +
88628862
Math.round(blockingRenderMaxSize / 1e3) +
8863-
") without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
8863+
" kB) without any Suspense boundaries around most of it. That can delay initial paint longer than necessary. To improve load performance, add a <Suspense> or <SuspenseList> around the content you expect to be below the header or below the fold. In the meantime, the content will deopt to paint arbitrary incomplete pieces of HTML."
88648864
),
88658865
{},
88668866
null
@@ -9407,11 +9407,11 @@
94079407
}
94089408
function ensureCorrectIsomorphicReactVersion() {
94099409
var isomorphicReactPackageVersion = React.version;
9410-
if ("19.2.0-experimental-280ff6fe-20250606" !== isomorphicReactPackageVersion)
9410+
if ("19.2.0-experimental-b6c0aa88-20250609" !== isomorphicReactPackageVersion)
94119411
throw Error(
94129412
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
94139413
(isomorphicReactPackageVersion +
9414-
"\n - react-dom: 19.2.0-experimental-280ff6fe-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
9414+
"\n - react-dom: 19.2.0-experimental-b6c0aa88-20250609\nLearn more: https://react.dev/warnings/version-mismatch")
94159415
);
94169416
}
94179417
var React = require("next/dist/compiled/react-experimental"),
@@ -11228,5 +11228,5 @@
1122811228
startWork(request);
1122911229
});
1123011230
};
11231-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
11231+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";
1123211232
})();

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
@@ -7743,12 +7743,12 @@ function getPostponedState(request) {
77437743
}
77447744
function ensureCorrectIsomorphicReactVersion() {
77457745
var isomorphicReactPackageVersion = React.version;
7746-
if ("19.2.0-experimental-280ff6fe-20250606" !== isomorphicReactPackageVersion)
7746+
if ("19.2.0-experimental-b6c0aa88-20250609" !== isomorphicReactPackageVersion)
77477747
throw Error(
77487748
formatProdErrorMessage(
77497749
527,
77507750
isomorphicReactPackageVersion,
7751-
"19.2.0-experimental-280ff6fe-20250606"
7751+
"19.2.0-experimental-b6c0aa88-20250609"
77527752
)
77537753
);
77547754
}
@@ -8003,4 +8003,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
80038003
startWork(request);
80048004
});
80058005
};
8006-
exports.version = "19.2.0-experimental-280ff6fe-20250606";
8006+
exports.version = "19.2.0-experimental-b6c0aa88-20250609";

0 commit comments

Comments
 (0)