Skip to content

Commit b9bd91c

Browse files
ncc-compiled
1 parent 2dbf11a commit b9bd91c

File tree

79 files changed

+8658
-6821
lines changed

Some content is hidden

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

79 files changed

+8658
-6821
lines changed

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

Lines changed: 187 additions & 192 deletions
Large diffs are not rendered by default.

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
@@ -16435,14 +16435,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1643516435
};
1643616436
var isomorphicReactPackageVersion$jscomp$inline_1824 = React.version;
1643716437
if (
16438-
"19.1.0-experimental-cbbe8666-20250213" !==
16438+
"19.1.0-experimental-32b0cad8-20250213" !==
1643916439
isomorphicReactPackageVersion$jscomp$inline_1824
1644016440
)
1644116441
throw Error(
1644216442
formatProdErrorMessage(
1644316443
527,
1644416444
isomorphicReactPackageVersion$jscomp$inline_1824,
16445-
"19.1.0-experimental-cbbe8666-20250213"
16445+
"19.1.0-experimental-32b0cad8-20250213"
1644616446
)
1644716447
);
1644816448
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16464,10 +16464,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1646416464
};
1646516465
var internals$jscomp$inline_2359 = {
1646616466
bundleType: 0,
16467-
version: "19.1.0-experimental-cbbe8666-20250213",
16467+
version: "19.1.0-experimental-32b0cad8-20250213",
1646816468
rendererPackageName: "react-dom",
1646916469
currentDispatcherRef: ReactSharedInternals,
16470-
reconcilerVersion: "19.1.0-experimental-cbbe8666-20250213"
16470+
reconcilerVersion: "19.1.0-experimental-32b0cad8-20250213"
1647116471
};
1647216472
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1647316473
var hook$jscomp$inline_2360 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16571,4 +16571,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1657116571
listenToAllSupportedEvents(container);
1657216572
return new ReactDOMHydrationRoot(initialChildren);
1657316573
};
16574-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
16574+
exports.version = "19.1.0-experimental-32b0cad8-20250213";

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

Lines changed: 187 additions & 192 deletions
Large diffs are not rendered by default.

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
@@ -17863,14 +17863,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1786317863
};
1786417864
var isomorphicReactPackageVersion$jscomp$inline_1972 = React.version;
1786517865
if (
17866-
"19.1.0-experimental-cbbe8666-20250213" !==
17866+
"19.1.0-experimental-32b0cad8-20250213" !==
1786717867
isomorphicReactPackageVersion$jscomp$inline_1972
1786817868
)
1786917869
throw Error(
1787017870
formatProdErrorMessage(
1787117871
527,
1787217872
isomorphicReactPackageVersion$jscomp$inline_1972,
17873-
"19.1.0-experimental-cbbe8666-20250213"
17873+
"19.1.0-experimental-32b0cad8-20250213"
1787417874
)
1787517875
);
1787617876
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17892,10 +17892,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1789217892
};
1789317893
var internals$jscomp$inline_2500 = {
1789417894
bundleType: 0,
17895-
version: "19.1.0-experimental-cbbe8666-20250213",
17895+
version: "19.1.0-experimental-32b0cad8-20250213",
1789617896
rendererPackageName: "react-dom",
1789717897
currentDispatcherRef: ReactSharedInternals,
17898-
reconcilerVersion: "19.1.0-experimental-cbbe8666-20250213"
17898+
reconcilerVersion: "19.1.0-experimental-32b0cad8-20250213"
1789917899
};
1790017900
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1790117901
var hook$jscomp$inline_2501 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18160,7 +18160,7 @@ exports.useFormState = function (action, initialState, permalink) {
1816018160
exports.useFormStatus = function () {
1816118161
return ReactSharedInternals.H.useHostTransitionStatus();
1816218162
};
18163-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
18163+
exports.version = "19.1.0-experimental-32b0cad8-20250213";
1816418164
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1816518165
"function" ===
1816618166
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
@@ -9591,5 +9591,5 @@
95919591
'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'
95929592
);
95939593
};
9594-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
9594+
exports.version = "19.1.0-experimental-32b0cad8-20250213";
95959595
})();

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
@@ -6342,4 +6342,4 @@ exports.renderToString = function (children, options) {
63426342
'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'
63436343
);
63446344
};
6345-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
6345+
exports.version = "19.1.0-experimental-32b0cad8-20250213";

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
@@ -9591,5 +9591,5 @@
95919591
'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'
95929592
);
95939593
};
9594-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
9594+
exports.version = "19.1.0-experimental-32b0cad8-20250213";
95959595
})();

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
@@ -6436,4 +6436,4 @@ exports.renderToString = function (children, options) {
64366436
'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'
64376437
);
64386438
};
6439-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
6439+
exports.version = "19.1.0-experimental-32b0cad8-20250213";

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
@@ -8499,11 +8499,11 @@
84998499
}
85008500
function ensureCorrectIsomorphicReactVersion() {
85018501
var isomorphicReactPackageVersion = React.version;
8502-
if ("19.1.0-experimental-cbbe8666-20250213" !== isomorphicReactPackageVersion)
8502+
if ("19.1.0-experimental-32b0cad8-20250213" !== isomorphicReactPackageVersion)
85038503
throw Error(
85048504
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85058505
(isomorphicReactPackageVersion +
8506-
"\n - react-dom: 19.1.0-experimental-cbbe8666-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
8506+
"\n - react-dom: 19.1.0-experimental-32b0cad8-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
85078507
);
85088508
}
85098509
var React = require("next/dist/compiled/react-experimental"),
@@ -10285,5 +10285,5 @@
1028510285
startWork(request);
1028610286
});
1028710287
};
10288-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
10288+
exports.version = "19.1.0-experimental-32b0cad8-20250213";
1028910289
})();

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
@@ -6883,12 +6883,12 @@ function getPostponedState(request) {
68836883
}
68846884
function ensureCorrectIsomorphicReactVersion() {
68856885
var isomorphicReactPackageVersion = React.version;
6886-
if ("19.1.0-experimental-cbbe8666-20250213" !== isomorphicReactPackageVersion)
6886+
if ("19.1.0-experimental-32b0cad8-20250213" !== isomorphicReactPackageVersion)
68876887
throw Error(
68886888
formatProdErrorMessage(
68896889
527,
68906890
isomorphicReactPackageVersion,
6891-
"19.1.0-experimental-cbbe8666-20250213"
6891+
"19.1.0-experimental-32b0cad8-20250213"
68926892
)
68936893
);
68946894
}
@@ -7143,4 +7143,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
71437143
startWork(request);
71447144
});
71457145
};
7146-
exports.version = "19.1.0-experimental-cbbe8666-20250213";
7146+
exports.version = "19.1.0-experimental-32b0cad8-20250213";

0 commit comments

Comments
 (0)