Skip to content

Commit f38aa9a

Browse files
committed
ncc-compiled
1 parent 9f29f71 commit f38aa9a

File tree

70 files changed

+1953
-1194
lines changed

Some content is hidden

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

70 files changed

+1953
-1194
lines changed

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

Lines changed: 186 additions & 121 deletions
Large diffs are not rendered by default.

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
@@ -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-85c427d8-20251003" !==
19573+
"19.3.0-experimental-c7862584-20251006" !==
1957419574
isomorphicReactPackageVersion$jscomp$inline_2217
1957519575
)
1957619576
throw Error(
1957719577
formatProdErrorMessage(
1957819578
527,
1957919579
isomorphicReactPackageVersion$jscomp$inline_2217,
19580-
"19.3.0-experimental-85c427d8-20251003"
19580+
"19.3.0-experimental-c7862584-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-85c427d8-20251003",
19602+
version: "19.3.0-experimental-c7862584-20251006",
1960319603
rendererPackageName: "react-dom",
1960419604
currentDispatcherRef: ReactSharedInternals,
19605-
reconcilerVersion: "19.3.0-experimental-85c427d8-20251003"
19605+
reconcilerVersion: "19.3.0-experimental-c7862584-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-85c427d8-20251003";
19712+
exports.version = "19.3.0-experimental-c7862584-20251006";

0 commit comments

Comments
 (0)