react-dom 19.0.0-rc-38e3b23483-20240529 → 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 +8 -5
- package/cjs/react-dom-profiling.development.js +1 -1
- package/cjs/react-dom-profiling.profiling.js +8 -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 +6 -3
- package/cjs/react-dom-server.bun.development.js +1 -1
- package/cjs/react-dom-server.bun.production.js +6 -3
- package/cjs/react-dom-server.edge.development.js +1 -1
- package/cjs/react-dom-server.edge.production.js +6 -3
- package/cjs/react-dom-server.node.development.js +1 -1
- package/cjs/react-dom-server.node.production.js +6 -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
|
|
@@ -14586,12 +14586,15 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
14586
14586
|
}
|
14587
14587
|
};
|
14588
14588
|
var isomorphicReactPackageVersion$jscomp$inline_1650 = React.version;
|
14589
|
-
if (
|
14589
|
+
if (
|
14590
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
14591
|
+
isomorphicReactPackageVersion$jscomp$inline_1650
|
14592
|
+
)
|
14590
14593
|
throw Error(
|
14591
14594
|
formatProdErrorMessage(
|
14592
14595
|
527,
|
14593
14596
|
isomorphicReactPackageVersion$jscomp$inline_1650,
|
14594
|
-
"19.0.0-rc-
|
14597
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
14595
14598
|
)
|
14596
14599
|
);
|
14597
14600
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -14610,7 +14613,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
14610
14613
|
var devToolsConfig$jscomp$inline_1657 = {
|
14611
14614
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
14612
14615
|
bundleType: 0,
|
14613
|
-
version: "19.0.0-rc-
|
14616
|
+
version: "19.0.0-rc-6d3110b4d9-20240531",
|
14614
14617
|
rendererPackageName: "react-dom"
|
14615
14618
|
};
|
14616
14619
|
var internals$jscomp$inline_2035 = {
|
@@ -14640,7 +14643,7 @@ var internals$jscomp$inline_2035 = {
|
|
14640
14643
|
scheduleRoot: null,
|
14641
14644
|
setRefreshHandler: null,
|
14642
14645
|
getCurrentFiber: null,
|
14643
|
-
reconcilerVersion: "19.0.0-rc-
|
14646
|
+
reconcilerVersion: "19.0.0-rc-6d3110b4d9-20240531"
|
14644
14647
|
};
|
14645
14648
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
14646
14649
|
var hook$jscomp$inline_2036 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -14746,4 +14749,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
14746
14749
|
listenToAllSupportedEvents(container);
|
14747
14750
|
return new ReactDOMHydrationRoot(initialChildren);
|
14748
14751
|
};
|
14749
|
-
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) {
|
@@ -15298,12 +15298,15 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15298
15298
|
}
|
15299
15299
|
};
|
15300
15300
|
var isomorphicReactPackageVersion$jscomp$inline_1738 = React.version;
|
15301
|
-
if (
|
15301
|
+
if (
|
15302
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
15303
|
+
isomorphicReactPackageVersion$jscomp$inline_1738
|
15304
|
+
)
|
15302
15305
|
throw Error(
|
15303
15306
|
formatProdErrorMessage(
|
15304
15307
|
527,
|
15305
15308
|
isomorphicReactPackageVersion$jscomp$inline_1738,
|
15306
|
-
"19.0.0-rc-
|
15309
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
15307
15310
|
)
|
15308
15311
|
);
|
15309
15312
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15322,7 +15325,7 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15322
15325
|
var devToolsConfig$jscomp$inline_1745 = {
|
15323
15326
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
15324
15327
|
bundleType: 0,
|
15325
|
-
version: "19.0.0-rc-
|
15328
|
+
version: "19.0.0-rc-6d3110b4d9-20240531",
|
15326
15329
|
rendererPackageName: "react-dom"
|
15327
15330
|
};
|
15328
15331
|
(function (internals) {
|
@@ -15365,7 +15368,7 @@ var devToolsConfig$jscomp$inline_1745 = {
|
|
15365
15368
|
scheduleRoot: null,
|
15366
15369
|
setRefreshHandler: null,
|
15367
15370
|
getCurrentFiber: null,
|
15368
|
-
reconcilerVersion: "19.0.0-rc-
|
15371
|
+
reconcilerVersion: "19.0.0-rc-6d3110b4d9-20240531"
|
15369
15372
|
});
|
15370
15373
|
function noop() {}
|
15371
15374
|
function getCrossOriginStringAs(as, input) {
|
@@ -15619,7 +15622,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
15619
15622
|
exports.useFormStatus = function () {
|
15620
15623
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
15621
15624
|
};
|
15622
|
-
exports.version = "19.0.0-rc-
|
15625
|
+
exports.version = "19.0.0-rc-6d3110b4d9-20240531";
|
15623
15626
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
15624
15627
|
"function" ===
|
15625
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
|
|
@@ -5716,12 +5716,15 @@ function abort(request, reason) {
|
|
5716
5716
|
}
|
5717
5717
|
}
|
5718
5718
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5719
|
-
if (
|
5719
|
+
if (
|
5720
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5721
|
+
isomorphicReactPackageVersion$jscomp$inline_728
|
5722
|
+
)
|
5720
5723
|
throw Error(
|
5721
5724
|
formatProdErrorMessage(
|
5722
5725
|
527,
|
5723
5726
|
isomorphicReactPackageVersion$jscomp$inline_728,
|
5724
|
-
"19.0.0-rc-
|
5727
|
+
"19.0.0-rc-6d3110b4d9-20240531"
|
5725
5728
|
)
|
5726
5729
|
);
|
5727
5730
|
exports.renderToReadableStream = function (children, options) {
|
@@ -5813,4 +5816,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5813
5816
|
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
|
5814
5817
|
});
|
5815
5818
|
};
|
5816
|
-
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
|
|
@@ -5429,11 +5429,14 @@ function abort(request, reason) {
|
|
5429
5429
|
}
|
5430
5430
|
}
|
5431
5431
|
var isomorphicReactPackageVersion$jscomp$inline_724 = React.version;
|
5432
|
-
if (
|
5432
|
+
if (
|
5433
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5434
|
+
isomorphicReactPackageVersion$jscomp$inline_724
|
5435
|
+
)
|
5433
5436
|
throw Error(
|
5434
5437
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5435
5438
|
(isomorphicReactPackageVersion$jscomp$inline_724 +
|
5436
|
-
"\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")
|
5437
5440
|
);
|
5438
5441
|
exports.renderToReadableStream = function (children, options) {
|
5439
5442
|
return new Promise(function (resolve, reject) {
|
@@ -5524,4 +5527,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5524
5527
|
safelyEmitEarlyPreloads(request, 0 === request.pendingRootTasks);
|
5525
5528
|
});
|
5526
5529
|
};
|
5527
|
-
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
|
|
@@ -5831,11 +5831,14 @@ function abort(request, reason) {
|
|
5831
5831
|
}
|
5832
5832
|
}
|
5833
5833
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5834
|
-
if (
|
5834
|
+
if (
|
5835
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5836
|
+
isomorphicReactPackageVersion$jscomp$inline_728
|
5837
|
+
)
|
5835
5838
|
throw Error(
|
5836
5839
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5837
5840
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
5838
|
-
"\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")
|
5839
5842
|
);
|
5840
5843
|
exports.renderToReadableStream = function (children, options) {
|
5841
5844
|
return new Promise(function (resolve, reject) {
|
@@ -5923,4 +5926,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5923
5926
|
startWork(request);
|
5924
5927
|
});
|
5925
5928
|
};
|
5926
|
-
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
|
|
@@ -5455,11 +5455,14 @@ function abort(request, reason) {
|
|
5455
5455
|
}
|
5456
5456
|
}
|
5457
5457
|
var isomorphicReactPackageVersion$jscomp$inline_751 = React.version;
|
5458
|
-
if (
|
5458
|
+
if (
|
5459
|
+
"19.0.0-rc-6d3110b4d9-20240531" !==
|
5460
|
+
isomorphicReactPackageVersion$jscomp$inline_751
|
5461
|
+
)
|
5459
5462
|
throw Error(
|
5460
5463
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5461
5464
|
(isomorphicReactPackageVersion$jscomp$inline_751 +
|
5462
|
-
"\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")
|
5463
5466
|
);
|
5464
5467
|
function createDrainHandler(destination, request) {
|
5465
5468
|
return function () {
|
@@ -5786,4 +5789,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
5786
5789
|
}
|
5787
5790
|
};
|
5788
5791
|
};
|
5789
|
-
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",
|