react-dom 19.1.0-canary-9ff42a87-20250130 → 19.1.0-canary-0a82580b-20250203
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 -8
- package/cjs/react-dom-client.production.js +5 -8
- package/cjs/react-dom-profiling.development.js +5 -8
- package/cjs/react-dom-profiling.profiling.js +5 -8
- 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
@@ -11569,9 +11569,6 @@
|
|
11569
11569
|
hostParentIsContainer = !1;
|
11570
11570
|
break a;
|
11571
11571
|
case 3:
|
11572
|
-
hostParent = parent.stateNode.containerInfo;
|
11573
|
-
hostParentIsContainer = !0;
|
11574
|
-
break a;
|
11575
11572
|
case 4:
|
11576
11573
|
hostParent = parent.stateNode.containerInfo;
|
11577
11574
|
hostParentIsContainer = !0;
|
@@ -24607,11 +24604,11 @@
|
|
24607
24604
|
};
|
24608
24605
|
(function () {
|
24609
24606
|
var isomorphicReactPackageVersion = React.version;
|
24610
|
-
if ("19.1.0-canary-
|
24607
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
24611
24608
|
throw Error(
|
24612
24609
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24613
24610
|
(isomorphicReactPackageVersion +
|
24614
|
-
"\n - react-dom: 19.1.0-canary-
|
24611
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
24615
24612
|
);
|
24616
24613
|
})();
|
24617
24614
|
("function" === typeof Map &&
|
@@ -24648,10 +24645,10 @@
|
|
24648
24645
|
!(function () {
|
24649
24646
|
var internals = {
|
24650
24647
|
bundleType: 1,
|
24651
|
-
version: "19.1.0-canary-
|
24648
|
+
version: "19.1.0-canary-0a82580b-20250203",
|
24652
24649
|
rendererPackageName: "react-dom",
|
24653
24650
|
currentDispatcherRef: ReactSharedInternals,
|
24654
|
-
reconcilerVersion: "19.1.0-canary-
|
24651
|
+
reconcilerVersion: "19.1.0-canary-0a82580b-20250203"
|
24655
24652
|
};
|
24656
24653
|
internals.overrideHookState = overrideHookState;
|
24657
24654
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24797,7 +24794,7 @@
|
|
24797
24794
|
listenToAllSupportedEvents(container);
|
24798
24795
|
return new ReactDOMHydrationRoot(initialChildren);
|
24799
24796
|
};
|
24800
|
-
exports.version = "19.1.0-canary-
|
24797
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
24801
24798
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24802
24799
|
"function" ===
|
24803
24800
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8064,9 +8064,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) {
|
|
8064
8064
|
hostParentIsContainer = !1;
|
8065
8065
|
break a;
|
8066
8066
|
case 3:
|
8067
|
-
hostParent = parent.stateNode.containerInfo;
|
8068
|
-
hostParentIsContainer = !0;
|
8069
|
-
break a;
|
8070
8067
|
case 4:
|
8071
8068
|
hostParent = parent.stateNode.containerInfo;
|
8072
8069
|
hostParentIsContainer = !0;
|
@@ -15226,14 +15223,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15226
15223
|
};
|
15227
15224
|
var isomorphicReactPackageVersion$jscomp$inline_1738 = React.version;
|
15228
15225
|
if (
|
15229
|
-
"19.1.0-canary-
|
15226
|
+
"19.1.0-canary-0a82580b-20250203" !==
|
15230
15227
|
isomorphicReactPackageVersion$jscomp$inline_1738
|
15231
15228
|
)
|
15232
15229
|
throw Error(
|
15233
15230
|
formatProdErrorMessage(
|
15234
15231
|
527,
|
15235
15232
|
isomorphicReactPackageVersion$jscomp$inline_1738,
|
15236
|
-
"19.1.0-canary-
|
15233
|
+
"19.1.0-canary-0a82580b-20250203"
|
15237
15234
|
)
|
15238
15235
|
);
|
15239
15236
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15255,10 +15252,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15255
15252
|
};
|
15256
15253
|
var internals$jscomp$inline_2215 = {
|
15257
15254
|
bundleType: 0,
|
15258
|
-
version: "19.1.0-canary-
|
15255
|
+
version: "19.1.0-canary-0a82580b-20250203",
|
15259
15256
|
rendererPackageName: "react-dom",
|
15260
15257
|
currentDispatcherRef: ReactSharedInternals,
|
15261
|
-
reconcilerVersion: "19.1.0-canary-
|
15258
|
+
reconcilerVersion: "19.1.0-canary-0a82580b-20250203"
|
15262
15259
|
};
|
15263
15260
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15264
15261
|
var hook$jscomp$inline_2216 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15364,4 +15361,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15364
15361
|
listenToAllSupportedEvents(container);
|
15365
15362
|
return new ReactDOMHydrationRoot(initialChildren);
|
15366
15363
|
};
|
15367
|
-
exports.version = "19.1.0-canary-
|
15364
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -11577,9 +11577,6 @@
|
|
11577
11577
|
hostParentIsContainer = !1;
|
11578
11578
|
break a;
|
11579
11579
|
case 3:
|
11580
|
-
hostParent = parent.stateNode.containerInfo;
|
11581
|
-
hostParentIsContainer = !0;
|
11582
|
-
break a;
|
11583
11580
|
case 4:
|
11584
11581
|
hostParent = parent.stateNode.containerInfo;
|
11585
11582
|
hostParentIsContainer = !0;
|
@@ -24664,11 +24661,11 @@
|
|
24664
24661
|
};
|
24665
24662
|
(function () {
|
24666
24663
|
var isomorphicReactPackageVersion = React.version;
|
24667
|
-
if ("19.1.0-canary-
|
24664
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
24668
24665
|
throw Error(
|
24669
24666
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24670
24667
|
(isomorphicReactPackageVersion +
|
24671
|
-
"\n - react-dom: 19.1.0-canary-
|
24668
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
24672
24669
|
);
|
24673
24670
|
})();
|
24674
24671
|
("function" === typeof Map &&
|
@@ -24705,10 +24702,10 @@
|
|
24705
24702
|
!(function () {
|
24706
24703
|
var internals = {
|
24707
24704
|
bundleType: 1,
|
24708
|
-
version: "19.1.0-canary-
|
24705
|
+
version: "19.1.0-canary-0a82580b-20250203",
|
24709
24706
|
rendererPackageName: "react-dom",
|
24710
24707
|
currentDispatcherRef: ReactSharedInternals,
|
24711
|
-
reconcilerVersion: "19.1.0-canary-
|
24708
|
+
reconcilerVersion: "19.1.0-canary-0a82580b-20250203"
|
24712
24709
|
};
|
24713
24710
|
internals.overrideHookState = overrideHookState;
|
24714
24711
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25184,7 +25181,7 @@
|
|
25184
25181
|
exports.useFormStatus = function () {
|
25185
25182
|
return resolveDispatcher().useHostTransitionStatus();
|
25186
25183
|
};
|
25187
|
-
exports.version = "19.1.0-canary-
|
25184
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
25188
25185
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25189
25186
|
"function" ===
|
25190
25187
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8446,9 +8446,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) {
|
|
8446
8446
|
hostParentIsContainer = !1;
|
8447
8447
|
break a;
|
8448
8448
|
case 3:
|
8449
|
-
hostParent = parent.stateNode.containerInfo;
|
8450
|
-
hostParentIsContainer = !0;
|
8451
|
-
break a;
|
8452
8449
|
case 4:
|
8453
8450
|
hostParent = parent.stateNode.containerInfo;
|
8454
8451
|
hostParentIsContainer = !0;
|
@@ -15874,14 +15871,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15874
15871
|
};
|
15875
15872
|
var isomorphicReactPackageVersion$jscomp$inline_1834 = React.version;
|
15876
15873
|
if (
|
15877
|
-
"19.1.0-canary-
|
15874
|
+
"19.1.0-canary-0a82580b-20250203" !==
|
15878
15875
|
isomorphicReactPackageVersion$jscomp$inline_1834
|
15879
15876
|
)
|
15880
15877
|
throw Error(
|
15881
15878
|
formatProdErrorMessage(
|
15882
15879
|
527,
|
15883
15880
|
isomorphicReactPackageVersion$jscomp$inline_1834,
|
15884
|
-
"19.1.0-canary-
|
15881
|
+
"19.1.0-canary-0a82580b-20250203"
|
15885
15882
|
)
|
15886
15883
|
);
|
15887
15884
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15903,10 +15900,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15903
15900
|
};
|
15904
15901
|
var internals$jscomp$inline_1841 = {
|
15905
15902
|
bundleType: 0,
|
15906
|
-
version: "19.1.0-canary-
|
15903
|
+
version: "19.1.0-canary-0a82580b-20250203",
|
15907
15904
|
rendererPackageName: "react-dom",
|
15908
15905
|
currentDispatcherRef: ReactSharedInternals,
|
15909
|
-
reconcilerVersion: "19.1.0-canary-
|
15906
|
+
reconcilerVersion: "19.1.0-canary-0a82580b-20250203",
|
15910
15907
|
getLaneLabelMap: function () {
|
15911
15908
|
for (
|
15912
15909
|
var map = new Map(), lane = 1, index$281 = 0;
|
@@ -16188,7 +16185,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16188
16185
|
exports.useFormStatus = function () {
|
16189
16186
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16190
16187
|
};
|
16191
|
-
exports.version = "19.1.0-canary-
|
16188
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
16192
16189
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16193
16190
|
"function" ===
|
16194
16191
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8806,5 +8806,5 @@
|
|
8806
8806
|
'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'
|
8807
8807
|
);
|
8808
8808
|
};
|
8809
|
-
exports.version = "19.1.0-canary-
|
8809
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
8810
8810
|
})();
|
@@ -5840,4 +5840,4 @@ exports.renderToString = function (children, options) {
|
|
5840
5840
|
'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'
|
5841
5841
|
);
|
5842
5842
|
};
|
5843
|
-
exports.version = "19.1.0-canary-
|
5843
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -8806,5 +8806,5 @@
|
|
8806
8806
|
'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'
|
8807
8807
|
);
|
8808
8808
|
};
|
8809
|
-
exports.version = "19.1.0-canary-
|
8809
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
8810
8810
|
})();
|
@@ -5920,4 +5920,4 @@ exports.renderToString = function (children, options) {
|
|
5920
5920
|
'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'
|
5921
5921
|
);
|
5922
5922
|
};
|
5923
|
-
exports.version = "19.1.0-canary-
|
5923
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -7534,11 +7534,11 @@
|
|
7534
7534
|
}
|
7535
7535
|
function ensureCorrectIsomorphicReactVersion() {
|
7536
7536
|
var isomorphicReactPackageVersion = React.version;
|
7537
|
-
if ("19.1.0-canary-
|
7537
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
7538
7538
|
throw Error(
|
7539
7539
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7540
7540
|
(isomorphicReactPackageVersion +
|
7541
|
-
"\n - react-dom: 19.1.0-canary-
|
7541
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
7542
7542
|
);
|
7543
7543
|
}
|
7544
7544
|
var React = require("react"),
|
@@ -9188,5 +9188,5 @@
|
|
9188
9188
|
startWork(request);
|
9189
9189
|
});
|
9190
9190
|
};
|
9191
|
-
exports.version = "19.1.0-canary-
|
9191
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
9192
9192
|
})();
|
@@ -6170,12 +6170,12 @@ function abort(request, reason) {
|
|
6170
6170
|
}
|
6171
6171
|
function ensureCorrectIsomorphicReactVersion() {
|
6172
6172
|
var isomorphicReactPackageVersion = React.version;
|
6173
|
-
if ("19.1.0-canary-
|
6173
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
6174
6174
|
throw Error(
|
6175
6175
|
formatProdErrorMessage(
|
6176
6176
|
527,
|
6177
6177
|
isomorphicReactPackageVersion,
|
6178
|
-
"19.1.0-canary-
|
6178
|
+
"19.1.0-canary-0a82580b-20250203"
|
6179
6179
|
)
|
6180
6180
|
);
|
6181
6181
|
}
|
@@ -6322,4 +6322,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6322
6322
|
startWork(request);
|
6323
6323
|
});
|
6324
6324
|
};
|
6325
|
-
exports.version = "19.1.0-canary-
|
6325
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -8422,13 +8422,13 @@ function abort(request, reason) {
|
|
8422
8422
|
}
|
8423
8423
|
var isomorphicReactPackageVersion$jscomp$inline_722 = React.version;
|
8424
8424
|
if (
|
8425
|
-
"19.1.0-canary-
|
8425
|
+
"19.1.0-canary-0a82580b-20250203" !==
|
8426
8426
|
isomorphicReactPackageVersion$jscomp$inline_722
|
8427
8427
|
)
|
8428
8428
|
throw Error(
|
8429
8429
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8430
8430
|
(isomorphicReactPackageVersion$jscomp$inline_722 +
|
8431
|
-
"\n - react-dom: 19.1.0-canary-
|
8431
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
8432
8432
|
);
|
8433
8433
|
exports.renderToReadableStream = function (children, options) {
|
8434
8434
|
return new Promise(function (resolve, reject) {
|
@@ -8520,4 +8520,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8520
8520
|
startWork(request$jscomp$0);
|
8521
8521
|
});
|
8522
8522
|
};
|
8523
|
-
exports.version = "19.1.0-canary-
|
8523
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -5811,13 +5811,13 @@ function abort(request, reason) {
|
|
5811
5811
|
}
|
5812
5812
|
var isomorphicReactPackageVersion$jscomp$inline_751 = React.version;
|
5813
5813
|
if (
|
5814
|
-
"19.1.0-canary-
|
5814
|
+
"19.1.0-canary-0a82580b-20250203" !==
|
5815
5815
|
isomorphicReactPackageVersion$jscomp$inline_751
|
5816
5816
|
)
|
5817
5817
|
throw Error(
|
5818
5818
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5819
5819
|
(isomorphicReactPackageVersion$jscomp$inline_751 +
|
5820
|
-
"\n - react-dom: 19.1.0-canary-
|
5820
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
5821
5821
|
);
|
5822
5822
|
exports.renderToReadableStream = function (children, options) {
|
5823
5823
|
return new Promise(function (resolve, reject) {
|
@@ -5908,4 +5908,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5908
5908
|
startWork(request);
|
5909
5909
|
});
|
5910
5910
|
};
|
5911
|
-
exports.version = "19.1.0-canary-
|
5911
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -7557,11 +7557,11 @@
|
|
7557
7557
|
}
|
7558
7558
|
function ensureCorrectIsomorphicReactVersion() {
|
7559
7559
|
var isomorphicReactPackageVersion = React.version;
|
7560
|
-
if ("19.1.0-canary-
|
7560
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
7561
7561
|
throw Error(
|
7562
7562
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7563
7563
|
(isomorphicReactPackageVersion +
|
7564
|
-
"\n - react-dom: 19.1.0-canary-
|
7564
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
7565
7565
|
);
|
7566
7566
|
}
|
7567
7567
|
var React = require("react"),
|
@@ -9207,5 +9207,5 @@
|
|
9207
9207
|
startWork(request);
|
9208
9208
|
});
|
9209
9209
|
};
|
9210
|
-
exports.version = "19.1.0-canary-
|
9210
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
9211
9211
|
})();
|
@@ -6265,11 +6265,11 @@ function abort(request, reason) {
|
|
6265
6265
|
}
|
6266
6266
|
function ensureCorrectIsomorphicReactVersion() {
|
6267
6267
|
var isomorphicReactPackageVersion = React.version;
|
6268
|
-
if ("19.1.0-canary-
|
6268
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
6269
6269
|
throw Error(
|
6270
6270
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6271
6271
|
(isomorphicReactPackageVersion +
|
6272
|
-
"\n - react-dom: 19.1.0-canary-
|
6272
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
6273
6273
|
);
|
6274
6274
|
}
|
6275
6275
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6415,4 +6415,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6415
6415
|
startWork(request);
|
6416
6416
|
});
|
6417
6417
|
};
|
6418
|
-
exports.version = "19.1.0-canary-
|
6418
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -7432,11 +7432,11 @@
|
|
7432
7432
|
}
|
7433
7433
|
function ensureCorrectIsomorphicReactVersion() {
|
7434
7434
|
var isomorphicReactPackageVersion = React.version;
|
7435
|
-
if ("19.1.0-canary-
|
7435
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
7436
7436
|
throw Error(
|
7437
7437
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7438
7438
|
(isomorphicReactPackageVersion +
|
7439
|
-
"\n - react-dom: 19.1.0-canary-
|
7439
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
7440
7440
|
);
|
7441
7441
|
}
|
7442
7442
|
function createDrainHandler(destination, request) {
|
@@ -9081,5 +9081,5 @@
|
|
9081
9081
|
}
|
9082
9082
|
};
|
9083
9083
|
};
|
9084
|
-
exports.version = "19.1.0-canary-
|
9084
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
9085
9085
|
})();
|
@@ -6157,11 +6157,11 @@ function abort(request, reason) {
|
|
6157
6157
|
}
|
6158
6158
|
function ensureCorrectIsomorphicReactVersion() {
|
6159
6159
|
var isomorphicReactPackageVersion = React.version;
|
6160
|
-
if ("19.1.0-canary-
|
6160
|
+
if ("19.1.0-canary-0a82580b-20250203" !== isomorphicReactPackageVersion)
|
6161
6161
|
throw Error(
|
6162
6162
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6163
6163
|
(isomorphicReactPackageVersion +
|
6164
|
-
"\n - react-dom: 19.1.0-canary-
|
6164
|
+
"\n - react-dom: 19.1.0-canary-0a82580b-20250203\nLearn more: https://react.dev/warnings/version-mismatch")
|
6165
6165
|
);
|
6166
6166
|
}
|
6167
6167
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6310,4 +6310,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6310
6310
|
}
|
6311
6311
|
};
|
6312
6312
|
};
|
6313
|
-
exports.version = "19.1.0-canary-
|
6313
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.1.0-canary-
|
419
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
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.1.0-canary-
|
210
|
+
exports.version = "19.1.0-canary-0a82580b-20250203";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.1.0-canary-
|
3
|
+
"version": "19.1.0-canary-0a82580b-20250203",
|
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.26.0-canary-
|
20
|
+
"scheduler": "0.26.0-canary-0a82580b-20250203"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-0a82580b-20250203"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|