react-dom 19.0.0-rc-9d4fba0788-20240530 → 19.0.0-rc-6d3110b4d9-20240531
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/react-dom-client.development.js +1 -1
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +1 -1
- package/cjs/react-dom-profiling.profiling.js +5 -5
- package/cjs/react-dom-server-legacy.browser.development.js +1 -1
- package/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/cjs/react-dom-server-legacy.node.development.js +1 -1
- package/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/cjs/react-dom-server.browser.development.js +1 -1
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +1 -1
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +1 -1
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +1 -1
- package/cjs/react-dom-server.node.production.js +3 -3
- package/cjs/react-dom.development.js +1 -1
- package/cjs/react-dom.production.js +1 -1
- package/cjs/react-dom.react-server.development.js +1 -1
- package/cjs/react-dom.react-server.production.js +1 -1
- package/package.json +3 -3
@@ -36246,7 +36246,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
|
|
36246
36246
|
return root;
|
36247
36247
|
}
|
36248
36248
|
|
36249
|
-
var ReactVersion = '19.0.0-rc-
|
36249
|
+
var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
36250
36250
|
|
36251
36251
|
// Might add PROFILE later.
|
36252
36252
|
|
@@ -14587,14 +14587,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
14587
14587
|
};
|
14588
14588
|
var isomorphicReactPackageVersion$jscomp$inline_1650 = React.version;
|
14589
14589
|
if (
|
14590
|
-
"19.0.0-rc-
|
14590
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
14591
14591
|
isomorphicReactPackageVersion$jscomp$inline_1650
|
14592
14592
|
)
|
14593
14593
|
throw Error(
|
14594
14594
|
formatProdErrorMessage(
|
14595
14595
|
527,
|
14596
14596
|
isomorphicReactPackageVersion$jscomp$inline_1650,
|
14597
|
-
"19.0.0-rc-
|
14597
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
14598
14598
|
)
|
14599
14599
|
);
|
14600
14600
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -14613,7 +14613,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
14613
14613
|
var devToolsConfig$jscomp$inline_1657 = {
|
14614
14614
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
14615
14615
|
bundleType: 0,
|
14616
|
-
version: "19.0.0-rc-
|
14616
|
+
version: "19.0.0-rc-6d3110b4d9-20240531",
|
14617
14617
|
rendererPackageName: "react-dom"
|
14618
14618
|
};
|
14619
14619
|
var internals$jscomp$inline_2035 = {
|
@@ -14643,7 +14643,7 @@ var internals$jscomp$inline_2035 = {
|
|
14643
14643
|
scheduleRoot: null,
|
14644
14644
|
setRefreshHandler: null,
|
14645
14645
|
getCurrentFiber: null,
|
14646
|
-
reconcilerVersion: "19.0.0-rc-
|
14646
|
+
reconcilerVersion: "19.0.0-rc-6d3110b4d9-20240531"
|
14647
14647
|
};
|
14648
14648
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
14649
14649
|
var hook$jscomp$inline_2036 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -14749,4 +14749,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
14749
14749
|
listenToAllSupportedEvents(container);
|
14750
14750
|
return new ReactDOMHydrationRoot(initialChildren);
|
14751
14751
|
};
|
14752
|
-
exports.version = "19.0.0-rc-
|
14752
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -36294,7 +36294,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
|
|
36294
36294
|
return root;
|
36295
36295
|
}
|
36296
36296
|
|
36297
|
-
var ReactVersion = '19.0.0-rc-
|
36297
|
+
var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
36298
36298
|
|
36299
36299
|
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
|
36300
36300
|
implementation) {
|
@@ -15299,14 +15299,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15299
15299
|
};
|
15300
15300
|
var isomorphicReactPackageVersion$jscomp$inline_1738 = React.version;
|
15301
15301
|
if (
|
15302
|
-
"19.0.0-rc-
|
15302
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
15303
15303
|
isomorphicReactPackageVersion$jscomp$inline_1738
|
15304
15304
|
)
|
15305
15305
|
throw Error(
|
15306
15306
|
formatProdErrorMessage(
|
15307
15307
|
527,
|
15308
15308
|
isomorphicReactPackageVersion$jscomp$inline_1738,
|
15309
|
-
"19.0.0-rc-
|
15309
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
15310
15310
|
)
|
15311
15311
|
);
|
15312
15312
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15325,7 +15325,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15325
15325
|
var devToolsConfig$jscomp$inline_1745 = {
|
15326
15326
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
15327
15327
|
bundleType: 0,
|
15328
|
-
version: "19.0.0-rc-
|
15328
|
+
version: "19.0.0-rc-6d3110b4d9-20240531",
|
15329
15329
|
rendererPackageName: "react-dom"
|
15330
15330
|
};
|
15331
15331
|
(function (internals) {
|
@@ -15368,7 +15368,7 @@ var devToolsConfig$jscomp$inline_1745 = {
|
|
15368
15368
|
scheduleRoot: null,
|
15369
15369
|
setRefreshHandler: null,
|
15370
15370
|
getCurrentFiber: null,
|
15371
|
-
reconcilerVersion: "19.0.0-rc-
|
15371
|
+
reconcilerVersion: "19.0.0-rc-6d3110b4d9-20240531"
|
15372
15372
|
});
|
15373
15373
|
function noop() {}
|
15374
15374
|
function getCrossOriginStringAs(as, input) {
|
@@ -15622,7 +15622,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
15622
15622
|
exports.useFormStatus = function () {
|
15623
15623
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
15624
15624
|
};
|
15625
|
-
exports.version = "19.0.0-rc-
|
15625
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
15626
15626
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
15627
15627
|
"function" ===
|
15628
15628
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
17
17
|
var React = require('react');
|
18
18
|
var ReactDOM = require('react-dom');
|
19
19
|
|
20
|
-
var ReactVersion = '19.0.0-rc-
|
20
|
+
var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
21
21
|
|
22
22
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
23
23
|
|
@@ -5469,4 +5469,4 @@ exports.renderToString = function (children, options) {
|
|
5469
5469
|
'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'
|
5470
5470
|
);
|
5471
5471
|
};
|
5472
|
-
exports.version = "19.0.0-rc-
|
5472
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
17
17
|
var React = require('react');
|
18
18
|
var ReactDOM = require('react-dom');
|
19
19
|
|
20
|
-
var ReactVersion = '19.0.0-rc-
|
20
|
+
var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
21
21
|
|
22
22
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
23
23
|
|
@@ -5551,4 +5551,4 @@ exports.renderToString = function (children, options) {
|
|
5551
5551
|
'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'
|
5552
5552
|
);
|
5553
5553
|
};
|
5554
|
-
exports.version = "19.0.0-rc-
|
5554
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
17
17
|
var React = require('react');
|
18
18
|
var ReactDOM = require('react-dom');
|
19
19
|
|
20
|
-
var reactDOMPackageVersion = '19.0.0-rc-
|
20
|
+
var reactDOMPackageVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
21
21
|
|
22
22
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
23
23
|
|
@@ -5717,14 +5717,14 @@ function abort(request, reason) {
|
|
5717
5717
|
}
|
5718
5718
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5719
5719
|
if (
|
5720
|
-
"19.0.0-rc-
|
5720
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5721
5721
|
isomorphicReactPackageVersion$jscomp$inline_728
|
5722
5722
|
)
|
5723
5723
|
throw Error(
|
5724
5724
|
formatProdErrorMessage(
|
5725
5725
|
527,
|
5726
5726
|
isomorphicReactPackageVersion$jscomp$inline_728,
|
5727
|
-
"19.0.0-rc-
|
5727
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
5728
5728
|
)
|
5729
5729
|
);
|
5730
5730
|
exports.renderToReadableStream = function (children, options) {
|
@@ -5816,4 +5816,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5816
5816
|
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
|
5817
5817
|
});
|
5818
5818
|
};
|
5819
|
-
exports.version = "19.0.0-rc-
|
5819
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -13,7 +13,7 @@
|
|
13
13
|
var React = require('react');
|
14
14
|
var ReactDOM = require('react-dom');
|
15
15
|
|
16
|
-
var reactDOMPackageVersion = '19.0.0-rc-
|
16
|
+
var reactDOMPackageVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
17
17
|
|
18
18
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
19
19
|
|
@@ -5430,13 +5430,13 @@ function abort(request, reason) {
|
|
5430
5430
|
}
|
5431
5431
|
var isomorphicReactPackageVersion$jscomp$inline_724 = React.version;
|
5432
5432
|
if (
|
5433
|
-
"19.0.0-rc-
|
5433
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5434
5434
|
isomorphicReactPackageVersion$jscomp$inline_724
|
5435
5435
|
)
|
5436
5436
|
throw Error(
|
5437
5437
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5438
5438
|
(isomorphicReactPackageVersion$jscomp$inline_724 +
|
5439
|
-
"\n - react-dom: 19.0.0-rc-
|
5439
|
+
"\n - react-dom: 19.0.0-rc-6d3110b4d9-20240531\nLearn more: https://react.dev/warnings/version-mismatch")
|
5440
5440
|
);
|
5441
5441
|
exports.renderToReadableStream = function (children, options) {
|
5442
5442
|
return new Promise(function (resolve, reject) {
|
@@ -5527,4 +5527,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5527
5527
|
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
|
5528
5528
|
});
|
5529
5529
|
};
|
5530
|
-
exports.version = "19.0.0-rc-
|
5530
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -17,7 +17,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
17
17
|
var React = require('react');
|
18
18
|
var ReactDOM = require('react-dom');
|
19
19
|
|
20
|
-
var reactDOMPackageVersion = '19.0.0-rc-
|
20
|
+
var reactDOMPackageVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
21
21
|
|
22
22
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
23
23
|
|
@@ -5832,13 +5832,13 @@ function abort(request, reason) {
|
|
5832
5832
|
}
|
5833
5833
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5834
5834
|
if (
|
5835
|
-
"19.0.0-rc-
|
5835
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5836
5836
|
isomorphicReactPackageVersion$jscomp$inline_728
|
5837
5837
|
)
|
5838
5838
|
throw Error(
|
5839
5839
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5840
5840
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
5841
|
-
"\n - react-dom: 19.0.0-rc-
|
5841
|
+
"\n - react-dom: 19.0.0-rc-6d3110b4d9-20240531\nLearn more: https://react.dev/warnings/version-mismatch")
|
5842
5842
|
);
|
5843
5843
|
exports.renderToReadableStream = function (children, options) {
|
5844
5844
|
return new Promise(function (resolve, reject) {
|
@@ -5926,4 +5926,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5926
5926
|
startWork(request);
|
5927
5927
|
});
|
5928
5928
|
};
|
5929
|
-
exports.version = "19.0.0-rc-
|
5929
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -20,7 +20,7 @@ var crypto = require('crypto');
|
|
20
20
|
var async_hooks = require('async_hooks');
|
21
21
|
var ReactDOM = require('react-dom');
|
22
22
|
|
23
|
-
var reactDOMPackageVersion = '19.0.0-rc-
|
23
|
+
var reactDOMPackageVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
24
24
|
|
25
25
|
var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
26
26
|
|
@@ -5456,13 +5456,13 @@ function abort(request, reason) {
|
|
5456
5456
|
}
|
5457
5457
|
var isomorphicReactPackageVersion$jscomp$inline_751 = React.version;
|
5458
5458
|
if (
|
5459
|
-
"19.0.0-rc-
|
5459
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5460
5460
|
isomorphicReactPackageVersion$jscomp$inline_751
|
5461
5461
|
)
|
5462
5462
|
throw Error(
|
5463
5463
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5464
5464
|
(isomorphicReactPackageVersion$jscomp$inline_751 +
|
5465
|
-
"\n - react-dom: 19.0.0-rc-
|
5465
|
+
"\n - react-dom: 19.0.0-rc-6d3110b4d9-20240531\nLearn more: https://react.dev/warnings/version-mismatch")
|
5466
5466
|
);
|
5467
5467
|
function createDrainHandler(destination, request) {
|
5468
5468
|
return function () {
|
@@ -5789,4 +5789,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
5789
5789
|
}
|
5790
5790
|
};
|
5791
5791
|
};
|
5792
|
-
exports.version = "19.0.0-rc-
|
5792
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -206,4 +206,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
206
206
|
exports.useFormStatus = function () {
|
207
207
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
208
208
|
};
|
209
|
-
exports.version = "19.0.0-rc-
|
209
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
@@ -16,7 +16,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
16
16
|
|
17
17
|
var React = require('react');
|
18
18
|
|
19
|
-
var ReactVersion = '19.0.0-rc-
|
19
|
+
var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
|
20
20
|
|
21
21
|
var ReactSharedInternalsServer = // $FlowFixMe: It's defined in the one we resolve to.
|
22
22
|
React.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.0.0-rc-
|
3
|
+
"version": "19.0.0-rc-6d3110b4d9-20240531",
|
4
4
|
"description": "React package for working with the DOM.",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": {
|
@@ -17,10 +17,10 @@
|
|
17
17
|
},
|
18
18
|
"homepage": "https://react.dev/",
|
19
19
|
"dependencies": {
|
20
|
-
"scheduler": "0.25.0-rc-
|
20
|
+
"scheduler": "0.25.0-rc-6d3110b4d9-20240531"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.0.0-rc-
|
23
|
+
"react": "19.0.0-rc-6d3110b4d9-20240531"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|