Skip to content

Commit ca044ca

Browse files
ncc-compiled
1 parent a288cc8 commit ca044ca

File tree

63 files changed

+15391
-13651
lines changed

Some content is hidden

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

63 files changed

+15391
-13651
lines changed

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

Lines changed: 1757 additions & 1624 deletions
Large diffs are not rendered by default.

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

Lines changed: 1029 additions & 911 deletions
Large diffs are not rendered by default.

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

Lines changed: 1757 additions & 1624 deletions
Large diffs are not rendered by default.

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

Lines changed: 1271 additions & 1178 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
@@ -9291,5 +9291,5 @@
92919291
'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'
92929292
);
92939293
};
9294-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
9294+
exports.version = "19.0.0-experimental-a03254bc-20240905";
92959295
})();

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
@@ -6055,4 +6055,4 @@ exports.renderToString = function (children, options) {
60556055
'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'
60566056
);
60576057
};
6058-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6058+
exports.version = "19.0.0-experimental-a03254bc-20240905";

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
@@ -9291,5 +9291,5 @@
92919291
'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'
92929292
);
92939293
};
9294-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
9294+
exports.version = "19.0.0-experimental-a03254bc-20240905";
92959295
})();

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
@@ -6147,4 +6147,4 @@ exports.renderToString = function (children, options) {
61476147
'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'
61486148
);
61496149
};
6150-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6150+
exports.version = "19.0.0-experimental-a03254bc-20240905";

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
@@ -8177,11 +8177,11 @@
81778177
}
81788178
function ensureCorrectIsomorphicReactVersion() {
81798179
var isomorphicReactPackageVersion = React.version;
8180-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
8180+
if ("19.0.0-experimental-a03254bc-20240905" !== isomorphicReactPackageVersion)
81818181
throw Error(
81828182
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
81838183
(isomorphicReactPackageVersion +
8184-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
8184+
"\n - react-dom: 19.0.0-experimental-a03254bc-20240905\nLearn more: https://react.dev/warnings/version-mismatch")
81858185
);
81868186
}
81878187
var React = require("next/dist/compiled/react-experimental"),
@@ -9911,5 +9911,5 @@
99119911
startWork(request);
99129912
});
99139913
};
9914-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
9914+
exports.version = "19.0.0-experimental-a03254bc-20240905";
99159915
})();

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
@@ -6572,12 +6572,12 @@ function getPostponedState(request) {
65726572
}
65736573
function ensureCorrectIsomorphicReactVersion() {
65746574
var isomorphicReactPackageVersion = React.version;
6575-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
6575+
if ("19.0.0-experimental-a03254bc-20240905" !== isomorphicReactPackageVersion)
65766576
throw Error(
65776577
formatProdErrorMessage(
65786578
527,
65796579
isomorphicReactPackageVersion,
6580-
"19.0.0-experimental-7771d3a7-20240827"
6580+
"19.0.0-experimental-a03254bc-20240905"
65816581
)
65826582
);
65836583
}
@@ -6782,4 +6782,4 @@ exports.resume = function (children, postponedState, options) {
67826782
startWork(request);
67836783
});
67846784
};
6785-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6785+
exports.version = "19.0.0-experimental-a03254bc-20240905";

0 commit comments

Comments
 (0)