Skip to content

Commit 193aaa8

Browse files
committed
ncc-compiled
1 parent abdae99 commit 193aaa8

File tree

60 files changed

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

+138
-138
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
@@ -32436,11 +32436,11 @@
3243632436
};
3243732437
(function () {
3243832438
var isomorphicReactPackageVersion = React.version;
32439-
if ("19.3.0-experimental-b45bb335-20251211" !== isomorphicReactPackageVersion)
32439+
if ("19.3.0-experimental-bcf97c75-20251215" !== isomorphicReactPackageVersion)
3244032440
throw Error(
3244132441
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3244232442
(isomorphicReactPackageVersion +
32443-
"\n - react-dom: 19.3.0-experimental-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
32443+
"\n - react-dom: 19.3.0-experimental-bcf97c75-20251215\nLearn more: https://react.dev/warnings/version-mismatch")
3244432444
);
3244532445
})();
3244632446
("function" === typeof Map &&
@@ -32477,10 +32477,10 @@
3247732477
!(function () {
3247832478
var internals = {
3247932479
bundleType: 1,
32480-
version: "19.3.0-experimental-b45bb335-20251211",
32480+
version: "19.3.0-experimental-bcf97c75-20251215",
3248132481
rendererPackageName: "react-dom",
3248232482
currentDispatcherRef: ReactSharedInternals,
32483-
reconcilerVersion: "19.3.0-experimental-b45bb335-20251211"
32483+
reconcilerVersion: "19.3.0-experimental-bcf97c75-20251215"
3248432484
};
3248532485
internals.overrideHookState = overrideHookState;
3248632486
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32628,7 +32628,7 @@
3262832628
listenToAllSupportedEvents(container);
3262932629
return new ReactDOMHydrationRoot(initialChildren);
3263032630
};
32631-
exports.version = "19.3.0-experimental-b45bb335-20251211";
32631+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
3263232632
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3263332633
"function" ===
3263432634
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
@@ -19657,14 +19657,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1965719657
};
1965819658
var isomorphicReactPackageVersion$jscomp$inline_2214 = React.version;
1965919659
if (
19660-
"19.3.0-experimental-b45bb335-20251211" !==
19660+
"19.3.0-experimental-bcf97c75-20251215" !==
1966119661
isomorphicReactPackageVersion$jscomp$inline_2214
1966219662
)
1966319663
throw Error(
1966419664
formatProdErrorMessage(
1966519665
527,
1966619666
isomorphicReactPackageVersion$jscomp$inline_2214,
19667-
"19.3.0-experimental-b45bb335-20251211"
19667+
"19.3.0-experimental-bcf97c75-20251215"
1966819668
)
1966919669
);
1967019670
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19686,10 +19686,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1968619686
};
1968719687
var internals$jscomp$inline_2917 = {
1968819688
bundleType: 0,
19689-
version: "19.3.0-experimental-b45bb335-20251211",
19689+
version: "19.3.0-experimental-bcf97c75-20251215",
1969019690
rendererPackageName: "react-dom",
1969119691
currentDispatcherRef: ReactSharedInternals,
19692-
reconcilerVersion: "19.3.0-experimental-b45bb335-20251211"
19692+
reconcilerVersion: "19.3.0-experimental-bcf97c75-20251215"
1969319693
};
1969419694
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1969519695
var hook$jscomp$inline_2918 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19796,4 +19796,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1979619796
listenToAllSupportedEvents(container);
1979719797
return new ReactDOMHydrationRoot(initialChildren);
1979819798
};
19799-
exports.version = "19.3.0-experimental-b45bb335-20251211";
19799+
exports.version = "19.3.0-experimental-bcf97c75-20251215";

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
@@ -32493,11 +32493,11 @@
3249332493
};
3249432494
(function () {
3249532495
var isomorphicReactPackageVersion = React.version;
32496-
if ("19.3.0-experimental-b45bb335-20251211" !== isomorphicReactPackageVersion)
32496+
if ("19.3.0-experimental-bcf97c75-20251215" !== isomorphicReactPackageVersion)
3249732497
throw Error(
3249832498
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3249932499
(isomorphicReactPackageVersion +
32500-
"\n - react-dom: 19.3.0-experimental-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
32500+
"\n - react-dom: 19.3.0-experimental-bcf97c75-20251215\nLearn more: https://react.dev/warnings/version-mismatch")
3250132501
);
3250232502
})();
3250332503
("function" === typeof Map &&
@@ -32534,10 +32534,10 @@
3253432534
!(function () {
3253532535
var internals = {
3253632536
bundleType: 1,
32537-
version: "19.3.0-experimental-b45bb335-20251211",
32537+
version: "19.3.0-experimental-bcf97c75-20251215",
3253832538
rendererPackageName: "react-dom",
3253932539
currentDispatcherRef: ReactSharedInternals,
32540-
reconcilerVersion: "19.3.0-experimental-b45bb335-20251211"
32540+
reconcilerVersion: "19.3.0-experimental-bcf97c75-20251215"
3254132541
};
3254232542
internals.overrideHookState = overrideHookState;
3254332543
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33015,7 +33015,7 @@
3301533015
exports.useFormStatus = function () {
3301633016
return resolveDispatcher().useHostTransitionStatus();
3301733017
};
33018-
exports.version = "19.3.0-experimental-b45bb335-20251211";
33018+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
3301933019
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3302033020
"function" ===
3302133021
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
@@ -21717,14 +21717,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2171721717
};
2171821718
var isomorphicReactPackageVersion$jscomp$inline_2510 = React.version;
2171921719
if (
21720-
"19.3.0-experimental-b45bb335-20251211" !==
21720+
"19.3.0-experimental-bcf97c75-20251215" !==
2172121721
isomorphicReactPackageVersion$jscomp$inline_2510
2172221722
)
2172321723
throw Error(
2172421724
formatProdErrorMessage(
2172521725
527,
2172621726
isomorphicReactPackageVersion$jscomp$inline_2510,
21727-
"19.3.0-experimental-b45bb335-20251211"
21727+
"19.3.0-experimental-bcf97c75-20251215"
2172821728
)
2172921729
);
2173021730
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -21746,10 +21746,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2174621746
};
2174721747
var internals$jscomp$inline_3226 = {
2174821748
bundleType: 0,
21749-
version: "19.3.0-experimental-b45bb335-20251211",
21749+
version: "19.3.0-experimental-bcf97c75-20251215",
2175021750
rendererPackageName: "react-dom",
2175121751
currentDispatcherRef: ReactSharedInternals,
21752-
reconcilerVersion: "19.3.0-experimental-b45bb335-20251211"
21752+
reconcilerVersion: "19.3.0-experimental-bcf97c75-20251215"
2175321753
};
2175421754
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2175521755
var hook$jscomp$inline_3227 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -22017,7 +22017,7 @@ exports.useFormState = function (action, initialState, permalink) {
2201722017
exports.useFormStatus = function () {
2201822018
return ReactSharedInternals.H.useHostTransitionStatus();
2201922019
};
22020-
exports.version = "19.3.0-experimental-b45bb335-20251211";
22020+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
2202122021
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2202222022
"function" ===
2202322023
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
@@ -10411,5 +10411,5 @@
1041110411
'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'
1041210412
);
1041310413
};
10414-
exports.version = "19.3.0-experimental-b45bb335-20251211";
10414+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
1041510415
})();

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
@@ -7035,4 +7035,4 @@ exports.renderToString = function (children, options) {
70357035
'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'
70367036
);
70377037
};
7038-
exports.version = "19.3.0-experimental-b45bb335-20251211";
7038+
exports.version = "19.3.0-experimental-bcf97c75-20251215";

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
@@ -10411,5 +10411,5 @@
1041110411
'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'
1041210412
);
1041310413
};
10414-
exports.version = "19.3.0-experimental-b45bb335-20251211";
10414+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
1041510415
})();

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
@@ -7138,4 +7138,4 @@ exports.renderToString = function (children, options) {
71387138
'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'
71397139
);
71407140
};
7141-
exports.version = "19.3.0-experimental-b45bb335-20251211";
7141+
exports.version = "19.3.0-experimental-bcf97c75-20251215";

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
@@ -9390,11 +9390,11 @@
93909390
}
93919391
function ensureCorrectIsomorphicReactVersion() {
93929392
var isomorphicReactPackageVersion = React.version;
9393-
if ("19.3.0-experimental-b45bb335-20251211" !== isomorphicReactPackageVersion)
9393+
if ("19.3.0-experimental-bcf97c75-20251215" !== isomorphicReactPackageVersion)
93949394
throw Error(
93959395
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
93969396
(isomorphicReactPackageVersion +
9397-
"\n - react-dom: 19.3.0-experimental-b45bb335-20251211\nLearn more: https://react.dev/warnings/version-mismatch")
9397+
"\n - react-dom: 19.3.0-experimental-bcf97c75-20251215\nLearn more: https://react.dev/warnings/version-mismatch")
93989398
);
93999399
}
94009400
var React = require("next/dist/compiled/react-experimental"),
@@ -11214,5 +11214,5 @@
1121411214
startWork(request);
1121511215
});
1121611216
};
11217-
exports.version = "19.3.0-experimental-b45bb335-20251211";
11217+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
1121811218
})();

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
@@ -7688,12 +7688,12 @@ function getPostponedState(request) {
76887688
}
76897689
function ensureCorrectIsomorphicReactVersion() {
76907690
var isomorphicReactPackageVersion = React.version;
7691-
if ("19.3.0-experimental-b45bb335-20251211" !== isomorphicReactPackageVersion)
7691+
if ("19.3.0-experimental-bcf97c75-20251215" !== isomorphicReactPackageVersion)
76927692
throw Error(
76937693
formatProdErrorMessage(
76947694
527,
76957695
isomorphicReactPackageVersion,
7696-
"19.3.0-experimental-b45bb335-20251211"
7696+
"19.3.0-experimental-bcf97c75-20251215"
76977697
)
76987698
);
76997699
}
@@ -7944,4 +7944,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
79447944
startWork(request);
79457945
});
79467946
};
7947-
exports.version = "19.3.0-experimental-b45bb335-20251211";
7947+
exports.version = "19.3.0-experimental-bcf97c75-20251215";

0 commit comments

Comments
 (0)