react-dom 19.1.0-canary-8759c5c8-20250207 → 19.1.0-canary-cd90a4d8-20250210
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 +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
@@ -24658,11 +24658,11 @@
|
|
24658
24658
|
};
|
24659
24659
|
(function () {
|
24660
24660
|
var isomorphicReactPackageVersion = React.version;
|
24661
|
-
if ("19.1.0-canary-
|
24661
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
24662
24662
|
throw Error(
|
24663
24663
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24664
24664
|
(isomorphicReactPackageVersion +
|
24665
|
-
"\n - react-dom: 19.1.0-canary-
|
24665
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
24666
24666
|
);
|
24667
24667
|
})();
|
24668
24668
|
("function" === typeof Map &&
|
@@ -24699,10 +24699,10 @@
|
|
24699
24699
|
!(function () {
|
24700
24700
|
var internals = {
|
24701
24701
|
bundleType: 1,
|
24702
|
-
version: "19.1.0-canary-
|
24702
|
+
version: "19.1.0-canary-cd90a4d8-20250210",
|
24703
24703
|
rendererPackageName: "react-dom",
|
24704
24704
|
currentDispatcherRef: ReactSharedInternals,
|
24705
|
-
reconcilerVersion: "19.1.0-canary-
|
24705
|
+
reconcilerVersion: "19.1.0-canary-cd90a4d8-20250210"
|
24706
24706
|
};
|
24707
24707
|
internals.overrideHookState = overrideHookState;
|
24708
24708
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24846,7 +24846,7 @@
|
|
24846
24846
|
listenToAllSupportedEvents(container);
|
24847
24847
|
return new ReactDOMHydrationRoot(initialChildren);
|
24848
24848
|
};
|
24849
|
-
exports.version = "19.1.0-canary-
|
24849
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
24850
24850
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24851
24851
|
"function" ===
|
24852
24852
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15250,14 +15250,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15250
15250
|
};
|
15251
15251
|
var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version;
|
15252
15252
|
if (
|
15253
|
-
"19.1.0-canary-
|
15253
|
+
"19.1.0-canary-cd90a4d8-20250210" !==
|
15254
15254
|
isomorphicReactPackageVersion$jscomp$inline_1754
|
15255
15255
|
)
|
15256
15256
|
throw Error(
|
15257
15257
|
formatProdErrorMessage(
|
15258
15258
|
527,
|
15259
15259
|
isomorphicReactPackageVersion$jscomp$inline_1754,
|
15260
|
-
"19.1.0-canary-
|
15260
|
+
"19.1.0-canary-cd90a4d8-20250210"
|
15261
15261
|
)
|
15262
15262
|
);
|
15263
15263
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15279,10 +15279,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15279
15279
|
};
|
15280
15280
|
var internals$jscomp$inline_2235 = {
|
15281
15281
|
bundleType: 0,
|
15282
|
-
version: "19.1.0-canary-
|
15282
|
+
version: "19.1.0-canary-cd90a4d8-20250210",
|
15283
15283
|
rendererPackageName: "react-dom",
|
15284
15284
|
currentDispatcherRef: ReactSharedInternals,
|
15285
|
-
reconcilerVersion: "19.1.0-canary-
|
15285
|
+
reconcilerVersion: "19.1.0-canary-cd90a4d8-20250210"
|
15286
15286
|
};
|
15287
15287
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15288
15288
|
var hook$jscomp$inline_2236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15386,4 +15386,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15386
15386
|
listenToAllSupportedEvents(container);
|
15387
15387
|
return new ReactDOMHydrationRoot(initialChildren);
|
15388
15388
|
};
|
15389
|
-
exports.version = "19.1.0-canary-
|
15389
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -24715,11 +24715,11 @@
|
|
24715
24715
|
};
|
24716
24716
|
(function () {
|
24717
24717
|
var isomorphicReactPackageVersion = React.version;
|
24718
|
-
if ("19.1.0-canary-
|
24718
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
24719
24719
|
throw Error(
|
24720
24720
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24721
24721
|
(isomorphicReactPackageVersion +
|
24722
|
-
"\n - react-dom: 19.1.0-canary-
|
24722
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
24723
24723
|
);
|
24724
24724
|
})();
|
24725
24725
|
("function" === typeof Map &&
|
@@ -24756,10 +24756,10 @@
|
|
24756
24756
|
!(function () {
|
24757
24757
|
var internals = {
|
24758
24758
|
bundleType: 1,
|
24759
|
-
version: "19.1.0-canary-
|
24759
|
+
version: "19.1.0-canary-cd90a4d8-20250210",
|
24760
24760
|
rendererPackageName: "react-dom",
|
24761
24761
|
currentDispatcherRef: ReactSharedInternals,
|
24762
|
-
reconcilerVersion: "19.1.0-canary-
|
24762
|
+
reconcilerVersion: "19.1.0-canary-cd90a4d8-20250210"
|
24763
24763
|
};
|
24764
24764
|
internals.overrideHookState = overrideHookState;
|
24765
24765
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25233,7 +25233,7 @@
|
|
25233
25233
|
exports.useFormStatus = function () {
|
25234
25234
|
return resolveDispatcher().useHostTransitionStatus();
|
25235
25235
|
};
|
25236
|
-
exports.version = "19.1.0-canary-
|
25236
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
25237
25237
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25238
25238
|
"function" ===
|
25239
25239
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15898,14 +15898,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15898
15898
|
};
|
15899
15899
|
var isomorphicReactPackageVersion$jscomp$inline_1850 = React.version;
|
15900
15900
|
if (
|
15901
|
-
"19.1.0-canary-
|
15901
|
+
"19.1.0-canary-cd90a4d8-20250210" !==
|
15902
15902
|
isomorphicReactPackageVersion$jscomp$inline_1850
|
15903
15903
|
)
|
15904
15904
|
throw Error(
|
15905
15905
|
formatProdErrorMessage(
|
15906
15906
|
527,
|
15907
15907
|
isomorphicReactPackageVersion$jscomp$inline_1850,
|
15908
|
-
"19.1.0-canary-
|
15908
|
+
"19.1.0-canary-cd90a4d8-20250210"
|
15909
15909
|
)
|
15910
15910
|
);
|
15911
15911
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15927,10 +15927,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15927
15927
|
};
|
15928
15928
|
var internals$jscomp$inline_1857 = {
|
15929
15929
|
bundleType: 0,
|
15930
|
-
version: "19.1.0-canary-
|
15930
|
+
version: "19.1.0-canary-cd90a4d8-20250210",
|
15931
15931
|
rendererPackageName: "react-dom",
|
15932
15932
|
currentDispatcherRef: ReactSharedInternals,
|
15933
|
-
reconcilerVersion: "19.1.0-canary-
|
15933
|
+
reconcilerVersion: "19.1.0-canary-cd90a4d8-20250210",
|
15934
15934
|
getLaneLabelMap: function () {
|
15935
15935
|
for (
|
15936
15936
|
var map = new Map(), lane = 1, index$281 = 0;
|
@@ -16210,7 +16210,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16210
16210
|
exports.useFormStatus = function () {
|
16211
16211
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16212
16212
|
};
|
16213
|
-
exports.version = "19.1.0-canary-
|
16213
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
16214
16214
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16215
16215
|
"function" ===
|
16216
16216
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8851,5 +8851,5 @@
|
|
8851
8851
|
'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'
|
8852
8852
|
);
|
8853
8853
|
};
|
8854
|
-
exports.version = "19.1.0-canary-
|
8854
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
8855
8855
|
})();
|
@@ -5885,4 +5885,4 @@ exports.renderToString = function (children, options) {
|
|
5885
5885
|
'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'
|
5886
5886
|
);
|
5887
5887
|
};
|
5888
|
-
exports.version = "19.1.0-canary-
|
5888
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -8851,5 +8851,5 @@
|
|
8851
8851
|
'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'
|
8852
8852
|
);
|
8853
8853
|
};
|
8854
|
-
exports.version = "19.1.0-canary-
|
8854
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
8855
8855
|
})();
|
@@ -5965,4 +5965,4 @@ exports.renderToString = function (children, options) {
|
|
5965
5965
|
'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'
|
5966
5966
|
);
|
5967
5967
|
};
|
5968
|
-
exports.version = "19.1.0-canary-
|
5968
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -7582,11 +7582,11 @@
|
|
7582
7582
|
}
|
7583
7583
|
function ensureCorrectIsomorphicReactVersion() {
|
7584
7584
|
var isomorphicReactPackageVersion = React.version;
|
7585
|
-
if ("19.1.0-canary-
|
7585
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
7586
7586
|
throw Error(
|
7587
7587
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7588
7588
|
(isomorphicReactPackageVersion +
|
7589
|
-
"\n - react-dom: 19.1.0-canary-
|
7589
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
7590
7590
|
);
|
7591
7591
|
}
|
7592
7592
|
var React = require("react"),
|
@@ -9240,5 +9240,5 @@
|
|
9240
9240
|
startWork(request);
|
9241
9241
|
});
|
9242
9242
|
};
|
9243
|
-
exports.version = "19.1.0-canary-
|
9243
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
9244
9244
|
})();
|
@@ -6225,12 +6225,12 @@ function abort(request, reason) {
|
|
6225
6225
|
}
|
6226
6226
|
function ensureCorrectIsomorphicReactVersion() {
|
6227
6227
|
var isomorphicReactPackageVersion = React.version;
|
6228
|
-
if ("19.1.0-canary-
|
6228
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
6229
6229
|
throw Error(
|
6230
6230
|
formatProdErrorMessage(
|
6231
6231
|
527,
|
6232
6232
|
isomorphicReactPackageVersion,
|
6233
|
-
"19.1.0-canary-
|
6233
|
+
"19.1.0-canary-cd90a4d8-20250210"
|
6234
6234
|
)
|
6235
6235
|
);
|
6236
6236
|
}
|
@@ -6377,4 +6377,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6377
6377
|
startWork(request);
|
6378
6378
|
});
|
6379
6379
|
};
|
6380
|
-
exports.version = "19.1.0-canary-
|
6380
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -8476,13 +8476,13 @@ function abort(request, reason) {
|
|
8476
8476
|
}
|
8477
8477
|
var isomorphicReactPackageVersion$jscomp$inline_732 = React.version;
|
8478
8478
|
if (
|
8479
|
-
"19.1.0-canary-
|
8479
|
+
"19.1.0-canary-cd90a4d8-20250210" !==
|
8480
8480
|
isomorphicReactPackageVersion$jscomp$inline_732
|
8481
8481
|
)
|
8482
8482
|
throw Error(
|
8483
8483
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8484
8484
|
(isomorphicReactPackageVersion$jscomp$inline_732 +
|
8485
|
-
"\n - react-dom: 19.1.0-canary-
|
8485
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
8486
8486
|
);
|
8487
8487
|
exports.renderToReadableStream = function (children, options) {
|
8488
8488
|
return new Promise(function (resolve, reject) {
|
@@ -8574,4 +8574,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8574
8574
|
startWork(request$jscomp$0);
|
8575
8575
|
});
|
8576
8576
|
};
|
8577
|
-
exports.version = "19.1.0-canary-
|
8577
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -5863,13 +5863,13 @@ function abort(request, reason) {
|
|
5863
5863
|
}
|
5864
5864
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5865
5865
|
if (
|
5866
|
-
"19.1.0-canary-
|
5866
|
+
"19.1.0-canary-cd90a4d8-20250210" !==
|
5867
5867
|
isomorphicReactPackageVersion$jscomp$inline_761
|
5868
5868
|
)
|
5869
5869
|
throw Error(
|
5870
5870
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5871
5871
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
5872
|
-
"\n - react-dom: 19.1.0-canary-
|
5872
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
5873
5873
|
);
|
5874
5874
|
exports.renderToReadableStream = function (children, options) {
|
5875
5875
|
return new Promise(function (resolve, reject) {
|
@@ -5960,4 +5960,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5960
5960
|
startWork(request);
|
5961
5961
|
});
|
5962
5962
|
};
|
5963
|
-
exports.version = "19.1.0-canary-
|
5963
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -7605,11 +7605,11 @@
|
|
7605
7605
|
}
|
7606
7606
|
function ensureCorrectIsomorphicReactVersion() {
|
7607
7607
|
var isomorphicReactPackageVersion = React.version;
|
7608
|
-
if ("19.1.0-canary-
|
7608
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
7609
7609
|
throw Error(
|
7610
7610
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7611
7611
|
(isomorphicReactPackageVersion +
|
7612
|
-
"\n - react-dom: 19.1.0-canary-
|
7612
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
7613
7613
|
);
|
7614
7614
|
}
|
7615
7615
|
var React = require("react"),
|
@@ -9259,5 +9259,5 @@
|
|
9259
9259
|
startWork(request);
|
9260
9260
|
});
|
9261
9261
|
};
|
9262
|
-
exports.version = "19.1.0-canary-
|
9262
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
9263
9263
|
})();
|
@@ -6320,11 +6320,11 @@ function abort(request, reason) {
|
|
6320
6320
|
}
|
6321
6321
|
function ensureCorrectIsomorphicReactVersion() {
|
6322
6322
|
var isomorphicReactPackageVersion = React.version;
|
6323
|
-
if ("19.1.0-canary-
|
6323
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
6324
6324
|
throw Error(
|
6325
6325
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6326
6326
|
(isomorphicReactPackageVersion +
|
6327
|
-
"\n - react-dom: 19.1.0-canary-
|
6327
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
6328
6328
|
);
|
6329
6329
|
}
|
6330
6330
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6470,4 +6470,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6470
6470
|
startWork(request);
|
6471
6471
|
});
|
6472
6472
|
};
|
6473
|
-
exports.version = "19.1.0-canary-
|
6473
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -7480,11 +7480,11 @@
|
|
7480
7480
|
}
|
7481
7481
|
function ensureCorrectIsomorphicReactVersion() {
|
7482
7482
|
var isomorphicReactPackageVersion = React.version;
|
7483
|
-
if ("19.1.0-canary-
|
7483
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
7484
7484
|
throw Error(
|
7485
7485
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7486
7486
|
(isomorphicReactPackageVersion +
|
7487
|
-
"\n - react-dom: 19.1.0-canary-
|
7487
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
7488
7488
|
);
|
7489
7489
|
}
|
7490
7490
|
function createDrainHandler(destination, request) {
|
@@ -9133,5 +9133,5 @@
|
|
9133
9133
|
}
|
9134
9134
|
};
|
9135
9135
|
};
|
9136
|
-
exports.version = "19.1.0-canary-
|
9136
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
9137
9137
|
})();
|
@@ -6212,11 +6212,11 @@ function abort(request, reason) {
|
|
6212
6212
|
}
|
6213
6213
|
function ensureCorrectIsomorphicReactVersion() {
|
6214
6214
|
var isomorphicReactPackageVersion = React.version;
|
6215
|
-
if ("19.1.0-canary-
|
6215
|
+
if ("19.1.0-canary-cd90a4d8-20250210" !== isomorphicReactPackageVersion)
|
6216
6216
|
throw Error(
|
6217
6217
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6218
6218
|
(isomorphicReactPackageVersion +
|
6219
|
-
"\n - react-dom: 19.1.0-canary-
|
6219
|
+
"\n - react-dom: 19.1.0-canary-cd90a4d8-20250210\nLearn more: https://react.dev/warnings/version-mismatch")
|
6220
6220
|
);
|
6221
6221
|
}
|
6222
6222
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6365,4 +6365,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6365
6365
|
}
|
6366
6366
|
};
|
6367
6367
|
};
|
6368
|
-
exports.version = "19.1.0-canary-
|
6368
|
+
exports.version = "19.1.0-canary-cd90a4d8-20250210";
|
@@ -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-cd90a4d8-20250210";
|
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-cd90a4d8-20250210";
|
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-cd90a4d8-20250210",
|
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-cd90a4d8-20250210"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-cd90a4d8-20250210"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|