Skip to content

Commit 9522cef

Browse files
nextjs-boteps1lon
authored andcommitted
ncc-compiled
1 parent f9b14c3 commit 9522cef

60 files changed

Lines changed: 143 additions & 143 deletions

File tree

Some content is hidden

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8838,7 +8838,7 @@
88388838
payload
88398839
) {
88408840
if (isRenderPhaseUpdate(fiber))
8841-
throw Error("Cannot update form state while rendering.");
8841+
throw Error("Cannot update action state while rendering.");
88428842
fiber = actionQueue.action;
88438843
if (null !== fiber) {
88448844
var actionNode = {
@@ -32769,11 +32769,11 @@
3276932769
};
3277032770
(function () {
3277132771
var isomorphicReactPackageVersion = React.version;
32772-
if ("19.3.0-experimental-3bc2d414-20260304" !== isomorphicReactPackageVersion)
32772+
if ("19.3.0-experimental-46103596-20260305" !== isomorphicReactPackageVersion)
3277332773
throw Error(
3277432774
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3277532775
(isomorphicReactPackageVersion +
32776-
"\n - react-dom: 19.3.0-experimental-3bc2d414-20260304\nLearn more: https://react.dev/warnings/version-mismatch")
32776+
"\n - react-dom: 19.3.0-experimental-46103596-20260305\nLearn more: https://react.dev/warnings/version-mismatch")
3277732777
);
3277832778
})();
3277932779
("function" === typeof Map &&
@@ -32810,10 +32810,10 @@
3281032810
!(function () {
3281132811
var internals = {
3281232812
bundleType: 1,
32813-
version: "19.3.0-experimental-3bc2d414-20260304",
32813+
version: "19.3.0-experimental-46103596-20260305",
3281432814
rendererPackageName: "react-dom",
3281532815
currentDispatcherRef: ReactSharedInternals,
32816-
reconcilerVersion: "19.3.0-experimental-3bc2d414-20260304"
32816+
reconcilerVersion: "19.3.0-experimental-46103596-20260305"
3281732817
};
3281832818
internals.overrideHookState = overrideHookState;
3281932819
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32961,7 +32961,7 @@
3296132961
listenToAllSupportedEvents(container);
3296232962
return new ReactDOMHydrationRoot(initialChildren);
3296332963
};
32964-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
32964+
exports.version = "19.3.0-experimental-46103596-20260305";
3296532965
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3296632966
"function" ===
3296732967
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
@@ -19903,14 +19903,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1990319903
};
1990419904
var isomorphicReactPackageVersion$jscomp$inline_2230 = React.version;
1990519905
if (
19906-
"19.3.0-experimental-3bc2d414-20260304" !==
19906+
"19.3.0-experimental-46103596-20260305" !==
1990719907
isomorphicReactPackageVersion$jscomp$inline_2230
1990819908
)
1990919909
throw Error(
1991019910
formatProdErrorMessage(
1991119911
527,
1991219912
isomorphicReactPackageVersion$jscomp$inline_2230,
19913-
"19.3.0-experimental-3bc2d414-20260304"
19913+
"19.3.0-experimental-46103596-20260305"
1991419914
)
1991519915
);
1991619916
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19932,10 +19932,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1993219932
};
1993319933
var internals$jscomp$inline_2911 = {
1993419934
bundleType: 0,
19935-
version: "19.3.0-experimental-3bc2d414-20260304",
19935+
version: "19.3.0-experimental-46103596-20260305",
1993619936
rendererPackageName: "react-dom",
1993719937
currentDispatcherRef: ReactSharedInternals,
19938-
reconcilerVersion: "19.3.0-experimental-3bc2d414-20260304"
19938+
reconcilerVersion: "19.3.0-experimental-46103596-20260305"
1993919939
};
1994019940
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1994119941
var hook$jscomp$inline_2912 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20042,4 +20042,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
2004220042
listenToAllSupportedEvents(container);
2004320043
return new ReactDOMHydrationRoot(initialChildren);
2004420044
};
20045-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
20045+
exports.version = "19.3.0-experimental-46103596-20260305";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8846,7 +8846,7 @@
88468846
payload
88478847
) {
88488848
if (isRenderPhaseUpdate(fiber))
8849-
throw Error("Cannot update form state while rendering.");
8849+
throw Error("Cannot update action state while rendering.");
88508850
fiber = actionQueue.action;
88518851
if (null !== fiber) {
88528852
var actionNode = {
@@ -32826,11 +32826,11 @@
3282632826
};
3282732827
(function () {
3282832828
var isomorphicReactPackageVersion = React.version;
32829-
if ("19.3.0-experimental-3bc2d414-20260304" !== isomorphicReactPackageVersion)
32829+
if ("19.3.0-experimental-46103596-20260305" !== isomorphicReactPackageVersion)
3283032830
throw Error(
3283132831
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3283232832
(isomorphicReactPackageVersion +
32833-
"\n - react-dom: 19.3.0-experimental-3bc2d414-20260304\nLearn more: https://react.dev/warnings/version-mismatch")
32833+
"\n - react-dom: 19.3.0-experimental-46103596-20260305\nLearn more: https://react.dev/warnings/version-mismatch")
3283432834
);
3283532835
})();
3283632836
("function" === typeof Map &&
@@ -32867,10 +32867,10 @@
3286732867
!(function () {
3286832868
var internals = {
3286932869
bundleType: 1,
32870-
version: "19.3.0-experimental-3bc2d414-20260304",
32870+
version: "19.3.0-experimental-46103596-20260305",
3287132871
rendererPackageName: "react-dom",
3287232872
currentDispatcherRef: ReactSharedInternals,
32873-
reconcilerVersion: "19.3.0-experimental-3bc2d414-20260304"
32873+
reconcilerVersion: "19.3.0-experimental-46103596-20260305"
3287432874
};
3287532875
internals.overrideHookState = overrideHookState;
3287632876
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33348,7 +33348,7 @@
3334833348
exports.useFormStatus = function () {
3334933349
return resolveDispatcher().useHostTransitionStatus();
3335033350
};
33351-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
33351+
exports.version = "19.3.0-experimental-46103596-20260305";
3335233352
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3335333353
"function" ===
3335433354
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
@@ -21986,14 +21986,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2198621986
};
2198721987
var isomorphicReactPackageVersion$jscomp$inline_2534 = React.version;
2198821988
if (
21989-
"19.3.0-experimental-3bc2d414-20260304" !==
21989+
"19.3.0-experimental-46103596-20260305" !==
2199021990
isomorphicReactPackageVersion$jscomp$inline_2534
2199121991
)
2199221992
throw Error(
2199321993
formatProdErrorMessage(
2199421994
527,
2199521995
isomorphicReactPackageVersion$jscomp$inline_2534,
21996-
"19.3.0-experimental-3bc2d414-20260304"
21996+
"19.3.0-experimental-46103596-20260305"
2199721997
)
2199821998
);
2199921999
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -22015,10 +22015,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2201522015
};
2201622016
var internals$jscomp$inline_3232 = {
2201722017
bundleType: 0,
22018-
version: "19.3.0-experimental-3bc2d414-20260304",
22018+
version: "19.3.0-experimental-46103596-20260305",
2201922019
rendererPackageName: "react-dom",
2202022020
currentDispatcherRef: ReactSharedInternals,
22021-
reconcilerVersion: "19.3.0-experimental-3bc2d414-20260304"
22021+
reconcilerVersion: "19.3.0-experimental-46103596-20260305"
2202222022
};
2202322023
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2202422024
var hook$jscomp$inline_3233 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -22286,7 +22286,7 @@ exports.useFormState = function (action, initialState, permalink) {
2228622286
exports.useFormStatus = function () {
2228722287
return ReactSharedInternals.H.useHostTransitionStatus();
2228822288
};
22289-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
22289+
exports.version = "19.3.0-experimental-46103596-20260305";
2229022290
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2229122291
"function" ===
2229222292
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
@@ -10518,5 +10518,5 @@
1051810518
'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'
1051910519
);
1052010520
};
10521-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
10521+
exports.version = "19.3.0-experimental-46103596-20260305";
1052210522
})();

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
@@ -7036,4 +7036,4 @@ exports.renderToString = function (children, options) {
70367036
'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'
70377037
);
70387038
};
7039-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
7039+
exports.version = "19.3.0-experimental-46103596-20260305";

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
@@ -10518,5 +10518,5 @@
1051810518
'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'
1051910519
);
1052010520
};
10521-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
10521+
exports.version = "19.3.0-experimental-46103596-20260305";
1052210522
})();

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
@@ -7139,4 +7139,4 @@ exports.renderToString = function (children, options) {
71397139
'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'
71407140
);
71417141
};
7142-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
7142+
exports.version = "19.3.0-experimental-46103596-20260305";

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
@@ -9494,11 +9494,11 @@
94949494
}
94959495
function ensureCorrectIsomorphicReactVersion() {
94969496
var isomorphicReactPackageVersion = React.version;
9497-
if ("19.3.0-experimental-3bc2d414-20260304" !== isomorphicReactPackageVersion)
9497+
if ("19.3.0-experimental-46103596-20260305" !== isomorphicReactPackageVersion)
94989498
throw Error(
94999499
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
95009500
(isomorphicReactPackageVersion +
9501-
"\n - react-dom: 19.3.0-experimental-3bc2d414-20260304\nLearn more: https://react.dev/warnings/version-mismatch")
9501+
"\n - react-dom: 19.3.0-experimental-46103596-20260305\nLearn more: https://react.dev/warnings/version-mismatch")
95029502
);
95039503
}
95049504
var React = require("next/dist/compiled/react-experimental"),
@@ -11324,5 +11324,5 @@
1132411324
startWork(request);
1132511325
});
1132611326
};
11327-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
11327+
exports.version = "19.3.0-experimental-46103596-20260305";
1132811328
})();

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
@@ -7694,12 +7694,12 @@ function getPostponedState(request) {
76947694
}
76957695
function ensureCorrectIsomorphicReactVersion() {
76967696
var isomorphicReactPackageVersion = React.version;
7697-
if ("19.3.0-experimental-3bc2d414-20260304" !== isomorphicReactPackageVersion)
7697+
if ("19.3.0-experimental-46103596-20260305" !== isomorphicReactPackageVersion)
76987698
throw Error(
76997699
formatProdErrorMessage(
77007700
527,
77017701
isomorphicReactPackageVersion,
7702-
"19.3.0-experimental-3bc2d414-20260304"
7702+
"19.3.0-experimental-46103596-20260305"
77037703
)
77047704
);
77057705
}
@@ -7950,4 +7950,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
79507950
startWork(request);
79517951
});
79527952
};
7953-
exports.version = "19.3.0-experimental-3bc2d414-20260304";
7953+
exports.version = "19.3.0-experimental-46103596-20260305";

0 commit comments

Comments
 (0)