Skip to content

Commit 993b25b

Browse files
committed
ncc-compiled
1 parent a70e0f7 commit 993b25b

85 files changed

Lines changed: 16102 additions & 5421 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: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31872,12 +31872,10 @@
3187231872
? parentHostFiber
3187331873
: Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC;
3187431874
};
31875-
FragmentInstance.prototype.experimental_scrollIntoView = function (
31876-
alignToTop
31877-
) {
31875+
FragmentInstance.prototype.scrollIntoView = function (alignToTop) {
3187831876
if ("object" === typeof alignToTop)
3187931877
throw Error(
31880-
"FragmentInstance.experimental_scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead."
31878+
"FragmentInstance.scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead."
3188131879
);
3188231880
var children = [];
3188331881
traverseVisibleHostChildren(
@@ -32342,11 +32340,11 @@
3234232340
};
3234332341
(function () {
3234432342
var isomorphicReactPackageVersion = React.version;
32345-
if ("19.3.0-experimental-c7862584-20251006" !== isomorphicReactPackageVersion)
32343+
if ("19.3.0-experimental-a4eb2dfa-20251006" !== isomorphicReactPackageVersion)
3234632344
throw Error(
3234732345
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3234832346
(isomorphicReactPackageVersion +
32349-
"\n - react-dom: 19.3.0-experimental-c7862584-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
32347+
"\n - react-dom: 19.3.0-experimental-a4eb2dfa-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
3235032348
);
3235132349
})();
3235232350
("function" === typeof Map &&
@@ -32383,10 +32381,10 @@
3238332381
!(function () {
3238432382
var internals = {
3238532383
bundleType: 1,
32386-
version: "19.3.0-experimental-c7862584-20251006",
32384+
version: "19.3.0-experimental-a4eb2dfa-20251006",
3238732385
rendererPackageName: "react-dom",
3238832386
currentDispatcherRef: ReactSharedInternals,
32389-
reconcilerVersion: "19.3.0-experimental-c7862584-20251006"
32387+
reconcilerVersion: "19.3.0-experimental-a4eb2dfa-20251006"
3239032388
};
3239132389
internals.overrideHookState = overrideHookState;
3239232390
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32534,7 +32532,7 @@
3253432532
listenToAllSupportedEvents(container);
3253532533
return new ReactDOMHydrationRoot(initialChildren);
3253632534
};
32537-
exports.version = "19.3.0-experimental-c7862584-20251006";
32535+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
3253832536
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3253932537
"function" ===
3254032538
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17674,7 +17674,7 @@ function validateDocumentPositionWithFiberTree(
1767417674
fragmentFiber)
1767517675
: !1;
1767617676
}
17677-
FragmentInstance.prototype.experimental_scrollIntoView = function (alignToTop) {
17677+
FragmentInstance.prototype.scrollIntoView = function (alignToTop) {
1767817678
if ("object" === typeof alignToTop) throw Error(formatProdErrorMessage(566));
1767917679
var children = [];
1768017680
traverseVisibleHostChildren(
@@ -19570,14 +19570,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1957019570
};
1957119571
var isomorphicReactPackageVersion$jscomp$inline_2217 = React.version;
1957219572
if (
19573-
"19.3.0-experimental-c7862584-20251006" !==
19573+
"19.3.0-experimental-a4eb2dfa-20251006" !==
1957419574
isomorphicReactPackageVersion$jscomp$inline_2217
1957519575
)
1957619576
throw Error(
1957719577
formatProdErrorMessage(
1957819578
527,
1957919579
isomorphicReactPackageVersion$jscomp$inline_2217,
19580-
"19.3.0-experimental-c7862584-20251006"
19580+
"19.3.0-experimental-a4eb2dfa-20251006"
1958119581
)
1958219582
);
1958319583
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19599,10 +19599,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1959919599
};
1960019600
var internals$jscomp$inline_2914 = {
1960119601
bundleType: 0,
19602-
version: "19.3.0-experimental-c7862584-20251006",
19602+
version: "19.3.0-experimental-a4eb2dfa-20251006",
1960319603
rendererPackageName: "react-dom",
1960419604
currentDispatcherRef: ReactSharedInternals,
19605-
reconcilerVersion: "19.3.0-experimental-c7862584-20251006"
19605+
reconcilerVersion: "19.3.0-experimental-a4eb2dfa-20251006"
1960619606
};
1960719607
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1960819608
var hook$jscomp$inline_2915 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19709,4 +19709,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1970919709
listenToAllSupportedEvents(container);
1971019710
return new ReactDOMHydrationRoot(initialChildren);
1971119711
};
19712-
exports.version = "19.3.0-experimental-c7862584-20251006";
19712+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31924,12 +31924,10 @@
3192431924
? parentHostFiber
3192531925
: Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC;
3192631926
};
31927-
FragmentInstance.prototype.experimental_scrollIntoView = function (
31928-
alignToTop
31929-
) {
31927+
FragmentInstance.prototype.scrollIntoView = function (alignToTop) {
3193031928
if ("object" === typeof alignToTop)
3193131929
throw Error(
31932-
"FragmentInstance.experimental_scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead."
31930+
"FragmentInstance.scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead."
3193331931
);
3193431932
var children = [];
3193531933
traverseVisibleHostChildren(
@@ -32394,11 +32392,11 @@
3239432392
};
3239532393
(function () {
3239632394
var isomorphicReactPackageVersion = React.version;
32397-
if ("19.3.0-experimental-c7862584-20251006" !== isomorphicReactPackageVersion)
32395+
if ("19.3.0-experimental-a4eb2dfa-20251006" !== isomorphicReactPackageVersion)
3239832396
throw Error(
3239932397
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3240032398
(isomorphicReactPackageVersion +
32401-
"\n - react-dom: 19.3.0-experimental-c7862584-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
32399+
"\n - react-dom: 19.3.0-experimental-a4eb2dfa-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
3240232400
);
3240332401
})();
3240432402
("function" === typeof Map &&
@@ -32435,10 +32433,10 @@
3243532433
!(function () {
3243632434
var internals = {
3243732435
bundleType: 1,
32438-
version: "19.3.0-experimental-c7862584-20251006",
32436+
version: "19.3.0-experimental-a4eb2dfa-20251006",
3243932437
rendererPackageName: "react-dom",
3244032438
currentDispatcherRef: ReactSharedInternals,
32441-
reconcilerVersion: "19.3.0-experimental-c7862584-20251006"
32439+
reconcilerVersion: "19.3.0-experimental-a4eb2dfa-20251006"
3244232440
};
3244332441
internals.overrideHookState = overrideHookState;
3244432442
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32916,7 +32914,7 @@
3291632914
exports.useFormStatus = function () {
3291732915
return resolveDispatcher().useHostTransitionStatus();
3291832916
};
32919-
exports.version = "19.3.0-experimental-c7862584-20251006";
32917+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
3292032918
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3292132919
"function" ===
3292232920
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19711,7 +19711,7 @@ function validateDocumentPositionWithFiberTree(
1971119711
fragmentFiber)
1971219712
: !1;
1971319713
}
19714-
FragmentInstance.prototype.experimental_scrollIntoView = function (alignToTop) {
19714+
FragmentInstance.prototype.scrollIntoView = function (alignToTop) {
1971519715
if ("object" === typeof alignToTop) throw Error(formatProdErrorMessage(566));
1971619716
var children = [];
1971719717
traverseVisibleHostChildren(
@@ -21624,14 +21624,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2162421624
};
2162521625
var isomorphicReactPackageVersion$jscomp$inline_2513 = React.version;
2162621626
if (
21627-
"19.3.0-experimental-c7862584-20251006" !==
21627+
"19.3.0-experimental-a4eb2dfa-20251006" !==
2162821628
isomorphicReactPackageVersion$jscomp$inline_2513
2162921629
)
2163021630
throw Error(
2163121631
formatProdErrorMessage(
2163221632
527,
2163321633
isomorphicReactPackageVersion$jscomp$inline_2513,
21634-
"19.3.0-experimental-c7862584-20251006"
21634+
"19.3.0-experimental-a4eb2dfa-20251006"
2163521635
)
2163621636
);
2163721637
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -21653,10 +21653,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2165321653
};
2165421654
var internals$jscomp$inline_3223 = {
2165521655
bundleType: 0,
21656-
version: "19.3.0-experimental-c7862584-20251006",
21656+
version: "19.3.0-experimental-a4eb2dfa-20251006",
2165721657
rendererPackageName: "react-dom",
2165821658
currentDispatcherRef: ReactSharedInternals,
21659-
reconcilerVersion: "19.3.0-experimental-c7862584-20251006"
21659+
reconcilerVersion: "19.3.0-experimental-a4eb2dfa-20251006"
2166021660
};
2166121661
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2166221662
var hook$jscomp$inline_3224 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -21924,7 +21924,7 @@ exports.useFormState = function (action, initialState, permalink) {
2192421924
exports.useFormStatus = function () {
2192521925
return ReactSharedInternals.H.useHostTransitionStatus();
2192621926
};
21927-
exports.version = "19.3.0-experimental-c7862584-20251006";
21927+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
2192821928
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2192921929
"function" ===
2193021930
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
@@ -10544,5 +10544,5 @@
1054410544
'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'
1054510545
);
1054610546
};
10547-
exports.version = "19.3.0-experimental-c7862584-20251006";
10547+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
1054810548
})();

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
@@ -7157,4 +7157,4 @@ exports.renderToString = function (children, options) {
71577157
'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'
71587158
);
71597159
};
7160-
exports.version = "19.3.0-experimental-c7862584-20251006";
7160+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";

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
@@ -10544,5 +10544,5 @@
1054410544
'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'
1054510545
);
1054610546
};
10547-
exports.version = "19.3.0-experimental-c7862584-20251006";
10547+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
1054810548
})();

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
@@ -7260,4 +7260,4 @@ exports.renderToString = function (children, options) {
72607260
'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'
72617261
);
72627262
};
7263-
exports.version = "19.3.0-experimental-c7862584-20251006";
7263+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";

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
@@ -9537,11 +9537,11 @@
95379537
}
95389538
function ensureCorrectIsomorphicReactVersion() {
95399539
var isomorphicReactPackageVersion = React.version;
9540-
if ("19.3.0-experimental-c7862584-20251006" !== isomorphicReactPackageVersion)
9540+
if ("19.3.0-experimental-a4eb2dfa-20251006" !== isomorphicReactPackageVersion)
95419541
throw Error(
95429542
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
95439543
(isomorphicReactPackageVersion +
9544-
"\n - react-dom: 19.3.0-experimental-c7862584-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
9544+
"\n - react-dom: 19.3.0-experimental-a4eb2dfa-20251006\nLearn more: https://react.dev/warnings/version-mismatch")
95459545
);
95469546
}
95479547
var React = require("next/dist/compiled/react-experimental"),
@@ -11365,5 +11365,5 @@
1136511365
startWork(request);
1136611366
});
1136711367
};
11368-
exports.version = "19.3.0-experimental-c7862584-20251006";
11368+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";
1136911369
})();

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
@@ -7828,12 +7828,12 @@ function getPostponedState(request) {
78287828
}
78297829
function ensureCorrectIsomorphicReactVersion() {
78307830
var isomorphicReactPackageVersion = React.version;
7831-
if ("19.3.0-experimental-c7862584-20251006" !== isomorphicReactPackageVersion)
7831+
if ("19.3.0-experimental-a4eb2dfa-20251006" !== isomorphicReactPackageVersion)
78327832
throw Error(
78337833
formatProdErrorMessage(
78347834
527,
78357835
isomorphicReactPackageVersion,
7836-
"19.3.0-experimental-c7862584-20251006"
7836+
"19.3.0-experimental-a4eb2dfa-20251006"
78377837
)
78387838
);
78397839
}
@@ -8088,4 +8088,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
80888088
startWork(request);
80898089
});
80908090
};
8091-
exports.version = "19.3.0-experimental-c7862584-20251006";
8091+
exports.version = "19.3.0-experimental-a4eb2dfa-20251006";

0 commit comments

Comments
 (0)