react-dom 19.1.0-canary-d46b04a2-20250117 → 19.1.0-canary-18eaf51b-20250118
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 +309 -70
- package/cjs/react-dom-server-legacy.browser.production.js +354 -136
- package/cjs/react-dom-server-legacy.node.development.js +309 -70
- package/cjs/react-dom-server-legacy.node.production.js +357 -136
- package/cjs/react-dom-server.browser.development.js +310 -71
- package/cjs/react-dom-server.browser.production.js +337 -121
- package/cjs/react-dom-server.bun.development.js +329 -95
- package/cjs/react-dom-server.bun.production.js +363 -143
- package/cjs/react-dom-server.edge.development.js +310 -71
- package/cjs/react-dom-server.edge.production.js +340 -121
- package/cjs/react-dom-server.node.development.js +310 -71
- package/cjs/react-dom-server.node.production.js +340 -121
- 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
@@ -24570,11 +24570,11 @@
|
|
24570
24570
|
};
|
24571
24571
|
(function () {
|
24572
24572
|
var isomorphicReactPackageVersion = React.version;
|
24573
|
-
if ("19.1.0-canary-
|
24573
|
+
if ("19.1.0-canary-18eaf51b-20250118" !== isomorphicReactPackageVersion)
|
24574
24574
|
throw Error(
|
24575
24575
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24576
24576
|
(isomorphicReactPackageVersion +
|
24577
|
-
"\n - react-dom: 19.1.0-canary-
|
24577
|
+
"\n - react-dom: 19.1.0-canary-18eaf51b-20250118\nLearn more: https://react.dev/warnings/version-mismatch")
|
24578
24578
|
);
|
24579
24579
|
})();
|
24580
24580
|
("function" === typeof Map &&
|
@@ -24611,10 +24611,10 @@
|
|
24611
24611
|
!(function () {
|
24612
24612
|
var internals = {
|
24613
24613
|
bundleType: 1,
|
24614
|
-
version: "19.1.0-canary-
|
24614
|
+
version: "19.1.0-canary-18eaf51b-20250118",
|
24615
24615
|
rendererPackageName: "react-dom",
|
24616
24616
|
currentDispatcherRef: ReactSharedInternals,
|
24617
|
-
reconcilerVersion: "19.1.0-canary-
|
24617
|
+
reconcilerVersion: "19.1.0-canary-18eaf51b-20250118"
|
24618
24618
|
};
|
24619
24619
|
internals.overrideHookState = overrideHookState;
|
24620
24620
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24760,7 +24760,7 @@
|
|
24760
24760
|
listenToAllSupportedEvents(container);
|
24761
24761
|
return new ReactDOMHydrationRoot(initialChildren);
|
24762
24762
|
};
|
24763
|
-
exports.version = "19.1.0-canary-
|
24763
|
+
exports.version = "19.1.0-canary-18eaf51b-20250118";
|
24764
24764
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24765
24765
|
"function" ===
|
24766
24766
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15202,14 +15202,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15202
15202
|
};
|
15203
15203
|
var isomorphicReactPackageVersion$jscomp$inline_1737 = React.version;
|
15204
15204
|
if (
|
15205
|
-
"19.1.0-canary-
|
15205
|
+
"19.1.0-canary-18eaf51b-20250118" !==
|
15206
15206
|
isomorphicReactPackageVersion$jscomp$inline_1737
|
15207
15207
|
)
|
15208
15208
|
throw Error(
|
15209
15209
|
formatProdErrorMessage(
|
15210
15210
|
527,
|
15211
15211
|
isomorphicReactPackageVersion$jscomp$inline_1737,
|
15212
|
-
"19.1.0-canary-
|
15212
|
+
"19.1.0-canary-18eaf51b-20250118"
|
15213
15213
|
)
|
15214
15214
|
);
|
15215
15215
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15231,10 +15231,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15231
15231
|
};
|
15232
15232
|
var internals$jscomp$inline_2214 = {
|
15233
15233
|
bundleType: 0,
|
15234
|
-
version: "19.1.0-canary-
|
15234
|
+
version: "19.1.0-canary-18eaf51b-20250118",
|
15235
15235
|
rendererPackageName: "react-dom",
|
15236
15236
|
currentDispatcherRef: ReactSharedInternals,
|
15237
|
-
reconcilerVersion: "19.1.0-canary-
|
15237
|
+
reconcilerVersion: "19.1.0-canary-18eaf51b-20250118"
|
15238
15238
|
};
|
15239
15239
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15240
15240
|
var hook$jscomp$inline_2215 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15340,4 +15340,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15340
15340
|
listenToAllSupportedEvents(container);
|
15341
15341
|
return new ReactDOMHydrationRoot(initialChildren);
|
15342
15342
|
};
|
15343
|
-
exports.version = "19.1.0-canary-
|
15343
|
+
exports.version = "19.1.0-canary-18eaf51b-20250118";
|
@@ -24627,11 +24627,11 @@
|
|
24627
24627
|
};
|
24628
24628
|
(function () {
|
24629
24629
|
var isomorphicReactPackageVersion = React.version;
|
24630
|
-
if ("19.1.0-canary-
|
24630
|
+
if ("19.1.0-canary-18eaf51b-20250118" !== isomorphicReactPackageVersion)
|
24631
24631
|
throw Error(
|
24632
24632
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24633
24633
|
(isomorphicReactPackageVersion +
|
24634
|
-
"\n - react-dom: 19.1.0-canary-
|
24634
|
+
"\n - react-dom: 19.1.0-canary-18eaf51b-20250118\nLearn more: https://react.dev/warnings/version-mismatch")
|
24635
24635
|
);
|
24636
24636
|
})();
|
24637
24637
|
("function" === typeof Map &&
|
@@ -24668,10 +24668,10 @@
|
|
24668
24668
|
!(function () {
|
24669
24669
|
var internals = {
|
24670
24670
|
bundleType: 1,
|
24671
|
-
version: "19.1.0-canary-
|
24671
|
+
version: "19.1.0-canary-18eaf51b-20250118",
|
24672
24672
|
rendererPackageName: "react-dom",
|
24673
24673
|
currentDispatcherRef: ReactSharedInternals,
|
24674
|
-
reconcilerVersion: "19.1.0-canary-
|
24674
|
+
reconcilerVersion: "19.1.0-canary-18eaf51b-20250118"
|
24675
24675
|
};
|
24676
24676
|
internals.overrideHookState = overrideHookState;
|
24677
24677
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25147,7 +25147,7 @@
|
|
25147
25147
|
exports.useFormStatus = function () {
|
25148
25148
|
return resolveDispatcher().useHostTransitionStatus();
|
25149
25149
|
};
|
25150
|
-
exports.version = "19.1.0-canary-
|
25150
|
+
exports.version = "19.1.0-canary-18eaf51b-20250118";
|
25151
25151
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25152
25152
|
"function" ===
|
25153
25153
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15848,14 +15848,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15848
15848
|
};
|
15849
15849
|
var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
|
15850
15850
|
if (
|
15851
|
-
"19.1.0-canary-
|
15851
|
+
"19.1.0-canary-18eaf51b-20250118" !==
|
15852
15852
|
isomorphicReactPackageVersion$jscomp$inline_1833
|
15853
15853
|
)
|
15854
15854
|
throw Error(
|
15855
15855
|
formatProdErrorMessage(
|
15856
15856
|
527,
|
15857
15857
|
isomorphicReactPackageVersion$jscomp$inline_1833,
|
15858
|
-
"19.1.0-canary-
|
15858
|
+
"19.1.0-canary-18eaf51b-20250118"
|
15859
15859
|
)
|
15860
15860
|
);
|
15861
15861
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15877,10 +15877,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15877
15877
|
};
|
15878
15878
|
var internals$jscomp$inline_1840 = {
|
15879
15879
|
bundleType: 0,
|
15880
|
-
version: "19.1.0-canary-
|
15880
|
+
version: "19.1.0-canary-18eaf51b-20250118",
|
15881
15881
|
rendererPackageName: "react-dom",
|
15882
15882
|
currentDispatcherRef: ReactSharedInternals,
|
15883
|
-
reconcilerVersion: "19.1.0-canary-
|
15883
|
+
reconcilerVersion: "19.1.0-canary-18eaf51b-20250118",
|
15884
15884
|
getLaneLabelMap: function () {
|
15885
15885
|
for (
|
15886
15886
|
var map = new Map(), lane = 1, index$279 = 0;
|
@@ -16162,7 +16162,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16162
16162
|
exports.useFormStatus = function () {
|
16163
16163
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16164
16164
|
};
|
16165
|
-
exports.version = "19.1.0-canary-
|
16165
|
+
exports.version = "19.1.0-canary-18eaf51b-20250118";
|
16166
16166
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16167
16167
|
"function" ===
|
16168
16168
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|