Skip to content

Commit e0dc2a8

Browse files
ncc-compiled
1 parent 73275e8 commit e0dc2a8

File tree

74 files changed

+10288
-9865
lines changed

Some content is hidden

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

74 files changed

+10288
-9865
lines changed

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

+1,573-1,526
Large diffs are not rendered by default.

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

+903-868
Large diffs are not rendered by default.

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

+1,573-1,526
Large diffs are not rendered by default.

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

+872-832
Large diffs are not rendered by default.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -4091,9 +4091,6 @@
40914091
function unsupportedRefresh() {
40924092
throw Error("Cache cannot be refreshed during server rendering.");
40934093
}
4094-
function unsupportedStartGesture() {
4095-
throw Error("startGesture cannot be called during server rendering.");
4096-
}
40974094
function noop$1() {}
40984095
function disabledLog() {}
40994096
function disableLogs() {
@@ -9529,10 +9526,6 @@
95299526
},
95309527
useEffectEvent: function () {
95319528
return throwOnUseEffectEventCall;
9532-
},
9533-
useSwipeTransition: function (previous, current) {
9534-
resolveCurrentlyRenderingComponent();
9535-
return [current, unsupportedStartGesture];
95369529
}
95379530
},
95389531
currentResumableState = null,
@@ -9628,5 +9621,5 @@
96289621
'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'
96299622
);
96309623
};
9631-
exports.version = "19.2.0-experimental-63779030-20250328";
9624+
exports.version = "19.2.0-experimental-040f8286-20250402";
96329625
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -3331,9 +3331,6 @@ function readPreviousThenableFromState() {
33313331
function unsupportedRefresh() {
33323332
throw Error(formatProdErrorMessage(393));
33333333
}
3334-
function unsupportedStartGesture() {
3335-
throw Error(formatProdErrorMessage(547));
3336-
}
33373334
function noop$1() {}
33383335
var HooksDispatcher = {
33393336
readContext: function (context) {
@@ -3425,10 +3422,6 @@ var HooksDispatcher = {
34253422
},
34263423
useEffectEvent: function () {
34273424
return throwOnUseEffectEventCall;
3428-
},
3429-
useSwipeTransition: function (previous, current) {
3430-
resolveCurrentlyRenderingComponent();
3431-
return [current, unsupportedStartGesture];
34323425
}
34333426
},
34343427
currentResumableState = null,
@@ -6358,4 +6351,4 @@ exports.renderToString = function (children, options) {
63586351
'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'
63596352
);
63606353
};
6361-
exports.version = "19.2.0-experimental-63779030-20250328";
6354+
exports.version = "19.2.0-experimental-040f8286-20250402";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -4091,9 +4091,6 @@
40914091
function unsupportedRefresh() {
40924092
throw Error("Cache cannot be refreshed during server rendering.");
40934093
}
4094-
function unsupportedStartGesture() {
4095-
throw Error("startGesture cannot be called during server rendering.");
4096-
}
40974094
function noop$1() {}
40984095
function disabledLog() {}
40994096
function disableLogs() {
@@ -9529,10 +9526,6 @@
95299526
},
95309527
useEffectEvent: function () {
95319528
return throwOnUseEffectEventCall;
9532-
},
9533-
useSwipeTransition: function (previous, current) {
9534-
resolveCurrentlyRenderingComponent();
9535-
return [current, unsupportedStartGesture];
95369529
}
95379530
},
95389531
currentResumableState = null,
@@ -9628,5 +9621,5 @@
96289621
'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'
96299622
);
96309623
};
9631-
exports.version = "19.2.0-experimental-63779030-20250328";
9624+
exports.version = "19.2.0-experimental-040f8286-20250402";
96329625
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -3377,9 +3377,6 @@ function readPreviousThenableFromState() {
33773377
function unsupportedRefresh() {
33783378
throw Error("Cache cannot be refreshed during server rendering.");
33793379
}
3380-
function unsupportedStartGesture() {
3381-
throw Error("startGesture cannot be called during server rendering.");
3382-
}
33833380
function noop$1() {}
33843381
var HooksDispatcher = {
33853382
readContext: function (context) {
@@ -3476,10 +3473,6 @@ var HooksDispatcher = {
34763473
},
34773474
useEffectEvent: function () {
34783475
return throwOnUseEffectEventCall;
3479-
},
3480-
useSwipeTransition: function (previous, current) {
3481-
resolveCurrentlyRenderingComponent();
3482-
return [current, unsupportedStartGesture];
34833476
}
34843477
},
34853478
currentResumableState = null,
@@ -6452,4 +6445,4 @@ exports.renderToString = function (children, options) {
64526445
'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'
64536446
);
64546447
};
6455-
exports.version = "19.2.0-experimental-63779030-20250328";
6448+
exports.version = "19.2.0-experimental-040f8286-20250402";

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -4268,9 +4268,6 @@
42684268
function unsupportedRefresh() {
42694269
throw Error("Cache cannot be refreshed during server rendering.");
42704270
}
4271-
function unsupportedStartGesture() {
4272-
throw Error("startGesture cannot be called during server rendering.");
4273-
}
42744271
function noop$1() {}
42754272
function disabledLog() {}
42764273
function disableLogs() {
@@ -8520,11 +8517,11 @@
85208517
}
85218518
function ensureCorrectIsomorphicReactVersion() {
85228519
var isomorphicReactPackageVersion = React.version;
8523-
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
8520+
if ("19.2.0-experimental-040f8286-20250402" !== isomorphicReactPackageVersion)
85248521
throw Error(
85258522
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85268523
(isomorphicReactPackageVersion +
8527-
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
8524+
"\n - react-dom: 19.2.0-experimental-040f8286-20250402\nLearn more: https://react.dev/warnings/version-mismatch")
85288525
);
85298526
}
85308527
var React = require("next/dist/compiled/react-experimental"),
@@ -9989,10 +9986,6 @@
99899986
},
99909987
useEffectEvent: function () {
99919988
return throwOnUseEffectEventCall;
9992-
},
9993-
useSwipeTransition: function (previous, current) {
9994-
resolveCurrentlyRenderingComponent();
9995-
return [current, unsupportedStartGesture];
99969989
}
99979990
},
99989991
currentResumableState = null,
@@ -10326,5 +10319,5 @@
1032610319
startWork(request);
1032710320
});
1032810321
};
10329-
exports.version = "19.2.0-experimental-63779030-20250328";
10322+
exports.version = "19.2.0-experimental-040f8286-20250402";
1033010323
})();

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -3733,9 +3733,6 @@ function readPreviousThenableFromState() {
37333733
function unsupportedRefresh() {
37343734
throw Error(formatProdErrorMessage(393));
37353735
}
3736-
function unsupportedStartGesture() {
3737-
throw Error(formatProdErrorMessage(547));
3738-
}
37393736
function noop$1() {}
37403737
var HooksDispatcher = {
37413738
readContext: function (context) {
@@ -3826,10 +3823,6 @@ var HooksDispatcher = {
38263823
},
38273824
useEffectEvent: function () {
38283825
return throwOnUseEffectEventCall;
3829-
},
3830-
useSwipeTransition: function (previous, current) {
3831-
resolveCurrentlyRenderingComponent();
3832-
return [current, unsupportedStartGesture];
38333826
}
38343827
},
38353828
currentResumableState = null,
@@ -6899,12 +6892,12 @@ function getPostponedState(request) {
68996892
}
69006893
function ensureCorrectIsomorphicReactVersion() {
69016894
var isomorphicReactPackageVersion = React.version;
6902-
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
6895+
if ("19.2.0-experimental-040f8286-20250402" !== isomorphicReactPackageVersion)
69036896
throw Error(
69046897
formatProdErrorMessage(
69056898
527,
69066899
isomorphicReactPackageVersion,
6907-
"19.2.0-experimental-63779030-20250328"
6900+
"19.2.0-experimental-040f8286-20250402"
69086901
)
69096902
);
69106903
}
@@ -7159,4 +7152,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
71597152
startWork(request);
71607153
});
71617154
};
7162-
exports.version = "19.2.0-experimental-63779030-20250328";
7155+
exports.version = "19.2.0-experimental-040f8286-20250402";

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -3366,9 +3366,6 @@ function readPreviousThenableFromState() {
33663366
function unsupportedRefresh() {
33673367
throw Error("Cache cannot be refreshed during server rendering.");
33683368
}
3369-
function unsupportedStartGesture() {
3370-
throw Error("startGesture cannot be called during server rendering.");
3371-
}
33723369
function noop$1() {}
33733370
var HooksDispatcher = {
33743371
readContext: function (context) {
@@ -3464,10 +3461,6 @@ var HooksDispatcher = {
34643461
},
34653462
useEffectEvent: function () {
34663463
return throwOnUseEffectEventCall;
3467-
},
3468-
useSwipeTransition: function (previous, current) {
3469-
resolveCurrentlyRenderingComponent();
3470-
return [current, unsupportedStartGesture];
34713464
}
34723465
},
34733466
currentResumableState = null,
@@ -6377,13 +6370,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
63776370
}
63786371
var isomorphicReactPackageVersion$jscomp$inline_818 = React.version;
63796372
if (
6380-
"19.2.0-experimental-63779030-20250328" !==
6373+
"19.2.0-experimental-040f8286-20250402" !==
63816374
isomorphicReactPackageVersion$jscomp$inline_818
63826375
)
63836376
throw Error(
63846377
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
63856378
(isomorphicReactPackageVersion$jscomp$inline_818 +
6386-
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
6379+
"\n - react-dom: 19.2.0-experimental-040f8286-20250402\nLearn more: https://react.dev/warnings/version-mismatch")
63876380
);
63886381
exports.renderToReadableStream = function (children, options) {
63896382
return new Promise(function (resolve, reject) {
@@ -6474,4 +6467,4 @@ exports.renderToReadableStream = function (children, options) {
64746467
startWork(request);
64756468
});
64766469
};
6477-
exports.version = "19.2.0-experimental-63779030-20250328";
6470+
exports.version = "19.2.0-experimental-040f8286-20250402";

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -4264,9 +4264,6 @@
42644264
function unsupportedRefresh() {
42654265
throw Error("Cache cannot be refreshed during server rendering.");
42664266
}
4267-
function unsupportedStartGesture() {
4268-
throw Error("startGesture cannot be called during server rendering.");
4269-
}
42704267
function noop$1() {}
42714268
function disabledLog() {}
42724269
function disableLogs() {
@@ -8543,11 +8540,11 @@
85438540
}
85448541
function ensureCorrectIsomorphicReactVersion() {
85458542
var isomorphicReactPackageVersion = React.version;
8546-
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
8543+
if ("19.2.0-experimental-040f8286-20250402" !== isomorphicReactPackageVersion)
85478544
throw Error(
85488545
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85498546
(isomorphicReactPackageVersion +
8550-
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
8547+
"\n - react-dom: 19.2.0-experimental-040f8286-20250402\nLearn more: https://react.dev/warnings/version-mismatch")
85518548
);
85528549
}
85538550
var React = require("next/dist/compiled/react-experimental"),
@@ -10008,10 +10005,6 @@
1000810005
},
1000910006
useEffectEvent: function () {
1001010007
return throwOnUseEffectEventCall;
10011-
},
10012-
useSwipeTransition: function (previous, current) {
10013-
resolveCurrentlyRenderingComponent();
10014-
return [current, unsupportedStartGesture];
1001510008
}
1001610009
},
1001710010
currentResumableState = null,
@@ -10356,5 +10349,5 @@ const setTimeoutOrImmediate =
1035610349
? globalThis['set' + 'Immediate']
1035710350
: setTimeout;
1035810351

10359-
exports.version = "19.2.0-experimental-63779030-20250328";
10352+
exports.version = "19.2.0-experimental-040f8286-20250402";
1036010353
})();

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -3771,9 +3771,6 @@ function readPreviousThenableFromState() {
37713771
function unsupportedRefresh() {
37723772
throw Error("Cache cannot be refreshed during server rendering.");
37733773
}
3774-
function unsupportedStartGesture() {
3775-
throw Error("startGesture cannot be called during server rendering.");
3776-
}
37773774
function noop$1() {}
37783775
var HooksDispatcher = {
37793776
readContext: function (context) {
@@ -3869,10 +3866,6 @@ var HooksDispatcher = {
38693866
},
38703867
useEffectEvent: function () {
38713868
return throwOnUseEffectEventCall;
3872-
},
3873-
useSwipeTransition: function (previous, current) {
3874-
resolveCurrentlyRenderingComponent();
3875-
return [current, unsupportedStartGesture];
38763869
}
38773870
},
38783871
currentResumableState = null,
@@ -7008,11 +7001,11 @@ function getPostponedState(request) {
70087001
}
70097002
function ensureCorrectIsomorphicReactVersion() {
70107003
var isomorphicReactPackageVersion = React.version;
7011-
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
7004+
if ("19.2.0-experimental-040f8286-20250402" !== isomorphicReactPackageVersion)
70127005
throw Error(
70137006
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
70147007
(isomorphicReactPackageVersion +
7015-
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
7008+
"\n - react-dom: 19.2.0-experimental-040f8286-20250402\nLearn more: https://react.dev/warnings/version-mismatch")
70167009
);
70177010
}
70187011
ensureCorrectIsomorphicReactVersion();
@@ -7277,4 +7270,4 @@ const setTimeoutOrImmediate =
72777270
? globalThis['set' + 'Immediate']
72787271
: setTimeout;
72797272

7280-
exports.version = "19.2.0-experimental-63779030-20250328";
7273+
exports.version = "19.2.0-experimental-040f8286-20250402";

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

+3-10
Original file line numberDiff line numberDiff line change
@@ -4156,9 +4156,6 @@
41564156
function unsupportedRefresh() {
41574157
throw Error("Cache cannot be refreshed during server rendering.");
41584158
}
4159-
function unsupportedStartGesture() {
4160-
throw Error("startGesture cannot be called during server rendering.");
4161-
}
41624159
function noop$1() {}
41634160
function disabledLog() {}
41644161
function disableLogs() {
@@ -8407,11 +8404,11 @@
84078404
}
84088405
function ensureCorrectIsomorphicReactVersion() {
84098406
var isomorphicReactPackageVersion = React.version;
8410-
if ("19.2.0-experimental-63779030-20250328" !== isomorphicReactPackageVersion)
8407+
if ("19.2.0-experimental-040f8286-20250402" !== isomorphicReactPackageVersion)
84118408
throw Error(
84128409
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
84138410
(isomorphicReactPackageVersion +
8414-
"\n - react-dom: 19.2.0-experimental-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
8411+
"\n - react-dom: 19.2.0-experimental-040f8286-20250402\nLearn more: https://react.dev/warnings/version-mismatch")
84158412
);
84168413
}
84178414
function createDrainHandler(destination, request) {
@@ -9942,10 +9939,6 @@
99429939
},
99439940
useEffectEvent: function () {
99449941
return throwOnUseEffectEventCall;
9945-
},
9946-
useSwipeTransition: function (previous, current) {
9947-
resolveCurrentlyRenderingComponent();
9948-
return [current, unsupportedStartGesture];
99499942
}
99509943
},
99519944
currentResumableState = null,
@@ -10206,5 +10199,5 @@
1020610199
}
1020710200
};
1020810201
};
10209-
exports.version = "19.2.0-experimental-63779030-20250328";
10202+
exports.version = "19.2.0-experimental-040f8286-20250402";
1021010203
})();

0 commit comments

Comments
 (0)