react-dom 19.2.0-canary-7a2c7045-20250506 → 19.2.0-canary-0ff1d13b-20250507
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 +126 -123
- package/cjs/react-dom-client.production.js +38 -40
- package/cjs/react-dom-profiling.development.js +126 -123
- package/cjs/react-dom-profiling.profiling.js +38 -40
- 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
@@ -9146,5 +9146,5 @@
|
|
9146
9146
|
'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'
|
9147
9147
|
);
|
9148
9148
|
};
|
9149
|
-
exports.version = "19.2.0-canary-
|
9149
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
9150
9150
|
})();
|
@@ -5989,4 +5989,4 @@ exports.renderToString = function (children, options) {
|
|
5989
5989
|
'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'
|
5990
5990
|
);
|
5991
5991
|
};
|
5992
|
-
exports.version = "19.2.0-canary-
|
5992
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -9146,5 +9146,5 @@
|
|
9146
9146
|
'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'
|
9147
9147
|
);
|
9148
9148
|
};
|
9149
|
-
exports.version = "19.2.0-canary-
|
9149
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
9150
9150
|
})();
|
@@ -6069,4 +6069,4 @@ exports.renderToString = function (children, options) {
|
|
6069
6069
|
'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'
|
6070
6070
|
);
|
6071
6071
|
};
|
6072
|
-
exports.version = "19.2.0-canary-
|
6072
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -7872,11 +7872,11 @@
|
|
7872
7872
|
}
|
7873
7873
|
function ensureCorrectIsomorphicReactVersion() {
|
7874
7874
|
var isomorphicReactPackageVersion = React.version;
|
7875
|
-
if ("19.2.0-canary-
|
7875
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
7876
7876
|
throw Error(
|
7877
7877
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7878
7878
|
(isomorphicReactPackageVersion +
|
7879
|
-
"\n - react-dom: 19.2.0-canary-
|
7879
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
7880
7880
|
);
|
7881
7881
|
}
|
7882
7882
|
var React = require("react"),
|
@@ -9566,5 +9566,5 @@
|
|
9566
9566
|
startWork(request);
|
9567
9567
|
});
|
9568
9568
|
};
|
9569
|
-
exports.version = "19.2.0-canary-
|
9569
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
9570
9570
|
})();
|
@@ -6344,12 +6344,12 @@ function abort(request, reason) {
|
|
6344
6344
|
}
|
6345
6345
|
function ensureCorrectIsomorphicReactVersion() {
|
6346
6346
|
var isomorphicReactPackageVersion = React.version;
|
6347
|
-
if ("19.2.0-canary-
|
6347
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
6348
6348
|
throw Error(
|
6349
6349
|
formatProdErrorMessage(
|
6350
6350
|
527,
|
6351
6351
|
isomorphicReactPackageVersion,
|
6352
|
-
"19.2.0-canary-
|
6352
|
+
"19.2.0-canary-0ff1d13b-20250507"
|
6353
6353
|
)
|
6354
6354
|
);
|
6355
6355
|
}
|
@@ -6496,4 +6496,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6496
6496
|
startWork(request);
|
6497
6497
|
});
|
6498
6498
|
};
|
6499
|
-
exports.version = "19.2.0-canary-
|
6499
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -8751,13 +8751,13 @@ function abort(request, reason) {
|
|
8751
8751
|
}
|
8752
8752
|
var isomorphicReactPackageVersion$jscomp$inline_748 = React.version;
|
8753
8753
|
if (
|
8754
|
-
"19.2.0-canary-
|
8754
|
+
"19.2.0-canary-0ff1d13b-20250507" !==
|
8755
8755
|
isomorphicReactPackageVersion$jscomp$inline_748
|
8756
8756
|
)
|
8757
8757
|
throw Error(
|
8758
8758
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8759
8759
|
(isomorphicReactPackageVersion$jscomp$inline_748 +
|
8760
|
-
"\n - react-dom: 19.2.0-canary-
|
8760
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
8761
8761
|
);
|
8762
8762
|
exports.renderToReadableStream = function (children, options) {
|
8763
8763
|
return new Promise(function (resolve, reject) {
|
@@ -8850,4 +8850,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8850
8850
|
startWork(request$jscomp$0);
|
8851
8851
|
});
|
8852
8852
|
};
|
8853
|
-
exports.version = "19.2.0-canary-
|
8853
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -5972,13 +5972,13 @@ function abort(request, reason) {
|
|
5972
5972
|
}
|
5973
5973
|
var isomorphicReactPackageVersion$jscomp$inline_768 = React.version;
|
5974
5974
|
if (
|
5975
|
-
"19.2.0-canary-
|
5975
|
+
"19.2.0-canary-0ff1d13b-20250507" !==
|
5976
5976
|
isomorphicReactPackageVersion$jscomp$inline_768
|
5977
5977
|
)
|
5978
5978
|
throw Error(
|
5979
5979
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5980
5980
|
(isomorphicReactPackageVersion$jscomp$inline_768 +
|
5981
|
-
"\n - react-dom: 19.2.0-canary-
|
5981
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
5982
5982
|
);
|
5983
5983
|
exports.renderToReadableStream = function (children, options) {
|
5984
5984
|
return new Promise(function (resolve, reject) {
|
@@ -6069,4 +6069,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6069
6069
|
startWork(request);
|
6070
6070
|
});
|
6071
6071
|
};
|
6072
|
-
exports.version = "19.2.0-canary-
|
6072
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -7895,11 +7895,11 @@
|
|
7895
7895
|
}
|
7896
7896
|
function ensureCorrectIsomorphicReactVersion() {
|
7897
7897
|
var isomorphicReactPackageVersion = React.version;
|
7898
|
-
if ("19.2.0-canary-
|
7898
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
7899
7899
|
throw Error(
|
7900
7900
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7901
7901
|
(isomorphicReactPackageVersion +
|
7902
|
-
"\n - react-dom: 19.2.0-canary-
|
7902
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
7903
7903
|
);
|
7904
7904
|
}
|
7905
7905
|
var React = require("react"),
|
@@ -9585,5 +9585,5 @@
|
|
9585
9585
|
startWork(request);
|
9586
9586
|
});
|
9587
9587
|
};
|
9588
|
-
exports.version = "19.2.0-canary-
|
9588
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
9589
9589
|
})();
|
@@ -6439,11 +6439,11 @@ function abort(request, reason) {
|
|
6439
6439
|
}
|
6440
6440
|
function ensureCorrectIsomorphicReactVersion() {
|
6441
6441
|
var isomorphicReactPackageVersion = React.version;
|
6442
|
-
if ("19.2.0-canary-
|
6442
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
6443
6443
|
throw Error(
|
6444
6444
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6445
6445
|
(isomorphicReactPackageVersion +
|
6446
|
-
"\n - react-dom: 19.2.0-canary-
|
6446
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
6447
6447
|
);
|
6448
6448
|
}
|
6449
6449
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6589,4 +6589,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6589
6589
|
startWork(request);
|
6590
6590
|
});
|
6591
6591
|
};
|
6592
|
-
exports.version = "19.2.0-canary-
|
6592
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -7764,11 +7764,11 @@
|
|
7764
7764
|
}
|
7765
7765
|
function ensureCorrectIsomorphicReactVersion() {
|
7766
7766
|
var isomorphicReactPackageVersion = React.version;
|
7767
|
-
if ("19.2.0-canary-
|
7767
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
7768
7768
|
throw Error(
|
7769
7769
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7770
7770
|
(isomorphicReactPackageVersion +
|
7771
|
-
"\n - react-dom: 19.2.0-canary-
|
7771
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
7772
7772
|
);
|
7773
7773
|
}
|
7774
7774
|
function createDrainHandler(destination, request) {
|
@@ -9453,5 +9453,5 @@
|
|
9453
9453
|
}
|
9454
9454
|
};
|
9455
9455
|
};
|
9456
|
-
exports.version = "19.2.0-canary-
|
9456
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
9457
9457
|
})();
|
@@ -6334,11 +6334,11 @@ function abort(request, reason) {
|
|
6334
6334
|
}
|
6335
6335
|
function ensureCorrectIsomorphicReactVersion() {
|
6336
6336
|
var isomorphicReactPackageVersion = React.version;
|
6337
|
-
if ("19.2.0-canary-
|
6337
|
+
if ("19.2.0-canary-0ff1d13b-20250507" !== isomorphicReactPackageVersion)
|
6338
6338
|
throw Error(
|
6339
6339
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6340
6340
|
(isomorphicReactPackageVersion +
|
6341
|
-
"\n - react-dom: 19.2.0-canary-
|
6341
|
+
"\n - react-dom: 19.2.0-canary-0ff1d13b-20250507\nLearn more: https://react.dev/warnings/version-mismatch")
|
6342
6342
|
);
|
6343
6343
|
}
|
6344
6344
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6487,4 +6487,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6487
6487
|
}
|
6488
6488
|
};
|
6489
6489
|
};
|
6490
|
-
exports.version = "19.2.0-canary-
|
6490
|
+
exports.version = "19.2.0-canary-0ff1d13b-20250507";
|
@@ -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-0ff1d13b-20250507";
|
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-0ff1d13b-20250507";
|
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-0ff1d13b-20250507",
|
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-0ff1d13b-20250507"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.2.0-canary-
|
23
|
+
"react": "19.2.0-canary-0ff1d13b-20250507"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|