Skip to content

Commit f737737

Browse files
committed
ncc-compiled
1 parent 114a528 commit f737737

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
@@ -32708,11 +32708,11 @@
3270832708
};
3270932709
(function () {
3271032710
var isomorphicReactPackageVersion = React.version;
32711-
if ("19.3.0-experimental-4842fbea-20260217" !== isomorphicReactPackageVersion)
32711+
if ("19.3.0-experimental-3a2bee26-20260218" !== isomorphicReactPackageVersion)
3271232712
throw Error(
3271332713
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3271432714
(isomorphicReactPackageVersion +
32715-
"\n - react-dom: 19.3.0-experimental-4842fbea-20260217\nLearn more: https://react.dev/warnings/version-mismatch")
32715+
"\n - react-dom: 19.3.0-experimental-3a2bee26-20260218\nLearn more: https://react.dev/warnings/version-mismatch")
3271632716
);
3271732717
})();
3271832718
("function" === typeof Map &&
@@ -32749,10 +32749,10 @@
3274932749
!(function () {
3275032750
var internals = {
3275132751
bundleType: 1,
32752-
version: "19.3.0-experimental-4842fbea-20260217",
32752+
version: "19.3.0-experimental-3a2bee26-20260218",
3275332753
rendererPackageName: "react-dom",
3275432754
currentDispatcherRef: ReactSharedInternals,
32755-
reconcilerVersion: "19.3.0-experimental-4842fbea-20260217"
32755+
reconcilerVersion: "19.3.0-experimental-3a2bee26-20260218"
3275632756
};
3275732757
internals.overrideHookState = overrideHookState;
3275832758
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32900,7 +32900,7 @@
3290032900
listenToAllSupportedEvents(container);
3290132901
return new ReactDOMHydrationRoot(initialChildren);
3290232902
};
32903-
exports.version = "19.3.0-experimental-4842fbea-20260217";
32903+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
3290432904
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3290532905
"function" ===
3290632906
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
@@ -19881,14 +19881,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1988119881
};
1988219882
var isomorphicReactPackageVersion$jscomp$inline_2229 = React.version;
1988319883
if (
19884-
"19.3.0-experimental-4842fbea-20260217" !==
19884+
"19.3.0-experimental-3a2bee26-20260218" !==
1988519885
isomorphicReactPackageVersion$jscomp$inline_2229
1988619886
)
1988719887
throw Error(
1988819888
formatProdErrorMessage(
1988919889
527,
1989019890
isomorphicReactPackageVersion$jscomp$inline_2229,
19891-
"19.3.0-experimental-4842fbea-20260217"
19891+
"19.3.0-experimental-3a2bee26-20260218"
1989219892
)
1989319893
);
1989419894
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19910,10 +19910,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1991019910
};
1991119911
var internals$jscomp$inline_2928 = {
1991219912
bundleType: 0,
19913-
version: "19.3.0-experimental-4842fbea-20260217",
19913+
version: "19.3.0-experimental-3a2bee26-20260218",
1991419914
rendererPackageName: "react-dom",
1991519915
currentDispatcherRef: ReactSharedInternals,
19916-
reconcilerVersion: "19.3.0-experimental-4842fbea-20260217"
19916+
reconcilerVersion: "19.3.0-experimental-3a2bee26-20260218"
1991719917
};
1991819918
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1991919919
var hook$jscomp$inline_2929 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20020,4 +20020,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
2002020020
listenToAllSupportedEvents(container);
2002120021
return new ReactDOMHydrationRoot(initialChildren);
2002220022
};
20023-
exports.version = "19.3.0-experimental-4842fbea-20260217";
20023+
exports.version = "19.3.0-experimental-3a2bee26-20260218";

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
@@ -32765,11 +32765,11 @@
3276532765
};
3276632766
(function () {
3276732767
var isomorphicReactPackageVersion = React.version;
32768-
if ("19.3.0-experimental-4842fbea-20260217" !== isomorphicReactPackageVersion)
32768+
if ("19.3.0-experimental-3a2bee26-20260218" !== isomorphicReactPackageVersion)
3276932769
throw Error(
3277032770
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3277132771
(isomorphicReactPackageVersion +
32772-
"\n - react-dom: 19.3.0-experimental-4842fbea-20260217\nLearn more: https://react.dev/warnings/version-mismatch")
32772+
"\n - react-dom: 19.3.0-experimental-3a2bee26-20260218\nLearn more: https://react.dev/warnings/version-mismatch")
3277332773
);
3277432774
})();
3277532775
("function" === typeof Map &&
@@ -32806,10 +32806,10 @@
3280632806
!(function () {
3280732807
var internals = {
3280832808
bundleType: 1,
32809-
version: "19.3.0-experimental-4842fbea-20260217",
32809+
version: "19.3.0-experimental-3a2bee26-20260218",
3281032810
rendererPackageName: "react-dom",
3281132811
currentDispatcherRef: ReactSharedInternals,
32812-
reconcilerVersion: "19.3.0-experimental-4842fbea-20260217"
32812+
reconcilerVersion: "19.3.0-experimental-3a2bee26-20260218"
3281332813
};
3281432814
internals.overrideHookState = overrideHookState;
3281532815
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33287,7 +33287,7 @@
3328733287
exports.useFormStatus = function () {
3328833288
return resolveDispatcher().useHostTransitionStatus();
3328933289
};
33290-
exports.version = "19.3.0-experimental-4842fbea-20260217";
33290+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
3329133291
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3329233292
"function" ===
3329333293
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
@@ -21964,14 +21964,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2196421964
};
2196521965
var isomorphicReactPackageVersion$jscomp$inline_2533 = React.version;
2196621966
if (
21967-
"19.3.0-experimental-4842fbea-20260217" !==
21967+
"19.3.0-experimental-3a2bee26-20260218" !==
2196821968
isomorphicReactPackageVersion$jscomp$inline_2533
2196921969
)
2197021970
throw Error(
2197121971
formatProdErrorMessage(
2197221972
527,
2197321973
isomorphicReactPackageVersion$jscomp$inline_2533,
21974-
"19.3.0-experimental-4842fbea-20260217"
21974+
"19.3.0-experimental-3a2bee26-20260218"
2197521975
)
2197621976
);
2197721977
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -21993,10 +21993,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2199321993
};
2199421994
var internals$jscomp$inline_3249 = {
2199521995
bundleType: 0,
21996-
version: "19.3.0-experimental-4842fbea-20260217",
21996+
version: "19.3.0-experimental-3a2bee26-20260218",
2199721997
rendererPackageName: "react-dom",
2199821998
currentDispatcherRef: ReactSharedInternals,
21999-
reconcilerVersion: "19.3.0-experimental-4842fbea-20260217"
21999+
reconcilerVersion: "19.3.0-experimental-3a2bee26-20260218"
2200022000
};
2200122001
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2200222002
var hook$jscomp$inline_3250 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -22264,7 +22264,7 @@ exports.useFormState = function (action, initialState, permalink) {
2226422264
exports.useFormStatus = function () {
2226522265
return ReactSharedInternals.H.useHostTransitionStatus();
2226622266
};
22267-
exports.version = "19.3.0-experimental-4842fbea-20260217";
22267+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
2226822268
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2226922269
"function" ===
2227022270
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
@@ -10516,5 +10516,5 @@
1051610516
'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'
1051710517
);
1051810518
};
10519-
exports.version = "19.3.0-experimental-4842fbea-20260217";
10519+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
1052010520
})();

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-4842fbea-20260217";
7038+
exports.version = "19.3.0-experimental-3a2bee26-20260218";

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
@@ -10516,5 +10516,5 @@
1051610516
'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'
1051710517
);
1051810518
};
10519-
exports.version = "19.3.0-experimental-4842fbea-20260217";
10519+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
1052010520
})();

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-4842fbea-20260217";
7141+
exports.version = "19.3.0-experimental-3a2bee26-20260218";

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
@@ -9492,11 +9492,11 @@
94929492
}
94939493
function ensureCorrectIsomorphicReactVersion() {
94949494
var isomorphicReactPackageVersion = React.version;
9495-
if ("19.3.0-experimental-4842fbea-20260217" !== isomorphicReactPackageVersion)
9495+
if ("19.3.0-experimental-3a2bee26-20260218" !== isomorphicReactPackageVersion)
94969496
throw Error(
94979497
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
94989498
(isomorphicReactPackageVersion +
9499-
"\n - react-dom: 19.3.0-experimental-4842fbea-20260217\nLearn more: https://react.dev/warnings/version-mismatch")
9499+
"\n - react-dom: 19.3.0-experimental-3a2bee26-20260218\nLearn more: https://react.dev/warnings/version-mismatch")
95009500
);
95019501
}
95029502
var React = require("next/dist/compiled/react-experimental"),
@@ -11319,5 +11319,5 @@
1131911319
startWork(request);
1132011320
});
1132111321
};
11322-
exports.version = "19.3.0-experimental-4842fbea-20260217";
11322+
exports.version = "19.3.0-experimental-3a2bee26-20260218";
1132311323
})();

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-4842fbea-20260217" !== isomorphicReactPackageVersion)
7691+
if ("19.3.0-experimental-3a2bee26-20260218" !== isomorphicReactPackageVersion)
76927692
throw Error(
76937693
formatProdErrorMessage(
76947694
527,
76957695
isomorphicReactPackageVersion,
7696-
"19.3.0-experimental-4842fbea-20260217"
7696+
"19.3.0-experimental-3a2bee26-20260218"
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-4842fbea-20260217";
7947+
exports.version = "19.3.0-experimental-3a2bee26-20260218";

0 commit comments

Comments
 (0)