react-dom 19.2.0-canary-eaee5308-20250728 → 19.2.0-canary-9be531cd-20250729
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 +45 -32
- package/cjs/react-dom-client.production.js +162 -183
- package/cjs/react-dom-profiling.development.js +45 -32
- package/cjs/react-dom-profiling.profiling.js +165 -186
- 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 +3 -3
- package/cjs/react-dom-server.browser.production.js +3 -3
- package/cjs/react-dom-server.bun.development.js +3 -3
- package/cjs/react-dom-server.bun.production.js +3 -3
- package/cjs/react-dom-server.edge.development.js +3 -3
- package/cjs/react-dom-server.edge.production.js +3 -3
- package/cjs/react-dom-server.node.development.js +3 -3
- 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
@@ -9734,5 +9734,5 @@
|
|
9734
9734
|
'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'
|
9735
9735
|
);
|
9736
9736
|
};
|
9737
|
-
exports.version = "19.2.0-canary-
|
9737
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
9738
9738
|
})();
|
@@ -6485,4 +6485,4 @@ exports.renderToString = function (children, options) {
|
|
6485
6485
|
'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'
|
6486
6486
|
);
|
6487
6487
|
};
|
6488
|
-
exports.version = "19.2.0-canary-
|
6488
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -9734,5 +9734,5 @@
|
|
9734
9734
|
'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'
|
9735
9735
|
);
|
9736
9736
|
};
|
9737
|
-
exports.version = "19.2.0-canary-
|
9737
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
9738
9738
|
})();
|
@@ -6568,4 +6568,4 @@ exports.renderToString = function (children, options) {
|
|
6568
6568
|
'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'
|
6569
6569
|
);
|
6570
6570
|
};
|
6571
|
-
exports.version = "19.2.0-canary-
|
6571
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -8481,11 +8481,11 @@
|
|
8481
8481
|
}
|
8482
8482
|
function ensureCorrectIsomorphicReactVersion() {
|
8483
8483
|
var isomorphicReactPackageVersion = React.version;
|
8484
|
-
if ("19.2.0-canary-
|
8484
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
8485
8485
|
throw Error(
|
8486
8486
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8487
8487
|
(isomorphicReactPackageVersion +
|
8488
|
-
"\n - react-dom: 19.2.0-canary-
|
8488
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
8489
8489
|
);
|
8490
8490
|
}
|
8491
8491
|
var React = require("react"),
|
@@ -10175,5 +10175,5 @@
|
|
10175
10175
|
startWork(request);
|
10176
10176
|
});
|
10177
10177
|
};
|
10178
|
-
exports.version = "19.2.0-canary-
|
10178
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
10179
10179
|
})();
|
@@ -6869,12 +6869,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6869
6869
|
}
|
6870
6870
|
function ensureCorrectIsomorphicReactVersion() {
|
6871
6871
|
var isomorphicReactPackageVersion = React.version;
|
6872
|
-
if ("19.2.0-canary-
|
6872
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
6873
6873
|
throw Error(
|
6874
6874
|
formatProdErrorMessage(
|
6875
6875
|
527,
|
6876
6876
|
isomorphicReactPackageVersion,
|
6877
|
-
"19.2.0-canary-
|
6877
|
+
"19.2.0-canary-9be531cd-20250729"
|
6878
6878
|
)
|
6879
6879
|
);
|
6880
6880
|
}
|
@@ -7021,4 +7021,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
7021
7021
|
startWork(request);
|
7022
7022
|
});
|
7023
7023
|
};
|
7024
|
-
exports.version = "19.2.0-canary-
|
7024
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -9363,13 +9363,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9363
9363
|
}
|
9364
9364
|
var isomorphicReactPackageVersion$jscomp$inline_764 = React.version;
|
9365
9365
|
if (
|
9366
|
-
"19.2.0-canary-
|
9366
|
+
"19.2.0-canary-9be531cd-20250729" !==
|
9367
9367
|
isomorphicReactPackageVersion$jscomp$inline_764
|
9368
9368
|
)
|
9369
9369
|
throw Error(
|
9370
9370
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9371
9371
|
(isomorphicReactPackageVersion$jscomp$inline_764 +
|
9372
|
-
"\n - react-dom: 19.2.0-canary-
|
9372
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
9373
9373
|
);
|
9374
9374
|
exports.renderToReadableStream = function (children, options) {
|
9375
9375
|
return new Promise(function (resolve, reject) {
|
@@ -9462,4 +9462,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9462
9462
|
startWork(request$jscomp$0);
|
9463
9463
|
});
|
9464
9464
|
};
|
9465
|
-
exports.version = "19.2.0-canary-
|
9465
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -6517,13 +6517,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6517
6517
|
}
|
6518
6518
|
var isomorphicReactPackageVersion$jscomp$inline_816 = React.version;
|
6519
6519
|
if (
|
6520
|
-
"19.2.0-canary-
|
6520
|
+
"19.2.0-canary-9be531cd-20250729" !==
|
6521
6521
|
isomorphicReactPackageVersion$jscomp$inline_816
|
6522
6522
|
)
|
6523
6523
|
throw Error(
|
6524
6524
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6525
6525
|
(isomorphicReactPackageVersion$jscomp$inline_816 +
|
6526
|
-
"\n - react-dom: 19.2.0-canary-
|
6526
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
6527
6527
|
);
|
6528
6528
|
exports.renderToReadableStream = function (children, options) {
|
6529
6529
|
return new Promise(function (resolve, reject) {
|
@@ -6614,4 +6614,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6614
6614
|
startWork(request);
|
6615
6615
|
});
|
6616
6616
|
};
|
6617
|
-
exports.version = "19.2.0-canary-
|
6617
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -8504,11 +8504,11 @@
|
|
8504
8504
|
}
|
8505
8505
|
function ensureCorrectIsomorphicReactVersion() {
|
8506
8506
|
var isomorphicReactPackageVersion = React.version;
|
8507
|
-
if ("19.2.0-canary-
|
8507
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
8508
8508
|
throw Error(
|
8509
8509
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8510
8510
|
(isomorphicReactPackageVersion +
|
8511
|
-
"\n - react-dom: 19.2.0-canary-
|
8511
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
8512
8512
|
);
|
8513
8513
|
}
|
8514
8514
|
var React = require("react"),
|
@@ -10194,5 +10194,5 @@
|
|
10194
10194
|
startWork(request);
|
10195
10195
|
});
|
10196
10196
|
};
|
10197
|
-
exports.version = "19.2.0-canary-
|
10197
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
10198
10198
|
})();
|
@@ -6967,11 +6967,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6967
6967
|
}
|
6968
6968
|
function ensureCorrectIsomorphicReactVersion() {
|
6969
6969
|
var isomorphicReactPackageVersion = React.version;
|
6970
|
-
if ("19.2.0-canary-
|
6970
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
6971
6971
|
throw Error(
|
6972
6972
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6973
6973
|
(isomorphicReactPackageVersion +
|
6974
|
-
"\n - react-dom: 19.2.0-canary-
|
6974
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
6975
6975
|
);
|
6976
6976
|
}
|
6977
6977
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7117,4 +7117,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
7117
7117
|
startWork(request);
|
7118
7118
|
});
|
7119
7119
|
};
|
7120
|
-
exports.version = "19.2.0-canary-
|
7120
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -8379,11 +8379,11 @@
|
|
8379
8379
|
}
|
8380
8380
|
function ensureCorrectIsomorphicReactVersion() {
|
8381
8381
|
var isomorphicReactPackageVersion = React.version;
|
8382
|
-
if ("19.2.0-canary-
|
8382
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
8383
8383
|
throw Error(
|
8384
8384
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8385
8385
|
(isomorphicReactPackageVersion +
|
8386
|
-
"\n - react-dom: 19.2.0-canary-
|
8386
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
8387
8387
|
);
|
8388
8388
|
}
|
8389
8389
|
function createDrainHandler(destination, request) {
|
@@ -10254,5 +10254,5 @@
|
|
10254
10254
|
startWork(request);
|
10255
10255
|
});
|
10256
10256
|
};
|
10257
|
-
exports.version = "19.2.0-canary-
|
10257
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
10258
10258
|
})();
|
@@ -6859,11 +6859,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6859
6859
|
}
|
6860
6860
|
function ensureCorrectIsomorphicReactVersion() {
|
6861
6861
|
var isomorphicReactPackageVersion = React.version;
|
6862
|
-
if ("19.2.0-canary-
|
6862
|
+
if ("19.2.0-canary-9be531cd-20250729" !== isomorphicReactPackageVersion)
|
6863
6863
|
throw Error(
|
6864
6864
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6865
6865
|
(isomorphicReactPackageVersion +
|
6866
|
-
"\n - react-dom: 19.2.0-canary-
|
6866
|
+
"\n - react-dom: 19.2.0-canary-9be531cd-20250729\nLearn more: https://react.dev/warnings/version-mismatch")
|
6867
6867
|
);
|
6868
6868
|
}
|
6869
6869
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7201,4 +7201,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
7201
7201
|
startWork(request);
|
7202
7202
|
});
|
7203
7203
|
};
|
7204
|
-
exports.version = "19.2.0-canary-
|
7204
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.2.0-canary-
|
419
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
420
420
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
421
421
|
"function" ===
|
422
422
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
207
207
|
exports.useFormStatus = function () {
|
208
208
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
209
209
|
};
|
210
|
-
exports.version = "19.2.0-canary-
|
210
|
+
exports.version = "19.2.0-canary-9be531cd-20250729";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.2.0-canary-
|
3
|
+
"version": "19.2.0-canary-9be531cd-20250729",
|
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.27.0-canary-
|
20
|
+
"scheduler": "0.27.0-canary-9be531cd-20250729"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.2.0-canary-
|
23
|
+
"react": "19.2.0-canary-9be531cd-20250729"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|