react-dom 19.1.0-canary-c69a5fc5-20250318 → 19.1.0-canary-a4f9bd58-20250319
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
@@ -24827,11 +24827,11 @@
|
|
24827
24827
|
};
|
24828
24828
|
(function () {
|
24829
24829
|
var isomorphicReactPackageVersion = React.version;
|
24830
|
-
if ("19.1.0-canary-
|
24830
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
24831
24831
|
throw Error(
|
24832
24832
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24833
24833
|
(isomorphicReactPackageVersion +
|
24834
|
-
"\n - react-dom: 19.1.0-canary-
|
24834
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
24835
24835
|
);
|
24836
24836
|
})();
|
24837
24837
|
("function" === typeof Map &&
|
@@ -24868,10 +24868,10 @@
|
|
24868
24868
|
!(function () {
|
24869
24869
|
var internals = {
|
24870
24870
|
bundleType: 1,
|
24871
|
-
version: "19.1.0-canary-
|
24871
|
+
version: "19.1.0-canary-a4f9bd58-20250319",
|
24872
24872
|
rendererPackageName: "react-dom",
|
24873
24873
|
currentDispatcherRef: ReactSharedInternals,
|
24874
|
-
reconcilerVersion: "19.1.0-canary-
|
24874
|
+
reconcilerVersion: "19.1.0-canary-a4f9bd58-20250319"
|
24875
24875
|
};
|
24876
24876
|
internals.overrideHookState = overrideHookState;
|
24877
24877
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25015,7 +25015,7 @@
|
|
25015
25015
|
listenToAllSupportedEvents(container);
|
25016
25016
|
return new ReactDOMHydrationRoot(initialChildren);
|
25017
25017
|
};
|
25018
|
-
exports.version = "19.1.0-canary-
|
25018
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
25019
25019
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25020
25020
|
"function" ===
|
25021
25021
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15301,14 +15301,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15301
15301
|
};
|
15302
15302
|
var isomorphicReactPackageVersion$jscomp$inline_1811 = React.version;
|
15303
15303
|
if (
|
15304
|
-
"19.1.0-canary-
|
15304
|
+
"19.1.0-canary-a4f9bd58-20250319" !==
|
15305
15305
|
isomorphicReactPackageVersion$jscomp$inline_1811
|
15306
15306
|
)
|
15307
15307
|
throw Error(
|
15308
15308
|
formatProdErrorMessage(
|
15309
15309
|
527,
|
15310
15310
|
isomorphicReactPackageVersion$jscomp$inline_1811,
|
15311
|
-
"19.1.0-canary-
|
15311
|
+
"19.1.0-canary-a4f9bd58-20250319"
|
15312
15312
|
)
|
15313
15313
|
);
|
15314
15314
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15330,10 +15330,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15330
15330
|
};
|
15331
15331
|
var internals$jscomp$inline_2294 = {
|
15332
15332
|
bundleType: 0,
|
15333
|
-
version: "19.1.0-canary-
|
15333
|
+
version: "19.1.0-canary-a4f9bd58-20250319",
|
15334
15334
|
rendererPackageName: "react-dom",
|
15335
15335
|
currentDispatcherRef: ReactSharedInternals,
|
15336
|
-
reconcilerVersion: "19.1.0-canary-
|
15336
|
+
reconcilerVersion: "19.1.0-canary-a4f9bd58-20250319"
|
15337
15337
|
};
|
15338
15338
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15339
15339
|
var hook$jscomp$inline_2295 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15437,4 +15437,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15437
15437
|
listenToAllSupportedEvents(container);
|
15438
15438
|
return new ReactDOMHydrationRoot(initialChildren);
|
15439
15439
|
};
|
15440
|
-
exports.version = "19.1.0-canary-
|
15440
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -24884,11 +24884,11 @@
|
|
24884
24884
|
};
|
24885
24885
|
(function () {
|
24886
24886
|
var isomorphicReactPackageVersion = React.version;
|
24887
|
-
if ("19.1.0-canary-
|
24887
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
24888
24888
|
throw Error(
|
24889
24889
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24890
24890
|
(isomorphicReactPackageVersion +
|
24891
|
-
"\n - react-dom: 19.1.0-canary-
|
24891
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
24892
24892
|
);
|
24893
24893
|
})();
|
24894
24894
|
("function" === typeof Map &&
|
@@ -24925,10 +24925,10 @@
|
|
24925
24925
|
!(function () {
|
24926
24926
|
var internals = {
|
24927
24927
|
bundleType: 1,
|
24928
|
-
version: "19.1.0-canary-
|
24928
|
+
version: "19.1.0-canary-a4f9bd58-20250319",
|
24929
24929
|
rendererPackageName: "react-dom",
|
24930
24930
|
currentDispatcherRef: ReactSharedInternals,
|
24931
|
-
reconcilerVersion: "19.1.0-canary-
|
24931
|
+
reconcilerVersion: "19.1.0-canary-a4f9bd58-20250319"
|
24932
24932
|
};
|
24933
24933
|
internals.overrideHookState = overrideHookState;
|
24934
24934
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25402,7 +25402,7 @@
|
|
25402
25402
|
exports.useFormStatus = function () {
|
25403
25403
|
return resolveDispatcher().useHostTransitionStatus();
|
25404
25404
|
};
|
25405
|
-
exports.version = "19.1.0-canary-
|
25405
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
25406
25406
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25407
25407
|
"function" ===
|
25408
25408
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15949,14 +15949,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15949
15949
|
};
|
15950
15950
|
var isomorphicReactPackageVersion$jscomp$inline_1907 = React.version;
|
15951
15951
|
if (
|
15952
|
-
"19.1.0-canary-
|
15952
|
+
"19.1.0-canary-a4f9bd58-20250319" !==
|
15953
15953
|
isomorphicReactPackageVersion$jscomp$inline_1907
|
15954
15954
|
)
|
15955
15955
|
throw Error(
|
15956
15956
|
formatProdErrorMessage(
|
15957
15957
|
527,
|
15958
15958
|
isomorphicReactPackageVersion$jscomp$inline_1907,
|
15959
|
-
"19.1.0-canary-
|
15959
|
+
"19.1.0-canary-a4f9bd58-20250319"
|
15960
15960
|
)
|
15961
15961
|
);
|
15962
15962
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15978,10 +15978,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15978
15978
|
};
|
15979
15979
|
var internals$jscomp$inline_1914 = {
|
15980
15980
|
bundleType: 0,
|
15981
|
-
version: "19.1.0-canary-
|
15981
|
+
version: "19.1.0-canary-a4f9bd58-20250319",
|
15982
15982
|
rendererPackageName: "react-dom",
|
15983
15983
|
currentDispatcherRef: ReactSharedInternals,
|
15984
|
-
reconcilerVersion: "19.1.0-canary-
|
15984
|
+
reconcilerVersion: "19.1.0-canary-a4f9bd58-20250319",
|
15985
15985
|
getLaneLabelMap: function () {
|
15986
15986
|
for (
|
15987
15987
|
var map = new Map(), lane = 1, index$282 = 0;
|
@@ -16261,7 +16261,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16261
16261
|
exports.useFormStatus = function () {
|
16262
16262
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16263
16263
|
};
|
16264
|
-
exports.version = "19.1.0-canary-
|
16264
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
16265
16265
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16266
16266
|
"function" ===
|
16267
16267
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9012,5 +9012,5 @@
|
|
9012
9012
|
'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'
|
9013
9013
|
);
|
9014
9014
|
};
|
9015
|
-
exports.version = "19.1.0-canary-
|
9015
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
9016
9016
|
})();
|
@@ -5889,4 +5889,4 @@ exports.renderToString = function (children, options) {
|
|
5889
5889
|
'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'
|
5890
5890
|
);
|
5891
5891
|
};
|
5892
|
-
exports.version = "19.1.0-canary-
|
5892
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -9012,5 +9012,5 @@
|
|
9012
9012
|
'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'
|
9013
9013
|
);
|
9014
9014
|
};
|
9015
|
-
exports.version = "19.1.0-canary-
|
9015
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
9016
9016
|
})();
|
@@ -5969,4 +5969,4 @@ exports.renderToString = function (children, options) {
|
|
5969
5969
|
'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'
|
5970
5970
|
);
|
5971
5971
|
};
|
5972
|
-
exports.version = "19.1.0-canary-
|
5972
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -7742,11 +7742,11 @@
|
|
7742
7742
|
}
|
7743
7743
|
function ensureCorrectIsomorphicReactVersion() {
|
7744
7744
|
var isomorphicReactPackageVersion = React.version;
|
7745
|
-
if ("19.1.0-canary-
|
7745
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
7746
7746
|
throw Error(
|
7747
7747
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7748
7748
|
(isomorphicReactPackageVersion +
|
7749
|
-
"\n - react-dom: 19.1.0-canary-
|
7749
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7750
7750
|
);
|
7751
7751
|
}
|
7752
7752
|
var React = require("react"),
|
@@ -9401,5 +9401,5 @@
|
|
9401
9401
|
startWork(request);
|
9402
9402
|
});
|
9403
9403
|
};
|
9404
|
-
exports.version = "19.1.0-canary-
|
9404
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
9405
9405
|
})();
|
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
|
|
6229
6229
|
}
|
6230
6230
|
function ensureCorrectIsomorphicReactVersion() {
|
6231
6231
|
var isomorphicReactPackageVersion = React.version;
|
6232
|
-
if ("19.1.0-canary-
|
6232
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
6233
6233
|
throw Error(
|
6234
6234
|
formatProdErrorMessage(
|
6235
6235
|
527,
|
6236
6236
|
isomorphicReactPackageVersion,
|
6237
|
-
"19.1.0-canary-
|
6237
|
+
"19.1.0-canary-a4f9bd58-20250319"
|
6238
6238
|
)
|
6239
6239
|
);
|
6240
6240
|
}
|
@@ -6381,4 +6381,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6381
6381
|
startWork(request);
|
6382
6382
|
});
|
6383
6383
|
};
|
6384
|
-
exports.version = "19.1.0-canary-
|
6384
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -8620,13 +8620,13 @@ function abort(request, reason) {
|
|
8620
8620
|
}
|
8621
8621
|
var isomorphicReactPackageVersion$jscomp$inline_740 = React.version;
|
8622
8622
|
if (
|
8623
|
-
"19.1.0-canary-
|
8623
|
+
"19.1.0-canary-a4f9bd58-20250319" !==
|
8624
8624
|
isomorphicReactPackageVersion$jscomp$inline_740
|
8625
8625
|
)
|
8626
8626
|
throw Error(
|
8627
8627
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8628
8628
|
(isomorphicReactPackageVersion$jscomp$inline_740 +
|
8629
|
-
"\n - react-dom: 19.1.0-canary-
|
8629
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
8630
8630
|
);
|
8631
8631
|
exports.renderToReadableStream = function (children, options) {
|
8632
8632
|
return new Promise(function (resolve, reject) {
|
@@ -8719,4 +8719,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8719
8719
|
startWork(request$jscomp$0);
|
8720
8720
|
});
|
8721
8721
|
};
|
8722
|
-
exports.version = "19.1.0-canary-
|
8722
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
|
|
5867
5867
|
}
|
5868
5868
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5869
5869
|
if (
|
5870
|
-
"19.1.0-canary-
|
5870
|
+
"19.1.0-canary-a4f9bd58-20250319" !==
|
5871
5871
|
isomorphicReactPackageVersion$jscomp$inline_761
|
5872
5872
|
)
|
5873
5873
|
throw Error(
|
5874
5874
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5875
5875
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
5876
|
-
"\n - react-dom: 19.1.0-canary-
|
5876
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
5877
5877
|
);
|
5878
5878
|
exports.renderToReadableStream = function (children, options) {
|
5879
5879
|
return new Promise(function (resolve, reject) {
|
@@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5964
5964
|
startWork(request);
|
5965
5965
|
});
|
5966
5966
|
};
|
5967
|
-
exports.version = "19.1.0-canary-
|
5967
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -7765,11 +7765,11 @@
|
|
7765
7765
|
}
|
7766
7766
|
function ensureCorrectIsomorphicReactVersion() {
|
7767
7767
|
var isomorphicReactPackageVersion = React.version;
|
7768
|
-
if ("19.1.0-canary-
|
7768
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
7769
7769
|
throw Error(
|
7770
7770
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7771
7771
|
(isomorphicReactPackageVersion +
|
7772
|
-
"\n - react-dom: 19.1.0-canary-
|
7772
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7773
7773
|
);
|
7774
7774
|
}
|
7775
7775
|
var React = require("react"),
|
@@ -9420,5 +9420,5 @@
|
|
9420
9420
|
startWork(request);
|
9421
9421
|
});
|
9422
9422
|
};
|
9423
|
-
exports.version = "19.1.0-canary-
|
9423
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
9424
9424
|
})();
|
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
|
|
6324
6324
|
}
|
6325
6325
|
function ensureCorrectIsomorphicReactVersion() {
|
6326
6326
|
var isomorphicReactPackageVersion = React.version;
|
6327
|
-
if ("19.1.0-canary-
|
6327
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
6328
6328
|
throw Error(
|
6329
6329
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6330
6330
|
(isomorphicReactPackageVersion +
|
6331
|
-
"\n - react-dom: 19.1.0-canary-
|
6331
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
6332
6332
|
);
|
6333
6333
|
}
|
6334
6334
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6474
6474
|
startWork(request);
|
6475
6475
|
});
|
6476
6476
|
};
|
6477
|
-
exports.version = "19.1.0-canary-
|
6477
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -7640,11 +7640,11 @@
|
|
7640
7640
|
}
|
7641
7641
|
function ensureCorrectIsomorphicReactVersion() {
|
7642
7642
|
var isomorphicReactPackageVersion = React.version;
|
7643
|
-
if ("19.1.0-canary-
|
7643
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
7644
7644
|
throw Error(
|
7645
7645
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7646
7646
|
(isomorphicReactPackageVersion +
|
7647
|
-
"\n - react-dom: 19.1.0-canary-
|
7647
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
7648
7648
|
);
|
7649
7649
|
}
|
7650
7650
|
function createDrainHandler(destination, request) {
|
@@ -9294,5 +9294,5 @@
|
|
9294
9294
|
}
|
9295
9295
|
};
|
9296
9296
|
};
|
9297
|
-
exports.version = "19.1.0-canary-
|
9297
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
9298
9298
|
})();
|
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
|
|
6216
6216
|
}
|
6217
6217
|
function ensureCorrectIsomorphicReactVersion() {
|
6218
6218
|
var isomorphicReactPackageVersion = React.version;
|
6219
|
-
if ("19.1.0-canary-
|
6219
|
+
if ("19.1.0-canary-a4f9bd58-20250319" !== isomorphicReactPackageVersion)
|
6220
6220
|
throw Error(
|
6221
6221
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6222
6222
|
(isomorphicReactPackageVersion +
|
6223
|
-
"\n - react-dom: 19.1.0-canary-
|
6223
|
+
"\n - react-dom: 19.1.0-canary-a4f9bd58-20250319\nLearn more: https://react.dev/warnings/version-mismatch")
|
6224
6224
|
);
|
6225
6225
|
}
|
6226
6226
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6369,4 +6369,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6369
6369
|
}
|
6370
6370
|
};
|
6371
6371
|
};
|
6372
|
-
exports.version = "19.1.0-canary-
|
6372
|
+
exports.version = "19.1.0-canary-a4f9bd58-20250319";
|
@@ -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-a4f9bd58-20250319";
|
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-a4f9bd58-20250319";
|
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-a4f9bd58-20250319",
|
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-a4f9bd58-20250319"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-a4f9bd58-20250319"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|