Skip to content

Commit 4c0ecef

Browse files
vercel-release-boteps1lon
authored andcommitted
ncc-compiled
1 parent b7c3ac7 commit 4c0ecef

File tree

84 files changed

+1144
-568
lines changed

Some content is hidden

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

84 files changed

+1144
-568
lines changed

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15086,14 +15086,18 @@
1508615086
}
1508715087
function emitPendingHydrationWarnings() {
1508815088
var diffRoot = hydrationDiffRootDEV;
15089-
null !== diffRoot &&
15090-
((hydrationDiffRootDEV = null),
15091-
(diffRoot = describeDiff(diffRoot)),
15092-
console.error(
15093-
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
15094-
"https://react.dev/link/hydration-mismatch",
15095-
diffRoot
15096-
));
15089+
if (null !== diffRoot) {
15090+
hydrationDiffRootDEV = null;
15091+
for (var diff = describeDiff(diffRoot); 0 < diffRoot.children.length; )
15092+
diffRoot = diffRoot.children[0];
15093+
runWithFiberInDEV(diffRoot.fiber, function () {
15094+
console.error(
15095+
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
15096+
"https://react.dev/link/hydration-mismatch",
15097+
diff
15098+
);
15099+
});
15100+
}
1509715101
}
1509815102
function getViewTransitionName(props, instance) {
1509915103
return null != props.name && "auto" !== props.name
@@ -20393,6 +20397,8 @@
2039320397
}
2039420398
return;
2039520399
case "dialog":
20400+
listenToNonDelegatedEvent("beforetoggle", domElement);
20401+
listenToNonDelegatedEvent("toggle", domElement);
2039620402
listenToNonDelegatedEvent("cancel", domElement);
2039720403
listenToNonDelegatedEvent("close", domElement);
2039820404
break;
@@ -27867,11 +27873,11 @@
2786727873
};
2786827874
(function () {
2786927875
var isomorphicReactPackageVersion = React.version;
27870-
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
27876+
if ("19.1.0-experimental-029e8bd6-20250306" !== isomorphicReactPackageVersion)
2787127877
throw Error(
2787227878
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2787327879
(isomorphicReactPackageVersion +
27874-
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
27880+
"\n - react-dom: 19.1.0-experimental-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
2787527881
);
2787627882
})();
2787727883
("function" === typeof Map &&
@@ -27908,10 +27914,10 @@
2790827914
!(function () {
2790927915
var internals = {
2791027916
bundleType: 1,
27911-
version: "19.1.0-experimental-e03ac20f-20250305",
27917+
version: "19.1.0-experimental-029e8bd6-20250306",
2791227918
rendererPackageName: "react-dom",
2791327919
currentDispatcherRef: ReactSharedInternals,
27914-
reconcilerVersion: "19.1.0-experimental-e03ac20f-20250305"
27920+
reconcilerVersion: "19.1.0-experimental-029e8bd6-20250306"
2791527921
};
2791627922
internals.overrideHookState = overrideHookState;
2791727923
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28053,7 +28059,7 @@
2805328059
listenToAllSupportedEvents(container);
2805428060
return new ReactDOMHydrationRoot(initialChildren);
2805528061
};
28056-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
28062+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
2805728063
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2805828064
"function" ===
2805928065
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14689,6 +14689,8 @@ function setInitialProperties(domElement, tag, props) {
1468914689
}
1469014690
return;
1469114691
case "dialog":
14692+
listenToNonDelegatedEvent("beforetoggle", domElement);
14693+
listenToNonDelegatedEvent("toggle", domElement);
1469214694
listenToNonDelegatedEvent("cancel", domElement);
1469314695
listenToNonDelegatedEvent("close", domElement);
1469414696
break;
@@ -17299,14 +17301,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1729917301
};
1730017302
var isomorphicReactPackageVersion$jscomp$inline_1909 = React.version;
1730117303
if (
17302-
"19.1.0-experimental-e03ac20f-20250305" !==
17304+
"19.1.0-experimental-029e8bd6-20250306" !==
1730317305
isomorphicReactPackageVersion$jscomp$inline_1909
1730417306
)
1730517307
throw Error(
1730617308
formatProdErrorMessage(
1730717309
527,
1730817310
isomorphicReactPackageVersion$jscomp$inline_1909,
17309-
"19.1.0-experimental-e03ac20f-20250305"
17311+
"19.1.0-experimental-029e8bd6-20250306"
1731017312
)
1731117313
);
1731217314
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17328,10 +17330,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1732817330
};
1732917331
var internals$jscomp$inline_2526 = {
1733017332
bundleType: 0,
17331-
version: "19.1.0-experimental-e03ac20f-20250305",
17333+
version: "19.1.0-experimental-029e8bd6-20250306",
1733217334
rendererPackageName: "react-dom",
1733317335
currentDispatcherRef: ReactSharedInternals,
17334-
reconcilerVersion: "19.1.0-experimental-e03ac20f-20250305"
17336+
reconcilerVersion: "19.1.0-experimental-029e8bd6-20250306"
1733517337
};
1733617338
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1733717339
var hook$jscomp$inline_2527 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17435,4 +17437,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1743517437
listenToAllSupportedEvents(container);
1743617438
return new ReactDOMHydrationRoot(initialChildren);
1743717439
};
17438-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
17440+
exports.version = "19.1.0-experimental-029e8bd6-20250306";

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15094,14 +15094,18 @@
1509415094
}
1509515095
function emitPendingHydrationWarnings() {
1509615096
var diffRoot = hydrationDiffRootDEV;
15097-
null !== diffRoot &&
15098-
((hydrationDiffRootDEV = null),
15099-
(diffRoot = describeDiff(diffRoot)),
15100-
console.error(
15101-
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
15102-
"https://react.dev/link/hydration-mismatch",
15103-
diffRoot
15104-
));
15097+
if (null !== diffRoot) {
15098+
hydrationDiffRootDEV = null;
15099+
for (var diff = describeDiff(diffRoot); 0 < diffRoot.children.length; )
15100+
diffRoot = diffRoot.children[0];
15101+
runWithFiberInDEV(diffRoot.fiber, function () {
15102+
console.error(
15103+
"A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:\n\n- A server/client branch `if (typeof window !== 'undefined')`.\n- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.\n- Date formatting in a user's locale which doesn't match the server.\n- External changing data without sending a snapshot of it along with the HTML.\n- Invalid HTML tag nesting.\n\nIt can also happen if the client has a browser extension installed which messes with the HTML before React loaded.\n\n%s%s",
15104+
"https://react.dev/link/hydration-mismatch",
15105+
diff
15106+
);
15107+
});
15108+
}
1510515109
}
1510615110
function getViewTransitionName(props, instance) {
1510715111
return null != props.name && "auto" !== props.name
@@ -20401,6 +20405,8 @@
2040120405
}
2040220406
return;
2040320407
case "dialog":
20408+
listenToNonDelegatedEvent("beforetoggle", domElement);
20409+
listenToNonDelegatedEvent("toggle", domElement);
2040420410
listenToNonDelegatedEvent("cancel", domElement);
2040520411
listenToNonDelegatedEvent("close", domElement);
2040620412
break;
@@ -27920,11 +27926,11 @@
2792027926
};
2792127927
(function () {
2792227928
var isomorphicReactPackageVersion = React.version;
27923-
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
27929+
if ("19.1.0-experimental-029e8bd6-20250306" !== isomorphicReactPackageVersion)
2792427930
throw Error(
2792527931
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2792627932
(isomorphicReactPackageVersion +
27927-
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
27933+
"\n - react-dom: 19.1.0-experimental-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
2792827934
);
2792927935
})();
2793027936
("function" === typeof Map &&
@@ -27961,10 +27967,10 @@
2796127967
!(function () {
2796227968
var internals = {
2796327969
bundleType: 1,
27964-
version: "19.1.0-experimental-e03ac20f-20250305",
27970+
version: "19.1.0-experimental-029e8bd6-20250306",
2796527971
rendererPackageName: "react-dom",
2796627972
currentDispatcherRef: ReactSharedInternals,
27967-
reconcilerVersion: "19.1.0-experimental-e03ac20f-20250305"
27973+
reconcilerVersion: "19.1.0-experimental-029e8bd6-20250306"
2796827974
};
2796927975
internals.overrideHookState = overrideHookState;
2797027976
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28436,7 +28442,7 @@
2843628442
exports.useFormStatus = function () {
2843728443
return resolveDispatcher().useHostTransitionStatus();
2843828444
};
28439-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
28445+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
2844028446
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2844128447
"function" ===
2844228448
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16090,6 +16090,8 @@ function setInitialProperties(domElement, tag, props) {
1609016090
}
1609116091
return;
1609216092
case "dialog":
16093+
listenToNonDelegatedEvent("beforetoggle", domElement);
16094+
listenToNonDelegatedEvent("toggle", domElement);
1609316095
listenToNonDelegatedEvent("cancel", domElement);
1609416096
listenToNonDelegatedEvent("close", domElement);
1609516097
break;
@@ -18726,14 +18728,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1872618728
};
1872718729
var isomorphicReactPackageVersion$jscomp$inline_2057 = React.version;
1872818730
if (
18729-
"19.1.0-experimental-e03ac20f-20250305" !==
18731+
"19.1.0-experimental-029e8bd6-20250306" !==
1873018732
isomorphicReactPackageVersion$jscomp$inline_2057
1873118733
)
1873218734
throw Error(
1873318735
formatProdErrorMessage(
1873418736
527,
1873518737
isomorphicReactPackageVersion$jscomp$inline_2057,
18736-
"19.1.0-experimental-e03ac20f-20250305"
18738+
"19.1.0-experimental-029e8bd6-20250306"
1873718739
)
1873818740
);
1873918741
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -18755,10 +18757,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1875518757
};
1875618758
var internals$jscomp$inline_2667 = {
1875718759
bundleType: 0,
18758-
version: "19.1.0-experimental-e03ac20f-20250305",
18760+
version: "19.1.0-experimental-029e8bd6-20250306",
1875918761
rendererPackageName: "react-dom",
1876018762
currentDispatcherRef: ReactSharedInternals,
18761-
reconcilerVersion: "19.1.0-experimental-e03ac20f-20250305"
18763+
reconcilerVersion: "19.1.0-experimental-029e8bd6-20250306"
1876218764
};
1876318765
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1876418766
var hook$jscomp$inline_2668 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19023,7 +19025,7 @@ exports.useFormState = function (action, initialState, permalink) {
1902319025
exports.useFormStatus = function () {
1902419026
return ReactSharedInternals.H.useHostTransitionStatus();
1902519027
};
19026-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
19028+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
1902719029
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1902819030
"function" ===
1902919031
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
@@ -9600,5 +9600,5 @@
96009600
'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'
96019601
);
96029602
};
9603-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
9603+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
96049604
})();

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
@@ -6351,4 +6351,4 @@ exports.renderToString = function (children, options) {
63516351
'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'
63526352
);
63536353
};
6354-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
6354+
exports.version = "19.1.0-experimental-029e8bd6-20250306";

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
@@ -9600,5 +9600,5 @@
96009600
'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'
96019601
);
96029602
};
9603-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
9603+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
96049604
})();

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
@@ -6445,4 +6445,4 @@ exports.renderToString = function (children, options) {
64456445
'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'
64466446
);
64476447
};
6448-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
6448+
exports.version = "19.1.0-experimental-029e8bd6-20250306";

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
@@ -8503,11 +8503,11 @@
85038503
}
85048504
function ensureCorrectIsomorphicReactVersion() {
85058505
var isomorphicReactPackageVersion = React.version;
8506-
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
8506+
if ("19.1.0-experimental-029e8bd6-20250306" !== isomorphicReactPackageVersion)
85078507
throw Error(
85088508
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85098509
(isomorphicReactPackageVersion +
8510-
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
8510+
"\n - react-dom: 19.1.0-experimental-029e8bd6-20250306\nLearn more: https://react.dev/warnings/version-mismatch")
85118511
);
85128512
}
85138513
var React = require("next/dist/compiled/react-experimental"),
@@ -10294,5 +10294,5 @@
1029410294
startWork(request);
1029510295
});
1029610296
};
10297-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
10297+
exports.version = "19.1.0-experimental-029e8bd6-20250306";
1029810298
})();

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
@@ -6892,12 +6892,12 @@ function getPostponedState(request) {
68926892
}
68936893
function ensureCorrectIsomorphicReactVersion() {
68946894
var isomorphicReactPackageVersion = React.version;
6895-
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
6895+
if ("19.1.0-experimental-029e8bd6-20250306" !== isomorphicReactPackageVersion)
68966896
throw Error(
68976897
formatProdErrorMessage(
68986898
527,
68996899
isomorphicReactPackageVersion,
6900-
"19.1.0-experimental-e03ac20f-20250305"
6900+
"19.1.0-experimental-029e8bd6-20250306"
69016901
)
69026902
);
69036903
}
@@ -7152,4 +7152,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
71527152
startWork(request);
71537153
});
71547154
};
7155-
exports.version = "19.1.0-experimental-e03ac20f-20250305";
7155+
exports.version = "19.1.0-experimental-029e8bd6-20250306";

0 commit comments

Comments
 (0)