react-dom 19.1.0-canary-b158439a-20250115 → 19.1.0-canary-5b51a2b9-20250116
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
@@ -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-5b51a2b9-20250116" !== 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-5b51a2b9-20250116\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-5b51a2b9-20250116",
|
24615
24615
|
rendererPackageName: "react-dom",
|
24616
24616
|
currentDispatcherRef: ReactSharedInternals,
|
24617
|
-
reconcilerVersion: "19.1.0-canary-
|
24617
|
+
reconcilerVersion: "19.1.0-canary-5b51a2b9-20250116"
|
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-5b51a2b9-20250116";
|
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-5b51a2b9-20250116" !==
|
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-5b51a2b9-20250116"
|
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-5b51a2b9-20250116",
|
15235
15235
|
rendererPackageName: "react-dom",
|
15236
15236
|
currentDispatcherRef: ReactSharedInternals,
|
15237
|
-
reconcilerVersion: "19.1.0-canary-
|
15237
|
+
reconcilerVersion: "19.1.0-canary-5b51a2b9-20250116"
|
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-5b51a2b9-20250116";
|
@@ -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-5b51a2b9-20250116" !== 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-5b51a2b9-20250116\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-5b51a2b9-20250116",
|
24672
24672
|
rendererPackageName: "react-dom",
|
24673
24673
|
currentDispatcherRef: ReactSharedInternals,
|
24674
|
-
reconcilerVersion: "19.1.0-canary-
|
24674
|
+
reconcilerVersion: "19.1.0-canary-5b51a2b9-20250116"
|
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-5b51a2b9-20250116";
|
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-5b51a2b9-20250116" !==
|
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-5b51a2b9-20250116"
|
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-5b51a2b9-20250116",
|
15881
15881
|
rendererPackageName: "react-dom",
|
15882
15882
|
currentDispatcherRef: ReactSharedInternals,
|
15883
|
-
reconcilerVersion: "19.1.0-canary-
|
15883
|
+
reconcilerVersion: "19.1.0-canary-5b51a2b9-20250116",
|
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-5b51a2b9-20250116";
|
16166
16166
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16167
16167
|
"function" ===
|
16168
16168
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8567,5 +8567,5 @@
|
|
8567
8567
|
'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'
|
8568
8568
|
);
|
8569
8569
|
};
|
8570
|
-
exports.version = "19.1.0-canary-
|
8570
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
8571
8571
|
})();
|
@@ -5622,4 +5622,4 @@ exports.renderToString = function (children, options) {
|
|
5622
5622
|
'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'
|
5623
5623
|
);
|
5624
5624
|
};
|
5625
|
-
exports.version = "19.1.0-canary-
|
5625
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -8567,5 +8567,5 @@
|
|
8567
8567
|
'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'
|
8568
8568
|
);
|
8569
8569
|
};
|
8570
|
-
exports.version = "19.1.0-canary-
|
8570
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
8571
8571
|
})();
|
@@ -5699,4 +5699,4 @@ exports.renderToString = function (children, options) {
|
|
5699
5699
|
'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'
|
5700
5700
|
);
|
5701
5701
|
};
|
5702
|
-
exports.version = "19.1.0-canary-
|
5702
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -7296,11 +7296,11 @@
|
|
7296
7296
|
}
|
7297
7297
|
function ensureCorrectIsomorphicReactVersion() {
|
7298
7298
|
var isomorphicReactPackageVersion = React.version;
|
7299
|
-
if ("19.1.0-canary-
|
7299
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
7300
7300
|
throw Error(
|
7301
7301
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7302
7302
|
(isomorphicReactPackageVersion +
|
7303
|
-
"\n - react-dom: 19.1.0-canary-
|
7303
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
7304
7304
|
);
|
7305
7305
|
}
|
7306
7306
|
var React = require("react"),
|
@@ -8949,5 +8949,5 @@
|
|
8949
8949
|
startWork(request);
|
8950
8950
|
});
|
8951
8951
|
};
|
8952
|
-
exports.version = "19.1.0-canary-
|
8952
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
8953
8953
|
})();
|
@@ -5954,12 +5954,12 @@ function abort(request, reason) {
|
|
5954
5954
|
}
|
5955
5955
|
function ensureCorrectIsomorphicReactVersion() {
|
5956
5956
|
var isomorphicReactPackageVersion = React.version;
|
5957
|
-
if ("19.1.0-canary-
|
5957
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
5958
5958
|
throw Error(
|
5959
5959
|
formatProdErrorMessage(
|
5960
5960
|
527,
|
5961
5961
|
isomorphicReactPackageVersion,
|
5962
|
-
"19.1.0-canary-
|
5962
|
+
"19.1.0-canary-5b51a2b9-20250116"
|
5963
5963
|
)
|
5964
5964
|
);
|
5965
5965
|
}
|
@@ -6106,4 +6106,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6106
6106
|
startWork(request);
|
6107
6107
|
});
|
6108
6108
|
};
|
6109
|
-
exports.version = "19.1.0-canary-
|
6109
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -8188,13 +8188,13 @@ function abort(request, reason) {
|
|
8188
8188
|
}
|
8189
8189
|
var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
|
8190
8190
|
if (
|
8191
|
-
"19.1.0-canary-
|
8191
|
+
"19.1.0-canary-5b51a2b9-20250116" !==
|
8192
8192
|
isomorphicReactPackageVersion$jscomp$inline_699
|
8193
8193
|
)
|
8194
8194
|
throw Error(
|
8195
8195
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8196
8196
|
(isomorphicReactPackageVersion$jscomp$inline_699 +
|
8197
|
-
"\n - react-dom: 19.1.0-canary-
|
8197
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
8198
8198
|
);
|
8199
8199
|
exports.renderToReadableStream = function (children, options) {
|
8200
8200
|
return new Promise(function (resolve, reject) {
|
@@ -8286,4 +8286,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8286
8286
|
startWork(request$jscomp$0);
|
8287
8287
|
});
|
8288
8288
|
};
|
8289
|
-
exports.version = "19.1.0-canary-
|
8289
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -5591,13 +5591,13 @@ function abort(request, reason) {
|
|
5591
5591
|
}
|
5592
5592
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5593
5593
|
if (
|
5594
|
-
"19.1.0-canary-
|
5594
|
+
"19.1.0-canary-5b51a2b9-20250116" !==
|
5595
5595
|
isomorphicReactPackageVersion$jscomp$inline_728
|
5596
5596
|
)
|
5597
5597
|
throw Error(
|
5598
5598
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5599
5599
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
5600
|
-
"\n - react-dom: 19.1.0-canary-
|
5600
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
5601
5601
|
);
|
5602
5602
|
exports.renderToReadableStream = function (children, options) {
|
5603
5603
|
return new Promise(function (resolve, reject) {
|
@@ -5688,4 +5688,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5688
5688
|
startWork(request);
|
5689
5689
|
});
|
5690
5690
|
};
|
5691
|
-
exports.version = "19.1.0-canary-
|
5691
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -7319,11 +7319,11 @@
|
|
7319
7319
|
}
|
7320
7320
|
function ensureCorrectIsomorphicReactVersion() {
|
7321
7321
|
var isomorphicReactPackageVersion = React.version;
|
7322
|
-
if ("19.1.0-canary-
|
7322
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
7323
7323
|
throw Error(
|
7324
7324
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7325
7325
|
(isomorphicReactPackageVersion +
|
7326
|
-
"\n - react-dom: 19.1.0-canary-
|
7326
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
7327
7327
|
);
|
7328
7328
|
}
|
7329
7329
|
var React = require("react"),
|
@@ -8968,5 +8968,5 @@
|
|
8968
8968
|
startWork(request);
|
8969
8969
|
});
|
8970
8970
|
};
|
8971
|
-
exports.version = "19.1.0-canary-
|
8971
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
8972
8972
|
})();
|
@@ -6046,11 +6046,11 @@ function abort(request, reason) {
|
|
6046
6046
|
}
|
6047
6047
|
function ensureCorrectIsomorphicReactVersion() {
|
6048
6048
|
var isomorphicReactPackageVersion = React.version;
|
6049
|
-
if ("19.1.0-canary-
|
6049
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
6050
6050
|
throw Error(
|
6051
6051
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6052
6052
|
(isomorphicReactPackageVersion +
|
6053
|
-
"\n - react-dom: 19.1.0-canary-
|
6053
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
6054
6054
|
);
|
6055
6055
|
}
|
6056
6056
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6196,4 +6196,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6196
6196
|
startWork(request);
|
6197
6197
|
});
|
6198
6198
|
};
|
6199
|
-
exports.version = "19.1.0-canary-
|
6199
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -7194,11 +7194,11 @@
|
|
7194
7194
|
}
|
7195
7195
|
function ensureCorrectIsomorphicReactVersion() {
|
7196
7196
|
var isomorphicReactPackageVersion = React.version;
|
7197
|
-
if ("19.1.0-canary-
|
7197
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
7198
7198
|
throw Error(
|
7199
7199
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7200
7200
|
(isomorphicReactPackageVersion +
|
7201
|
-
"\n - react-dom: 19.1.0-canary-
|
7201
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
7202
7202
|
);
|
7203
7203
|
}
|
7204
7204
|
function createDrainHandler(destination, request) {
|
@@ -8842,5 +8842,5 @@
|
|
8842
8842
|
}
|
8843
8843
|
};
|
8844
8844
|
};
|
8845
|
-
exports.version = "19.1.0-canary-
|
8845
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
8846
8846
|
})();
|
@@ -5938,11 +5938,11 @@ function abort(request, reason) {
|
|
5938
5938
|
}
|
5939
5939
|
function ensureCorrectIsomorphicReactVersion() {
|
5940
5940
|
var isomorphicReactPackageVersion = React.version;
|
5941
|
-
if ("19.1.0-canary-
|
5941
|
+
if ("19.1.0-canary-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
|
5942
5942
|
throw Error(
|
5943
5943
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5944
5944
|
(isomorphicReactPackageVersion +
|
5945
|
-
"\n - react-dom: 19.1.0-canary-
|
5945
|
+
"\n - react-dom: 19.1.0-canary-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
|
5946
5946
|
);
|
5947
5947
|
}
|
5948
5948
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6091,4 +6091,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6091
6091
|
}
|
6092
6092
|
};
|
6093
6093
|
};
|
6094
|
-
exports.version = "19.1.0-canary-
|
6094
|
+
exports.version = "19.1.0-canary-5b51a2b9-20250116";
|
@@ -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-5b51a2b9-20250116";
|
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-5b51a2b9-20250116";
|
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-5b51a2b9-20250116",
|
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-5b51a2b9-20250116"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-5b51a2b9-20250116"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|