Skip to content

Commit e0493a4

Browse files
committed
ncc-compiled
1 parent eae0c4c commit e0493a4

File tree

60 files changed

+2204
-1555
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

+2204
-1555
lines changed

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

Lines changed: 515 additions & 334 deletions
Large diffs are not rendered by default.

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,7 +3424,7 @@ function chainGestureCancellation(root, scheduledGesture, prevCancel) {
34243424
var runningTransition = scheduledGesture.running;
34253425
if (null !== runningTransition) {
34263426
var pendingLanesExcludingGestureLane = root.pendingLanes & -65;
3427-
0 !== (pendingLanesExcludingGestureLane & 124) ||
3427+
0 !== (pendingLanesExcludingGestureLane & 127) ||
34283428
0 !== (pendingLanesExcludingGestureLane & 4194048)
34293429
? ((runningTransition = root.stoppingGestures),
34303430
null !== runningTransition &&
@@ -5069,7 +5069,7 @@ function updateSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) {
50695069
);
50705070
if (null === workInProgressRoot) throw Error(formatProdErrorMessage(349));
50715071
isHydrating$jscomp$0 ||
5072-
0 !== (renderLanes & 124) ||
5072+
0 !== (renderLanes & 127) ||
50735073
pushStoreConsistencyCheck(fiber, getSnapshot, getServerSnapshot);
50745074
}
50755075
return getServerSnapshot;
@@ -5991,7 +5991,7 @@ var HooksDispatcherOnMount = {
59915991
getServerSnapshot = getSnapshot();
59925992
if (null === workInProgressRoot)
59935993
throw Error(formatProdErrorMessage(349));
5994-
0 !== (workInProgressRootRenderLanes & 124) ||
5994+
0 !== (workInProgressRootRenderLanes & 127) ||
59955995
pushStoreConsistencyCheck(fiber, getSnapshot, getServerSnapshot);
59965996
}
59975997
hook.memoizedState = getServerSnapshot;
@@ -12585,7 +12585,7 @@ function performWorkOnRoot(root$jscomp$0, lanes, forceSync) {
1258512585
if (0 !== (executionContext & 6)) throw Error(formatProdErrorMessage(327));
1258612586
var shouldTimeSlice =
1258712587
(!forceSync &&
12588-
0 === (lanes & 124) &&
12588+
0 === (lanes & 127) &&
1258912589
0 === (lanes & root$jscomp$0.expiredLanes)) ||
1259012590
checkIfRootIsPrerendering(root$jscomp$0, lanes),
1259112591
exitStatus = shouldTimeSlice
@@ -13920,7 +13920,8 @@ function commitGestureOnRoot(
1392013920
pendingTransitionTypes,
1392113921
flushGestureMutations,
1392213922
flushGestureAnimations,
13923-
reportViewTransitionError
13923+
reportViewTransitionError,
13924+
null
1392413925
);
1392513926
}
1392613927
}
@@ -19561,14 +19562,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1956119562
};
1956219563
var isomorphicReactPackageVersion$jscomp$inline_2216 = React.version;
1956319564
if (
19564-
"19.2.0-experimental-1eca9a27-20250922" !==
19565+
"19.2.0-experimental-e2332183-20250924" !==
1956519566
isomorphicReactPackageVersion$jscomp$inline_2216
1956619567
)
1956719568
throw Error(
1956819569
formatProdErrorMessage(
1956919570
527,
1957019571
isomorphicReactPackageVersion$jscomp$inline_2216,
19571-
"19.2.0-experimental-1eca9a27-20250922"
19572+
"19.2.0-experimental-e2332183-20250924"
1957219573
)
1957319574
);
1957419575
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19590,10 +19591,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1959019591
};
1959119592
var internals$jscomp$inline_2913 = {
1959219593
bundleType: 0,
19593-
version: "19.2.0-experimental-1eca9a27-20250922",
19594+
version: "19.2.0-experimental-e2332183-20250924",
1959419595
rendererPackageName: "react-dom",
1959519596
currentDispatcherRef: ReactSharedInternals,
19596-
reconcilerVersion: "19.2.0-experimental-1eca9a27-20250922"
19597+
reconcilerVersion: "19.2.0-experimental-e2332183-20250924"
1959719598
};
1959819599
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1959919600
var hook$jscomp$inline_2914 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19700,4 +19701,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1970019701
listenToAllSupportedEvents(container);
1970119702
return new ReactDOMHydrationRoot(initialChildren);
1970219703
};
19703-
exports.version = "19.2.0-experimental-1eca9a27-20250922";
19704+
exports.version = "19.2.0-experimental-e2332183-20250924";

0 commit comments

Comments
 (0)