Skip to content

Commit efd515b

Browse files
ncc-compiled
1 parent e80a1ea commit efd515b

File tree

68 files changed

+4530
-1830
lines changed

Some content is hidden

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

68 files changed

+4530
-1830
lines changed

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

+686-200
Large diffs are not rendered by default.

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

+635-216
Large diffs are not rendered by default.

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

+686-200
Large diffs are not rendered by default.

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

+623-205
Large diffs are not rendered by default.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9600,5 +9600,5 @@
96009600
'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'
96019601
);
96029602
};
9603-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
9603+
exports.version = "19.1.0-experimental-e03ac20f-20250305";
96049604
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6351,4 +6351,4 @@ exports.renderToString = function (children, options) {
63516351
'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'
63526352
);
63536353
};
6354-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
6354+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9600,5 +9600,5 @@
96009600
'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'
96019601
);
96029602
};
9603-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
9603+
exports.version = "19.1.0-experimental-e03ac20f-20250305";
96049604
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6445,4 +6445,4 @@ exports.renderToString = function (children, options) {
64456445
'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'
64466446
);
64476447
};
6448-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
6448+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8503,11 +8503,11 @@
85038503
}
85048504
function ensureCorrectIsomorphicReactVersion() {
85058505
var isomorphicReactPackageVersion = React.version;
8506-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
8506+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
85078507
throw Error(
85088508
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85098509
(isomorphicReactPackageVersion +
8510-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
8510+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
85118511
);
85128512
}
85138513
var React = require("next/dist/compiled/react-experimental"),
@@ -10294,5 +10294,5 @@
1029410294
startWork(request);
1029510295
});
1029610296
};
10297-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
10297+
exports.version = "19.1.0-experimental-e03ac20f-20250305";
1029810298
})();

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6892,12 +6892,12 @@ function getPostponedState(request) {
68926892
}
68936893
function ensureCorrectIsomorphicReactVersion() {
68946894
var isomorphicReactPackageVersion = React.version;
6895-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
6895+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
68966896
throw Error(
68976897
formatProdErrorMessage(
68986898
527,
68996899
isomorphicReactPackageVersion,
6900-
"19.1.0-experimental-443b7ff2-20250303"
6900+
"19.1.0-experimental-e03ac20f-20250305"
69016901
)
69026902
);
69036903
}
@@ -7152,4 +7152,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
71527152
startWork(request);
71537153
});
71547154
};
7155-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
7155+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6370,13 +6370,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
63706370
}
63716371
var isomorphicReactPackageVersion$jscomp$inline_810 = React.version;
63726372
if (
6373-
"19.1.0-experimental-443b7ff2-20250303" !==
6373+
"19.1.0-experimental-e03ac20f-20250305" !==
63746374
isomorphicReactPackageVersion$jscomp$inline_810
63756375
)
63766376
throw Error(
63776377
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
63786378
(isomorphicReactPackageVersion$jscomp$inline_810 +
6379-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
6379+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
63806380
);
63816381
exports.renderToReadableStream = function (children, options) {
63826382
return new Promise(function (resolve, reject) {
@@ -6467,4 +6467,4 @@ exports.renderToReadableStream = function (children, options) {
64676467
startWork(request);
64686468
});
64696469
};
6470-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
6470+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8526,11 +8526,11 @@
85268526
}
85278527
function ensureCorrectIsomorphicReactVersion() {
85288528
var isomorphicReactPackageVersion = React.version;
8529-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
8529+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
85308530
throw Error(
85318531
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
85328532
(isomorphicReactPackageVersion +
8533-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
8533+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
85348534
);
85358535
}
85368536
var React = require("next/dist/compiled/react-experimental"),
@@ -10324,5 +10324,5 @@ const setTimeoutOrImmediate =
1032410324
? globalThis['set' + 'Immediate']
1032510325
: setTimeout;
1032610326

10327-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
10327+
exports.version = "19.1.0-experimental-e03ac20f-20250305";
1032810328
})();

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7001,11 +7001,11 @@ function getPostponedState(request) {
70017001
}
70027002
function ensureCorrectIsomorphicReactVersion() {
70037003
var isomorphicReactPackageVersion = React.version;
7004-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
7004+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
70057005
throw Error(
70067006
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
70077007
(isomorphicReactPackageVersion +
7008-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
7008+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
70097009
);
70107010
}
70117011
ensureCorrectIsomorphicReactVersion();
@@ -7270,4 +7270,4 @@ const setTimeoutOrImmediate =
72707270
? globalThis['set' + 'Immediate']
72717271
: setTimeout;
72727272

7273-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
7273+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8390,11 +8390,11 @@
83908390
}
83918391
function ensureCorrectIsomorphicReactVersion() {
83928392
var isomorphicReactPackageVersion = React.version;
8393-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
8393+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
83948394
throw Error(
83958395
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
83968396
(isomorphicReactPackageVersion +
8397-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
8397+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
83988398
);
83998399
}
84008400
function createDrainHandler(destination, request) {
@@ -10174,5 +10174,5 @@
1017410174
}
1017510175
};
1017610176
};
10177-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
10177+
exports.version = "19.1.0-experimental-e03ac20f-20250305";
1017810178
})();

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6880,11 +6880,11 @@ function getPostponedState(request) {
68806880
}
68816881
function ensureCorrectIsomorphicReactVersion() {
68826882
var isomorphicReactPackageVersion = React.version;
6883-
if ("19.1.0-experimental-443b7ff2-20250303" !== isomorphicReactPackageVersion)
6883+
if ("19.1.0-experimental-e03ac20f-20250305" !== isomorphicReactPackageVersion)
68846884
throw Error(
68856885
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
68866886
(isomorphicReactPackageVersion +
6887-
"\n - react-dom: 19.1.0-experimental-443b7ff2-20250303\nLearn more: https://react.dev/warnings/version-mismatch")
6887+
"\n - react-dom: 19.1.0-experimental-e03ac20f-20250305\nLearn more: https://react.dev/warnings/version-mismatch")
68886888
);
68896889
}
68906890
ensureCorrectIsomorphicReactVersion();
@@ -7135,4 +7135,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
71357135
}
71367136
};
71377137
};
7138-
exports.version = "19.1.0-experimental-443b7ff2-20250303";
7138+
exports.version = "19.1.0-experimental-e03ac20f-20250305";

0 commit comments

Comments
 (0)