Skip to content

Commit 0bfd987

Browse files
committed
ncc-compiled
1 parent 2219b1f commit 0bfd987

File tree

62 files changed

+680
-886
lines changed

Some content is hidden

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

62 files changed

+680
-886
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
@@ -30413,11 +30413,11 @@
3041330413
};
3041430414
(function () {
3041530415
var isomorphicReactPackageVersion = React.version;
30416-
if ("19.2.0-experimental-3820740a-20250509" !== isomorphicReactPackageVersion)
30416+
if ("19.2.0-experimental-b94603b9-20250513" !== isomorphicReactPackageVersion)
3041730417
throw Error(
3041830418
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3041930419
(isomorphicReactPackageVersion +
30420-
"\n - react-dom: 19.2.0-experimental-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch")
30420+
"\n - react-dom: 19.2.0-experimental-b94603b9-20250513\nLearn more: https://react.dev/warnings/version-mismatch")
3042130421
);
3042230422
})();
3042330423
("function" === typeof Map &&
@@ -30454,10 +30454,10 @@
3045430454
!(function () {
3045530455
var internals = {
3045630456
bundleType: 1,
30457-
version: "19.2.0-experimental-3820740a-20250509",
30457+
version: "19.2.0-experimental-b94603b9-20250513",
3045830458
rendererPackageName: "react-dom",
3045930459
currentDispatcherRef: ReactSharedInternals,
30460-
reconcilerVersion: "19.2.0-experimental-3820740a-20250509"
30460+
reconcilerVersion: "19.2.0-experimental-b94603b9-20250513"
3046130461
};
3046230462
internals.overrideHookState = overrideHookState;
3046330463
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30600,7 +30600,7 @@
3060030600
listenToAllSupportedEvents(container);
3060130601
return new ReactDOMHydrationRoot(initialChildren);
3060230602
};
30603-
exports.version = "19.2.0-experimental-3820740a-20250509";
30603+
exports.version = "19.2.0-experimental-b94603b9-20250513";
3060430604
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3060530605
"function" ===
3060630606
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
@@ -18998,14 +18998,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1899818998
};
1899918999
var isomorphicReactPackageVersion$jscomp$inline_2160 = React.version;
1900019000
if (
19001-
"19.2.0-experimental-3820740a-20250509" !==
19001+
"19.2.0-experimental-b94603b9-20250513" !==
1900219002
isomorphicReactPackageVersion$jscomp$inline_2160
1900319003
)
1900419004
throw Error(
1900519005
formatProdErrorMessage(
1900619006
527,
1900719007
isomorphicReactPackageVersion$jscomp$inline_2160,
19008-
"19.2.0-experimental-3820740a-20250509"
19008+
"19.2.0-experimental-b94603b9-20250513"
1900919009
)
1901019010
);
1901119011
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19027,10 +19027,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1902719027
};
1902819028
var internals$jscomp$inline_2824 = {
1902919029
bundleType: 0,
19030-
version: "19.2.0-experimental-3820740a-20250509",
19030+
version: "19.2.0-experimental-b94603b9-20250513",
1903119031
rendererPackageName: "react-dom",
1903219032
currentDispatcherRef: ReactSharedInternals,
19033-
reconcilerVersion: "19.2.0-experimental-3820740a-20250509"
19033+
reconcilerVersion: "19.2.0-experimental-b94603b9-20250513"
1903419034
};
1903519035
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1903619036
var hook$jscomp$inline_2825 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19134,4 +19134,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1913419134
listenToAllSupportedEvents(container);
1913519135
return new ReactDOMHydrationRoot(initialChildren);
1913619136
};
19137-
exports.version = "19.2.0-experimental-3820740a-20250509";
19137+
exports.version = "19.2.0-experimental-b94603b9-20250513";

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
@@ -30465,11 +30465,11 @@
3046530465
};
3046630466
(function () {
3046730467
var isomorphicReactPackageVersion = React.version;
30468-
if ("19.2.0-experimental-3820740a-20250509" !== isomorphicReactPackageVersion)
30468+
if ("19.2.0-experimental-b94603b9-20250513" !== isomorphicReactPackageVersion)
3046930469
throw Error(
3047030470
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3047130471
(isomorphicReactPackageVersion +
30472-
"\n - react-dom: 19.2.0-experimental-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch")
30472+
"\n - react-dom: 19.2.0-experimental-b94603b9-20250513\nLearn more: https://react.dev/warnings/version-mismatch")
3047330473
);
3047430474
})();
3047530475
("function" === typeof Map &&
@@ -30506,10 +30506,10 @@
3050630506
!(function () {
3050730507
var internals = {
3050830508
bundleType: 1,
30509-
version: "19.2.0-experimental-3820740a-20250509",
30509+
version: "19.2.0-experimental-b94603b9-20250513",
3051030510
rendererPackageName: "react-dom",
3051130511
currentDispatcherRef: ReactSharedInternals,
30512-
reconcilerVersion: "19.2.0-experimental-3820740a-20250509"
30512+
reconcilerVersion: "19.2.0-experimental-b94603b9-20250513"
3051330513
};
3051430514
internals.overrideHookState = overrideHookState;
3051530515
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30982,7 +30982,7 @@
3098230982
exports.useFormStatus = function () {
3098330983
return resolveDispatcher().useHostTransitionStatus();
3098430984
};
30985-
exports.version = "19.2.0-experimental-3820740a-20250509";
30985+
exports.version = "19.2.0-experimental-b94603b9-20250513";
3098630986
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3098730987
"function" ===
3098830988
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
@@ -20652,14 +20652,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2065220652
};
2065320653
var isomorphicReactPackageVersion$jscomp$inline_2380 = React.version;
2065420654
if (
20655-
"19.2.0-experimental-3820740a-20250509" !==
20655+
"19.2.0-experimental-b94603b9-20250513" !==
2065620656
isomorphicReactPackageVersion$jscomp$inline_2380
2065720657
)
2065820658
throw Error(
2065920659
formatProdErrorMessage(
2066020660
527,
2066120661
isomorphicReactPackageVersion$jscomp$inline_2380,
20662-
"19.2.0-experimental-3820740a-20250509"
20662+
"19.2.0-experimental-b94603b9-20250513"
2066320663
)
2066420664
);
2066520665
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -20681,10 +20681,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2068120681
};
2068220682
var internals$jscomp$inline_3046 = {
2068320683
bundleType: 0,
20684-
version: "19.2.0-experimental-3820740a-20250509",
20684+
version: "19.2.0-experimental-b94603b9-20250513",
2068520685
rendererPackageName: "react-dom",
2068620686
currentDispatcherRef: ReactSharedInternals,
20687-
reconcilerVersion: "19.2.0-experimental-3820740a-20250509"
20687+
reconcilerVersion: "19.2.0-experimental-b94603b9-20250513"
2068820688
};
2068920689
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2069020690
var hook$jscomp$inline_3047 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20948,7 +20948,7 @@ exports.useFormState = function (action, initialState, permalink) {
2094820948
exports.useFormStatus = function () {
2094920949
return ReactSharedInternals.H.useHostTransitionStatus();
2095020950
};
20951-
exports.version = "19.2.0-experimental-3820740a-20250509";
20951+
exports.version = "19.2.0-experimental-b94603b9-20250513";
2095220952
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2095320953
"function" ===
2095420954
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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-3820740a-20250509";
9770+
exports.version = "19.2.0-experimental-b94603b9-20250513";
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-3820740a-20250509";
6481+
exports.version = "19.2.0-experimental-b94603b9-20250513";

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-3820740a-20250509";
9770+
exports.version = "19.2.0-experimental-b94603b9-20250513";
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-3820740a-20250509";
6575+
exports.version = "19.2.0-experimental-b94603b9-20250513";

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-3820740a-20250509" !== isomorphicReactPackageVersion)
8666+
if ("19.2.0-experimental-b94603b9-20250513" !== 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-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch")
8670+
"\n - react-dom: 19.2.0-experimental-b94603b9-20250513\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-3820740a-20250509";
10489+
exports.version = "19.2.0-experimental-b94603b9-20250513";
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-3820740a-20250509" !== isomorphicReactPackageVersion)
7045+
if ("19.2.0-experimental-b94603b9-20250513" !== isomorphicReactPackageVersion)
70467046
throw Error(
70477047
formatProdErrorMessage(
70487048
527,
70497049
isomorphicReactPackageVersion,
7050-
"19.2.0-experimental-3820740a-20250509"
7050+
"19.2.0-experimental-b94603b9-20250513"
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-3820740a-20250509";
7305+
exports.version = "19.2.0-experimental-b94603b9-20250513";

0 commit comments

Comments
 (0)