Skip to content

Commit 059ab2e

Browse files
ncc-compiled
1 parent c17511d commit 059ab2e

File tree

63 files changed

+15575
-13775
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

+15575
-13775
lines changed

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

Lines changed: 1776 additions & 1637 deletions
Large diffs are not rendered by default.

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

Lines changed: 1046 additions & 922 deletions
Large diffs are not rendered by default.

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

Lines changed: 1776 additions & 1637 deletions
Large diffs are not rendered by default.

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

Lines changed: 1290 additions & 1191 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-e210d081-20240909";
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-e210d081-20240909";

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-e210d081-20240909";
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-e210d081-20240909";

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-e210d081-20240909" !== 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-e210d081-20240909\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-e210d081-20240909";
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-e210d081-20240909" !== isomorphicReactPackageVersion)
65766576
throw Error(
65776577
formatProdErrorMessage(
65786578
527,
65796579
isomorphicReactPackageVersion,
6580-
"19.0.0-experimental-7771d3a7-20240827"
6580+
"19.0.0-experimental-e210d081-20240909"
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-e210d081-20240909";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6068,13 +6068,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
60686068
}
60696069
var isomorphicReactPackageVersion$jscomp$inline_783 = React.version;
60706070
if (
6071-
"19.0.0-experimental-7771d3a7-20240827" !==
6071+
"19.0.0-experimental-e210d081-20240909" !==
60726072
isomorphicReactPackageVersion$jscomp$inline_783
60736073
)
60746074
throw Error(
60756075
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
60766076
(isomorphicReactPackageVersion$jscomp$inline_783 +
6077-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
6077+
"\n - react-dom: 19.0.0-experimental-e210d081-20240909\nLearn more: https://react.dev/warnings/version-mismatch")
60786078
);
60796079
exports.renderToReadableStream = function (children, options) {
60806080
return new Promise(function (resolve, reject) {
@@ -6162,4 +6162,4 @@ exports.renderToReadableStream = function (children, options) {
61626162
startWork(request);
61636163
});
61646164
};
6165-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6165+
exports.version = "19.0.0-experimental-e210d081-20240909";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8200,11 +8200,11 @@
82008200
}
82018201
function ensureCorrectIsomorphicReactVersion() {
82028202
var isomorphicReactPackageVersion = React.version;
8203-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
8203+
if ("19.0.0-experimental-e210d081-20240909" !== isomorphicReactPackageVersion)
82048204
throw Error(
82058205
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
82068206
(isomorphicReactPackageVersion +
8207-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
8207+
"\n - react-dom: 19.0.0-experimental-e210d081-20240909\nLearn more: https://react.dev/warnings/version-mismatch")
82088208
);
82098209
}
82108210
var React = require("next/dist/compiled/react-experimental"),
@@ -9941,5 +9941,5 @@ const setTimeoutOrImmediate =
99419941
? globalThis['set' + 'Immediate']
99429942
: setTimeout;
99439943

9944-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
9944+
exports.version = "19.0.0-experimental-e210d081-20240909";
99459945
})();

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6680,11 +6680,11 @@ function getPostponedState(request) {
66806680
}
66816681
function ensureCorrectIsomorphicReactVersion() {
66826682
var isomorphicReactPackageVersion = React.version;
6683-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
6683+
if ("19.0.0-experimental-e210d081-20240909" !== isomorphicReactPackageVersion)
66846684
throw Error(
66856685
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
66866686
(isomorphicReactPackageVersion +
6687-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
6687+
"\n - react-dom: 19.0.0-experimental-e210d081-20240909\nLearn more: https://react.dev/warnings/version-mismatch")
66886688
);
66896689
}
66906690
ensureCorrectIsomorphicReactVersion();
@@ -6899,4 +6899,4 @@ const setTimeoutOrImmediate =
68996899
? globalThis['set' + 'Immediate']
69006900
: setTimeout;
69016901

6902-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6902+
exports.version = "19.0.0-experimental-e210d081-20240909";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7928,11 +7928,11 @@
79287928
}
79297929
function ensureCorrectIsomorphicReactVersion() {
79307930
var isomorphicReactPackageVersion = React.version;
7931-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
7931+
if ("19.0.0-experimental-e210d081-20240909" !== isomorphicReactPackageVersion)
79327932
throw Error(
79337933
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
79347934
(isomorphicReactPackageVersion +
7935-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
7935+
"\n - react-dom: 19.0.0-experimental-e210d081-20240909\nLearn more: https://react.dev/warnings/version-mismatch")
79367936
);
79377937
}
79387938
function createDrainHandler(destination, request) {
@@ -9740,5 +9740,5 @@
97409740
}
97419741
};
97429742
};
9743-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
9743+
exports.version = "19.0.0-experimental-e210d081-20240909";
97449744
})();

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6427,11 +6427,11 @@ function getPostponedState(request) {
64276427
}
64286428
function ensureCorrectIsomorphicReactVersion() {
64296429
var isomorphicReactPackageVersion = React.version;
6430-
if ("19.0.0-experimental-7771d3a7-20240827" !== isomorphicReactPackageVersion)
6430+
if ("19.0.0-experimental-e210d081-20240909" !== isomorphicReactPackageVersion)
64316431
throw Error(
64326432
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
64336433
(isomorphicReactPackageVersion +
6434-
"\n - react-dom: 19.0.0-experimental-7771d3a7-20240827\nLearn more: https://react.dev/warnings/version-mismatch")
6434+
"\n - react-dom: 19.0.0-experimental-e210d081-20240909\nLearn more: https://react.dev/warnings/version-mismatch")
64356435
);
64366436
}
64376437
ensureCorrectIsomorphicReactVersion();
@@ -6716,4 +6716,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
67166716
}
67176717
};
67186718
};
6719-
exports.version = "19.0.0-experimental-7771d3a7-20240827";
6719+
exports.version = "19.0.0-experimental-e210d081-20240909";

0 commit comments

Comments
 (0)