Skip to content

Commit 7783a6e

Browse files
ncc-compiled
1 parent bcc6417 commit 7783a6e

File tree

60 files changed

+2591
-2675
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

+2591
-2675
lines changed

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

Lines changed: 188 additions & 196 deletions
Large diffs are not rendered by default.

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

Lines changed: 312 additions & 321 deletions
Large diffs are not rendered by default.

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

Lines changed: 188 additions & 196 deletions
Large diffs are not rendered by default.

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

Lines changed: 313 additions & 322 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
@@ -9295,5 +9295,5 @@
92959295
'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'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-1631855f-20241023";
9298+
exports.version = "19.0.0-experimental-02c0e824-20241028";
92999299
})();

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
@@ -6060,4 +6060,4 @@ exports.renderToString = function (children, options) {
60606060
'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'
60616061
);
60626062
};
6063-
exports.version = "19.0.0-experimental-1631855f-20241023";
6063+
exports.version = "19.0.0-experimental-02c0e824-20241028";

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
@@ -9295,5 +9295,5 @@
92959295
'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'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-1631855f-20241023";
9298+
exports.version = "19.0.0-experimental-02c0e824-20241028";
92999299
})();

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
@@ -6152,4 +6152,4 @@ exports.renderToString = function (children, options) {
61526152
'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'
61536153
);
61546154
};
6155-
exports.version = "19.0.0-experimental-1631855f-20241023";
6155+
exports.version = "19.0.0-experimental-02c0e824-20241028";

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
@@ -8193,11 +8193,11 @@
81938193
}
81948194
function ensureCorrectIsomorphicReactVersion() {
81958195
var isomorphicReactPackageVersion = React.version;
8196-
if ("19.0.0-experimental-1631855f-20241023" !== isomorphicReactPackageVersion)
8196+
if ("19.0.0-experimental-02c0e824-20241028" !== isomorphicReactPackageVersion)
81978197
throw Error(
81988198
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
81998199
(isomorphicReactPackageVersion +
8200-
"\n - react-dom: 19.0.0-experimental-1631855f-20241023\nLearn more: https://react.dev/warnings/version-mismatch")
8200+
"\n - react-dom: 19.0.0-experimental-02c0e824-20241028\nLearn more: https://react.dev/warnings/version-mismatch")
82018201
);
82028202
}
82038203
var React = require("next/dist/compiled/react-experimental"),
@@ -9977,5 +9977,5 @@
99779977
startWork(request);
99789978
});
99799979
};
9980-
exports.version = "19.0.0-experimental-1631855f-20241023";
9980+
exports.version = "19.0.0-experimental-02c0e824-20241028";
99819981
})();

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
@@ -6589,12 +6589,12 @@ function getPostponedState(request) {
65896589
}
65906590
function ensureCorrectIsomorphicReactVersion() {
65916591
var isomorphicReactPackageVersion = React.version;
6592-
if ("19.0.0-experimental-1631855f-20241023" !== isomorphicReactPackageVersion)
6592+
if ("19.0.0-experimental-02c0e824-20241028" !== isomorphicReactPackageVersion)
65936593
throw Error(
65946594
formatProdErrorMessage(
65956595
527,
65966596
isomorphicReactPackageVersion,
6597-
"19.0.0-experimental-1631855f-20241023"
6597+
"19.0.0-experimental-02c0e824-20241028"
65986598
)
65996599
);
66006600
}
@@ -6849,4 +6849,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
68496849
startWork(request);
68506850
});
68516851
};
6852-
exports.version = "19.0.0-experimental-1631855f-20241023";
6852+
exports.version = "19.0.0-experimental-02c0e824-20241028";

0 commit comments

Comments
 (0)