Skip to content

Commit 3862306

Browse files
ncc-compiled
1 parent 4aaa19c commit 3862306

File tree

88 files changed

+334
-166
lines changed

Some content is hidden

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

88 files changed

+334
-166
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
@@ -25291,11 +25291,11 @@
2529125291
};
2529225292
(function () {
2529325293
var isomorphicReactPackageVersion = React.version;
25294-
if ("19.0.0-experimental-372ec00c-20241209" !== isomorphicReactPackageVersion)
25294+
if ("19.0.0-experimental-4b7d4530-20241218" !== isomorphicReactPackageVersion)
2529525295
throw Error(
2529625296
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2529725297
(isomorphicReactPackageVersion +
25298-
"\n - react-dom: 19.0.0-experimental-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
25298+
"\n - react-dom: 19.0.0-experimental-4b7d4530-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
2529925299
);
2530025300
})();
2530125301
("function" === typeof Map &&
@@ -25332,11 +25332,11 @@
2533225332
!(function () {
2533325333
var internals = {
2533425334
bundleType: 1,
25335-
version: "19.0.0-experimental-372ec00c-20241209",
25335+
version: "19.0.0-experimental-4b7d4530-20241218",
2533625336
rendererPackageName: "react-dom",
2533725337
currentDispatcherRef: ReactSharedInternals,
2533825338
findFiberByHostInstance: getClosestInstanceFromNode,
25339-
reconcilerVersion: "19.0.0-experimental-372ec00c-20241209"
25339+
reconcilerVersion: "19.0.0-experimental-4b7d4530-20241218"
2534025340
};
2534125341
internals.overrideHookState = overrideHookState;
2534225342
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25478,7 +25478,7 @@
2547825478
listenToAllSupportedEvents(container);
2547925479
return new ReactDOMHydrationRoot(initialChildren);
2548025480
};
25481-
exports.version = "19.0.0-experimental-372ec00c-20241209";
25481+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
2548225482
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2548325483
"function" ===
2548425484
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
@@ -15264,14 +15264,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1526415264
};
1526515265
var isomorphicReactPackageVersion$jscomp$inline_1676 = React.version;
1526615266
if (
15267-
"19.0.0-experimental-372ec00c-20241209" !==
15267+
"19.0.0-experimental-4b7d4530-20241218" !==
1526815268
isomorphicReactPackageVersion$jscomp$inline_1676
1526915269
)
1527015270
throw Error(
1527115271
formatProdErrorMessage(
1527215272
527,
1527315273
isomorphicReactPackageVersion$jscomp$inline_1676,
15274-
"19.0.0-experimental-372ec00c-20241209"
15274+
"19.0.0-experimental-4b7d4530-20241218"
1527515275
)
1527615276
);
1527715277
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15293,11 +15293,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1529315293
};
1529415294
var internals$jscomp$inline_2146 = {
1529515295
bundleType: 0,
15296-
version: "19.0.0-experimental-372ec00c-20241209",
15296+
version: "19.0.0-experimental-4b7d4530-20241218",
1529715297
rendererPackageName: "react-dom",
1529815298
currentDispatcherRef: ReactSharedInternals,
1529915299
findFiberByHostInstance: getClosestInstanceFromNode,
15300-
reconcilerVersion: "19.0.0-experimental-372ec00c-20241209"
15300+
reconcilerVersion: "19.0.0-experimental-4b7d4530-20241218"
1530115301
};
1530215302
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1530315303
var hook$jscomp$inline_2147 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15401,4 +15401,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1540115401
listenToAllSupportedEvents(container);
1540215402
return new ReactDOMHydrationRoot(initialChildren);
1540315403
};
15404-
exports.version = "19.0.0-experimental-372ec00c-20241209";
15404+
exports.version = "19.0.0-experimental-4b7d4530-20241218";

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
@@ -25348,11 +25348,11 @@
2534825348
};
2534925349
(function () {
2535025350
var isomorphicReactPackageVersion = React.version;
25351-
if ("19.0.0-experimental-372ec00c-20241209" !== isomorphicReactPackageVersion)
25351+
if ("19.0.0-experimental-4b7d4530-20241218" !== isomorphicReactPackageVersion)
2535225352
throw Error(
2535325353
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2535425354
(isomorphicReactPackageVersion +
25355-
"\n - react-dom: 19.0.0-experimental-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
25355+
"\n - react-dom: 19.0.0-experimental-4b7d4530-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
2535625356
);
2535725357
})();
2535825358
("function" === typeof Map &&
@@ -25389,11 +25389,11 @@
2538925389
!(function () {
2539025390
var internals = {
2539125391
bundleType: 1,
25392-
version: "19.0.0-experimental-372ec00c-20241209",
25392+
version: "19.0.0-experimental-4b7d4530-20241218",
2539325393
rendererPackageName: "react-dom",
2539425394
currentDispatcherRef: ReactSharedInternals,
2539525395
findFiberByHostInstance: getClosestInstanceFromNode,
25396-
reconcilerVersion: "19.0.0-experimental-372ec00c-20241209"
25396+
reconcilerVersion: "19.0.0-experimental-4b7d4530-20241218"
2539725397
};
2539825398
internals.overrideHookState = overrideHookState;
2539925399
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25865,7 +25865,7 @@
2586525865
exports.useFormStatus = function () {
2586625866
return resolveDispatcher().useHostTransitionStatus();
2586725867
};
25868-
exports.version = "19.0.0-experimental-372ec00c-20241209";
25868+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
2586925869
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2587025870
"function" ===
2587125871
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
@@ -16382,14 +16382,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1638216382
};
1638316383
var isomorphicReactPackageVersion$jscomp$inline_1783 = React.version;
1638416384
if (
16385-
"19.0.0-experimental-372ec00c-20241209" !==
16385+
"19.0.0-experimental-4b7d4530-20241218" !==
1638616386
isomorphicReactPackageVersion$jscomp$inline_1783
1638716387
)
1638816388
throw Error(
1638916389
formatProdErrorMessage(
1639016390
527,
1639116391
isomorphicReactPackageVersion$jscomp$inline_1783,
16392-
"19.0.0-experimental-372ec00c-20241209"
16392+
"19.0.0-experimental-4b7d4530-20241218"
1639316393
)
1639416394
);
1639516395
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16411,11 +16411,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1641116411
};
1641216412
var internals$jscomp$inline_2225 = {
1641316413
bundleType: 0,
16414-
version: "19.0.0-experimental-372ec00c-20241209",
16414+
version: "19.0.0-experimental-4b7d4530-20241218",
1641516415
rendererPackageName: "react-dom",
1641616416
currentDispatcherRef: ReactSharedInternals,
1641716417
findFiberByHostInstance: getClosestInstanceFromNode,
16418-
reconcilerVersion: "19.0.0-experimental-372ec00c-20241209"
16418+
reconcilerVersion: "19.0.0-experimental-4b7d4530-20241218"
1641916419
};
1642016420
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1642116421
var hook$jscomp$inline_2226 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16680,7 +16680,7 @@ exports.useFormState = function (action, initialState, permalink) {
1668016680
exports.useFormStatus = function () {
1668116681
return ReactSharedInternals.H.useHostTransitionStatus();
1668216682
};
16683-
exports.version = "19.0.0-experimental-372ec00c-20241209";
16683+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
1668416684
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1668516685
"function" ===
1668616686
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
@@ -9295,5 +9295,5 @@
92959295
'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'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-372ec00c-20241209";
9298+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
92999299
})();

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
@@ -6060,4 +6060,4 @@ exports.renderToString = function (children, options) {
60606060
'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'
60616061
);
60626062
};
6063-
exports.version = "19.0.0-experimental-372ec00c-20241209";
6063+
exports.version = "19.0.0-experimental-4b7d4530-20241218";

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
@@ -9295,5 +9295,5 @@
92959295
'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'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-372ec00c-20241209";
9298+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
92999299
})();

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
@@ -6152,4 +6152,4 @@ exports.renderToString = function (children, options) {
61526152
'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'
61536153
);
61546154
};
6155-
exports.version = "19.0.0-experimental-372ec00c-20241209";
6155+
exports.version = "19.0.0-experimental-4b7d4530-20241218";

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
@@ -8193,11 +8193,11 @@
81938193
}
81948194
function ensureCorrectIsomorphicReactVersion() {
81958195
var isomorphicReactPackageVersion = React.version;
8196-
if ("19.0.0-experimental-372ec00c-20241209" !== isomorphicReactPackageVersion)
8196+
if ("19.0.0-experimental-4b7d4530-20241218" !== isomorphicReactPackageVersion)
81978197
throw Error(
81988198
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
81998199
(isomorphicReactPackageVersion +
8200-
"\n - react-dom: 19.0.0-experimental-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
8200+
"\n - react-dom: 19.0.0-experimental-4b7d4530-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
82018201
);
82028202
}
82038203
var React = require("next/dist/compiled/react-experimental"),
@@ -9977,5 +9977,5 @@
99779977
startWork(request);
99789978
});
99799979
};
9980-
exports.version = "19.0.0-experimental-372ec00c-20241209";
9980+
exports.version = "19.0.0-experimental-4b7d4530-20241218";
99819981
})();

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
@@ -6589,12 +6589,12 @@ function getPostponedState(request) {
65896589
}
65906590
function ensureCorrectIsomorphicReactVersion() {
65916591
var isomorphicReactPackageVersion = React.version;
6592-
if ("19.0.0-experimental-372ec00c-20241209" !== isomorphicReactPackageVersion)
6592+
if ("19.0.0-experimental-4b7d4530-20241218" !== isomorphicReactPackageVersion)
65936593
throw Error(
65946594
formatProdErrorMessage(
65956595
527,
65966596
isomorphicReactPackageVersion,
6597-
"19.0.0-experimental-372ec00c-20241209"
6597+
"19.0.0-experimental-4b7d4530-20241218"
65986598
)
65996599
);
66006600
}
@@ -6849,4 +6849,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
68496849
startWork(request);
68506850
});
68516851
};
6852-
exports.version = "19.0.0-experimental-372ec00c-20241209";
6852+
exports.version = "19.0.0-experimental-4b7d4530-20241218";

0 commit comments

Comments
 (0)