Skip to content

Commit c0947a3

Browse files
ncc-compiled
1 parent 8950d51 commit c0947a3

File tree

60 files changed

+1541
-1891
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

+1541
-1891
lines changed

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

Lines changed: 243 additions & 300 deletions
Large diffs are not rendered by default.

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

Lines changed: 111 additions & 147 deletions
Large diffs are not rendered by default.

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

Lines changed: 243 additions & 300 deletions
Large diffs are not rendered by default.

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

Lines changed: 114 additions & 153 deletions
Large diffs are not rendered by default.

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
@@ -9546,5 +9546,5 @@
95469546
'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'
95479547
);
95489548
};
9549-
exports.version = "19.1.0-experimental-c492f975-20250128";
9549+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";
95509550
})();

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
@@ -6297,4 +6297,4 @@ exports.renderToString = function (children, options) {
62976297
'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'
62986298
);
62996299
};
6300-
exports.version = "19.1.0-experimental-c492f975-20250128";
6300+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";

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
@@ -9546,5 +9546,5 @@
95469546
'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'
95479547
);
95489548
};
9549-
exports.version = "19.1.0-experimental-c492f975-20250128";
9549+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";
95509550
})();

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
@@ -6391,4 +6391,4 @@ exports.renderToString = function (children, options) {
63916391
'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'
63926392
);
63936393
};
6394-
exports.version = "19.1.0-experimental-c492f975-20250128";
6394+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";

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
@@ -8451,11 +8451,11 @@
84518451
}
84528452
function ensureCorrectIsomorphicReactVersion() {
84538453
var isomorphicReactPackageVersion = React.version;
8454-
if ("19.1.0-experimental-c492f975-20250128" !== isomorphicReactPackageVersion)
8454+
if ("19.1.0-experimental-a4b2d0d5-20250203" !== isomorphicReactPackageVersion)
84558455
throw Error(
84568456
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
84578457
(isomorphicReactPackageVersion +
8458-
"\n - react-dom: 19.1.0-experimental-c492f975-20250128\nLearn more: https://react.dev/warnings/version-mismatch")
8458+
"\n - react-dom: 19.1.0-experimental-a4b2d0d5-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
84598459
);
84608460
}
84618461
var React = require("next/dist/compiled/react-experimental"),
@@ -10233,5 +10233,5 @@
1023310233
startWork(request);
1023410234
});
1023510235
};
10236-
exports.version = "19.1.0-experimental-c492f975-20250128";
10236+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";
1023710237
})();

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
@@ -6828,12 +6828,12 @@ function getPostponedState(request) {
68286828
}
68296829
function ensureCorrectIsomorphicReactVersion() {
68306830
var isomorphicReactPackageVersion = React.version;
6831-
if ("19.1.0-experimental-c492f975-20250128" !== isomorphicReactPackageVersion)
6831+
if ("19.1.0-experimental-a4b2d0d5-20250203" !== isomorphicReactPackageVersion)
68326832
throw Error(
68336833
formatProdErrorMessage(
68346834
527,
68356835
isomorphicReactPackageVersion,
6836-
"19.1.0-experimental-c492f975-20250128"
6836+
"19.1.0-experimental-a4b2d0d5-20250203"
68376837
)
68386838
);
68396839
}
@@ -7088,4 +7088,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
70887088
startWork(request);
70897089
});
70907090
};
7091-
exports.version = "19.1.0-experimental-c492f975-20250128";
7091+
exports.version = "19.1.0-experimental-a4b2d0d5-20250203";

0 commit comments

Comments
 (0)