react-dom 19.2.0-canary-c4676e72-20250520 → 19.2.0-canary-23884812-20250520
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 +5 -5
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +5 -5
- package/cjs/react-dom-profiling.profiling.js +5 -5
- package/cjs/react-dom-server-legacy.browser.development.js +238 -162
- package/cjs/react-dom-server-legacy.browser.production.js +233 -178
- package/cjs/react-dom-server-legacy.node.development.js +238 -162
- package/cjs/react-dom-server-legacy.node.production.js +233 -178
- package/cjs/react-dom-server.browser.development.js +223 -128
- package/cjs/react-dom-server.browser.production.js +201 -124
- package/cjs/react-dom-server.bun.development.js +199 -116
- package/cjs/react-dom-server.bun.production.js +204 -127
- package/cjs/react-dom-server.edge.development.js +223 -128
- package/cjs/react-dom-server.edge.production.js +201 -124
- package/cjs/react-dom-server.node.development.js +223 -128
- package/cjs/react-dom-server.node.production.js +201 -124
- 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
@@ -25449,11 +25449,11 @@
|
|
25449
25449
|
};
|
25450
25450
|
(function () {
|
25451
25451
|
var isomorphicReactPackageVersion = React.version;
|
25452
|
-
if ("19.2.0-canary-
|
25452
|
+
if ("19.2.0-canary-23884812-20250520" !== isomorphicReactPackageVersion)
|
25453
25453
|
throw Error(
|
25454
25454
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25455
25455
|
(isomorphicReactPackageVersion +
|
25456
|
-
"\n - react-dom: 19.2.0-canary-
|
25456
|
+
"\n - react-dom: 19.2.0-canary-23884812-20250520\nLearn more: https://react.dev/warnings/version-mismatch")
|
25457
25457
|
);
|
25458
25458
|
})();
|
25459
25459
|
("function" === typeof Map &&
|
@@ -25490,10 +25490,10 @@
|
|
25490
25490
|
!(function () {
|
25491
25491
|
var internals = {
|
25492
25492
|
bundleType: 1,
|
25493
|
-
version: "19.2.0-canary-
|
25493
|
+
version: "19.2.0-canary-23884812-20250520",
|
25494
25494
|
rendererPackageName: "react-dom",
|
25495
25495
|
currentDispatcherRef: ReactSharedInternals,
|
25496
|
-
reconcilerVersion: "19.2.0-canary-
|
25496
|
+
reconcilerVersion: "19.2.0-canary-23884812-20250520"
|
25497
25497
|
};
|
25498
25498
|
internals.overrideHookState = overrideHookState;
|
25499
25499
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25631,7 +25631,7 @@
|
|
25631
25631
|
listenToAllSupportedEvents(container);
|
25632
25632
|
return new ReactDOMHydrationRoot(initialChildren);
|
25633
25633
|
};
|
25634
|
-
exports.version = "19.2.0-canary-
|
25634
|
+
exports.version = "19.2.0-canary-23884812-20250520";
|
25635
25635
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25636
25636
|
"function" ===
|
25637
25637
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15686,14 +15686,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15686
15686
|
};
|
15687
15687
|
var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
|
15688
15688
|
if (
|
15689
|
-
"19.2.0-canary-
|
15689
|
+
"19.2.0-canary-23884812-20250520" !==
|
15690
15690
|
isomorphicReactPackageVersion$jscomp$inline_1851
|
15691
15691
|
)
|
15692
15692
|
throw Error(
|
15693
15693
|
formatProdErrorMessage(
|
15694
15694
|
527,
|
15695
15695
|
isomorphicReactPackageVersion$jscomp$inline_1851,
|
15696
|
-
"19.2.0-canary-
|
15696
|
+
"19.2.0-canary-23884812-20250520"
|
15697
15697
|
)
|
15698
15698
|
);
|
15699
15699
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15715,10 +15715,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15715
15715
|
};
|
15716
15716
|
var internals$jscomp$inline_2344 = {
|
15717
15717
|
bundleType: 0,
|
15718
|
-
version: "19.2.0-canary-
|
15718
|
+
version: "19.2.0-canary-23884812-20250520",
|
15719
15719
|
rendererPackageName: "react-dom",
|
15720
15720
|
currentDispatcherRef: ReactSharedInternals,
|
15721
|
-
reconcilerVersion: "19.2.0-canary-
|
15721
|
+
reconcilerVersion: "19.2.0-canary-23884812-20250520"
|
15722
15722
|
};
|
15723
15723
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15724
15724
|
var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15816,4 +15816,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15816
15816
|
listenToAllSupportedEvents(container);
|
15817
15817
|
return new ReactDOMHydrationRoot(initialChildren);
|
15818
15818
|
};
|
15819
|
-
exports.version = "19.2.0-canary-
|
15819
|
+
exports.version = "19.2.0-canary-23884812-20250520";
|
@@ -25501,11 +25501,11 @@
|
|
25501
25501
|
};
|
25502
25502
|
(function () {
|
25503
25503
|
var isomorphicReactPackageVersion = React.version;
|
25504
|
-
if ("19.2.0-canary-
|
25504
|
+
if ("19.2.0-canary-23884812-20250520" !== isomorphicReactPackageVersion)
|
25505
25505
|
throw Error(
|
25506
25506
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25507
25507
|
(isomorphicReactPackageVersion +
|
25508
|
-
"\n - react-dom: 19.2.0-canary-
|
25508
|
+
"\n - react-dom: 19.2.0-canary-23884812-20250520\nLearn more: https://react.dev/warnings/version-mismatch")
|
25509
25509
|
);
|
25510
25510
|
})();
|
25511
25511
|
("function" === typeof Map &&
|
@@ -25542,10 +25542,10 @@
|
|
25542
25542
|
!(function () {
|
25543
25543
|
var internals = {
|
25544
25544
|
bundleType: 1,
|
25545
|
-
version: "19.2.0-canary-
|
25545
|
+
version: "19.2.0-canary-23884812-20250520",
|
25546
25546
|
rendererPackageName: "react-dom",
|
25547
25547
|
currentDispatcherRef: ReactSharedInternals,
|
25548
|
-
reconcilerVersion: "19.2.0-canary-
|
25548
|
+
reconcilerVersion: "19.2.0-canary-23884812-20250520"
|
25549
25549
|
};
|
25550
25550
|
internals.overrideHookState = overrideHookState;
|
25551
25551
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26013,7 +26013,7 @@
|
|
26013
26013
|
exports.useFormStatus = function () {
|
26014
26014
|
return resolveDispatcher().useHostTransitionStatus();
|
26015
26015
|
};
|
26016
|
-
exports.version = "19.2.0-canary-
|
26016
|
+
exports.version = "19.2.0-canary-23884812-20250520";
|
26017
26017
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
26018
26018
|
"function" ===
|
26019
26019
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -16387,14 +16387,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16387
16387
|
};
|
16388
16388
|
var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
|
16389
16389
|
if (
|
16390
|
-
"19.2.0-canary-
|
16390
|
+
"19.2.0-canary-23884812-20250520" !==
|
16391
16391
|
isomorphicReactPackageVersion$jscomp$inline_1955
|
16392
16392
|
)
|
16393
16393
|
throw Error(
|
16394
16394
|
formatProdErrorMessage(
|
16395
16395
|
527,
|
16396
16396
|
isomorphicReactPackageVersion$jscomp$inline_1955,
|
16397
|
-
"19.2.0-canary-
|
16397
|
+
"19.2.0-canary-23884812-20250520"
|
16398
16398
|
)
|
16399
16399
|
);
|
16400
16400
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16416,10 +16416,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16416
16416
|
};
|
16417
16417
|
var internals$jscomp$inline_1962 = {
|
16418
16418
|
bundleType: 0,
|
16419
|
-
version: "19.2.0-canary-
|
16419
|
+
version: "19.2.0-canary-23884812-20250520",
|
16420
16420
|
rendererPackageName: "react-dom",
|
16421
16421
|
currentDispatcherRef: ReactSharedInternals,
|
16422
|
-
reconcilerVersion: "19.2.0-canary-
|
16422
|
+
reconcilerVersion: "19.2.0-canary-23884812-20250520",
|
16423
16423
|
getLaneLabelMap: function () {
|
16424
16424
|
for (
|
16425
16425
|
var map = new Map(), lane = 1, index$293 = 0;
|
@@ -16692,7 +16692,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16692
16692
|
exports.useFormStatus = function () {
|
16693
16693
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16694
16694
|
};
|
16695
|
-
exports.version = "19.2.0-canary-
|
16695
|
+
exports.version = "19.2.0-canary-23884812-20250520";
|
16696
16696
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16697
16697
|
"function" ===
|
16698
16698
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|