react-dom 19.2.0-canary-c498bfce-20250426 → 19.2.0-canary-5dc00d6b-20250428
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
@@ -25325,11 +25325,11 @@
|
|
25325
25325
|
};
|
25326
25326
|
(function () {
|
25327
25327
|
var isomorphicReactPackageVersion = React.version;
|
25328
|
-
if ("19.2.0-canary-
|
25328
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
25329
25329
|
throw Error(
|
25330
25330
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25331
25331
|
(isomorphicReactPackageVersion +
|
25332
|
-
"\n - react-dom: 19.2.0-canary-
|
25332
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
25333
25333
|
);
|
25334
25334
|
})();
|
25335
25335
|
("function" === typeof Map &&
|
@@ -25366,10 +25366,10 @@
|
|
25366
25366
|
!(function () {
|
25367
25367
|
var internals = {
|
25368
25368
|
bundleType: 1,
|
25369
|
-
version: "19.2.0-canary-
|
25369
|
+
version: "19.2.0-canary-5dc00d6b-20250428",
|
25370
25370
|
rendererPackageName: "react-dom",
|
25371
25371
|
currentDispatcherRef: ReactSharedInternals,
|
25372
|
-
reconcilerVersion: "19.2.0-canary-
|
25372
|
+
reconcilerVersion: "19.2.0-canary-5dc00d6b-20250428"
|
25373
25373
|
};
|
25374
25374
|
internals.overrideHookState = overrideHookState;
|
25375
25375
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25513,7 +25513,7 @@
|
|
25513
25513
|
listenToAllSupportedEvents(container);
|
25514
25514
|
return new ReactDOMHydrationRoot(initialChildren);
|
25515
25515
|
};
|
25516
|
-
exports.version = "19.2.0-canary-
|
25516
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
25517
25517
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25518
25518
|
"function" ===
|
25519
25519
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15606,14 +15606,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15606
15606
|
};
|
15607
15607
|
var isomorphicReactPackageVersion$jscomp$inline_1829 = React.version;
|
15608
15608
|
if (
|
15609
|
-
"19.2.0-canary-
|
15609
|
+
"19.2.0-canary-5dc00d6b-20250428" !==
|
15610
15610
|
isomorphicReactPackageVersion$jscomp$inline_1829
|
15611
15611
|
)
|
15612
15612
|
throw Error(
|
15613
15613
|
formatProdErrorMessage(
|
15614
15614
|
527,
|
15615
15615
|
isomorphicReactPackageVersion$jscomp$inline_1829,
|
15616
|
-
"19.2.0-canary-
|
15616
|
+
"19.2.0-canary-5dc00d6b-20250428"
|
15617
15617
|
)
|
15618
15618
|
);
|
15619
15619
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15635,10 +15635,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15635
15635
|
};
|
15636
15636
|
var internals$jscomp$inline_2318 = {
|
15637
15637
|
bundleType: 0,
|
15638
|
-
version: "19.2.0-canary-
|
15638
|
+
version: "19.2.0-canary-5dc00d6b-20250428",
|
15639
15639
|
rendererPackageName: "react-dom",
|
15640
15640
|
currentDispatcherRef: ReactSharedInternals,
|
15641
|
-
reconcilerVersion: "19.2.0-canary-
|
15641
|
+
reconcilerVersion: "19.2.0-canary-5dc00d6b-20250428"
|
15642
15642
|
};
|
15643
15643
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15644
15644
|
var hook$jscomp$inline_2319 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15742,4 +15742,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15742
15742
|
listenToAllSupportedEvents(container);
|
15743
15743
|
return new ReactDOMHydrationRoot(initialChildren);
|
15744
15744
|
};
|
15745
|
-
exports.version = "19.2.0-canary-
|
15745
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -25382,11 +25382,11 @@
|
|
25382
25382
|
};
|
25383
25383
|
(function () {
|
25384
25384
|
var isomorphicReactPackageVersion = React.version;
|
25385
|
-
if ("19.2.0-canary-
|
25385
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
25386
25386
|
throw Error(
|
25387
25387
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25388
25388
|
(isomorphicReactPackageVersion +
|
25389
|
-
"\n - react-dom: 19.2.0-canary-
|
25389
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
25390
25390
|
);
|
25391
25391
|
})();
|
25392
25392
|
("function" === typeof Map &&
|
@@ -25423,10 +25423,10 @@
|
|
25423
25423
|
!(function () {
|
25424
25424
|
var internals = {
|
25425
25425
|
bundleType: 1,
|
25426
|
-
version: "19.2.0-canary-
|
25426
|
+
version: "19.2.0-canary-5dc00d6b-20250428",
|
25427
25427
|
rendererPackageName: "react-dom",
|
25428
25428
|
currentDispatcherRef: ReactSharedInternals,
|
25429
|
-
reconcilerVersion: "19.2.0-canary-
|
25429
|
+
reconcilerVersion: "19.2.0-canary-5dc00d6b-20250428"
|
25430
25430
|
};
|
25431
25431
|
internals.overrideHookState = overrideHookState;
|
25432
25432
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25900,7 +25900,7 @@
|
|
25900
25900
|
exports.useFormStatus = function () {
|
25901
25901
|
return resolveDispatcher().useHostTransitionStatus();
|
25902
25902
|
};
|
25903
|
-
exports.version = "19.2.0-canary-
|
25903
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
25904
25904
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25905
25905
|
"function" ===
|
25906
25906
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -16307,14 +16307,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16307
16307
|
};
|
16308
16308
|
var isomorphicReactPackageVersion$jscomp$inline_1933 = React.version;
|
16309
16309
|
if (
|
16310
|
-
"19.2.0-canary-
|
16310
|
+
"19.2.0-canary-5dc00d6b-20250428" !==
|
16311
16311
|
isomorphicReactPackageVersion$jscomp$inline_1933
|
16312
16312
|
)
|
16313
16313
|
throw Error(
|
16314
16314
|
formatProdErrorMessage(
|
16315
16315
|
527,
|
16316
16316
|
isomorphicReactPackageVersion$jscomp$inline_1933,
|
16317
|
-
"19.2.0-canary-
|
16317
|
+
"19.2.0-canary-5dc00d6b-20250428"
|
16318
16318
|
)
|
16319
16319
|
);
|
16320
16320
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16336,10 +16336,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16336
16336
|
};
|
16337
16337
|
var internals$jscomp$inline_1940 = {
|
16338
16338
|
bundleType: 0,
|
16339
|
-
version: "19.2.0-canary-
|
16339
|
+
version: "19.2.0-canary-5dc00d6b-20250428",
|
16340
16340
|
rendererPackageName: "react-dom",
|
16341
16341
|
currentDispatcherRef: ReactSharedInternals,
|
16342
|
-
reconcilerVersion: "19.2.0-canary-
|
16342
|
+
reconcilerVersion: "19.2.0-canary-5dc00d6b-20250428",
|
16343
16343
|
getLaneLabelMap: function () {
|
16344
16344
|
for (
|
16345
16345
|
var map = new Map(), lane = 1, index$293 = 0;
|
@@ -16619,7 +16619,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16619
16619
|
exports.useFormStatus = function () {
|
16620
16620
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16621
16621
|
};
|
16622
|
-
exports.version = "19.2.0-canary-
|
16622
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
16623
16623
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16624
16624
|
"function" ===
|
16625
16625
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9104,5 +9104,5 @@
|
|
9104
9104
|
'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'
|
9105
9105
|
);
|
9106
9106
|
};
|
9107
|
-
exports.version = "19.2.0-canary-
|
9107
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
9108
9108
|
})();
|
@@ -5955,4 +5955,4 @@ exports.renderToString = function (children, options) {
|
|
5955
5955
|
'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'
|
5956
5956
|
);
|
5957
5957
|
};
|
5958
|
-
exports.version = "19.2.0-canary-
|
5958
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -9104,5 +9104,5 @@
|
|
9104
9104
|
'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'
|
9105
9105
|
);
|
9106
9106
|
};
|
9107
|
-
exports.version = "19.2.0-canary-
|
9107
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
9108
9108
|
})();
|
@@ -6035,4 +6035,4 @@ exports.renderToString = function (children, options) {
|
|
6035
6035
|
'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'
|
6036
6036
|
);
|
6037
6037
|
};
|
6038
|
-
exports.version = "19.2.0-canary-
|
6038
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -7840,11 +7840,11 @@
|
|
7840
7840
|
}
|
7841
7841
|
function ensureCorrectIsomorphicReactVersion() {
|
7842
7842
|
var isomorphicReactPackageVersion = React.version;
|
7843
|
-
if ("19.2.0-canary-
|
7843
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
7844
7844
|
throw Error(
|
7845
7845
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7846
7846
|
(isomorphicReactPackageVersion +
|
7847
|
-
"\n - react-dom: 19.2.0-canary-
|
7847
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
7848
7848
|
);
|
7849
7849
|
}
|
7850
7850
|
var React = require("react"),
|
@@ -9526,5 +9526,5 @@
|
|
9526
9526
|
startWork(request);
|
9527
9527
|
});
|
9528
9528
|
};
|
9529
|
-
exports.version = "19.2.0-canary-
|
9529
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
9530
9530
|
})();
|
@@ -6311,12 +6311,12 @@ function abort(request, reason) {
|
|
6311
6311
|
}
|
6312
6312
|
function ensureCorrectIsomorphicReactVersion() {
|
6313
6313
|
var isomorphicReactPackageVersion = React.version;
|
6314
|
-
if ("19.2.0-canary-
|
6314
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
6315
6315
|
throw Error(
|
6316
6316
|
formatProdErrorMessage(
|
6317
6317
|
527,
|
6318
6318
|
isomorphicReactPackageVersion,
|
6319
|
-
"19.2.0-canary-
|
6319
|
+
"19.2.0-canary-5dc00d6b-20250428"
|
6320
6320
|
)
|
6321
6321
|
);
|
6322
6322
|
}
|
@@ -6463,4 +6463,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6463
6463
|
startWork(request);
|
6464
6464
|
});
|
6465
6465
|
};
|
6466
|
-
exports.version = "19.2.0-canary-
|
6466
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -8721,13 +8721,13 @@ function abort(request, reason) {
|
|
8721
8721
|
}
|
8722
8722
|
var isomorphicReactPackageVersion$jscomp$inline_748 = React.version;
|
8723
8723
|
if (
|
8724
|
-
"19.2.0-canary-
|
8724
|
+
"19.2.0-canary-5dc00d6b-20250428" !==
|
8725
8725
|
isomorphicReactPackageVersion$jscomp$inline_748
|
8726
8726
|
)
|
8727
8727
|
throw Error(
|
8728
8728
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8729
8729
|
(isomorphicReactPackageVersion$jscomp$inline_748 +
|
8730
|
-
"\n - react-dom: 19.2.0-canary-
|
8730
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
8731
8731
|
);
|
8732
8732
|
exports.renderToReadableStream = function (children, options) {
|
8733
8733
|
return new Promise(function (resolve, reject) {
|
@@ -8820,4 +8820,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8820
8820
|
startWork(request$jscomp$0);
|
8821
8821
|
});
|
8822
8822
|
};
|
8823
|
-
exports.version = "19.2.0-canary-
|
8823
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -5942,13 +5942,13 @@ function abort(request, reason) {
|
|
5942
5942
|
}
|
5943
5943
|
var isomorphicReactPackageVersion$jscomp$inline_768 = React.version;
|
5944
5944
|
if (
|
5945
|
-
"19.2.0-canary-
|
5945
|
+
"19.2.0-canary-5dc00d6b-20250428" !==
|
5946
5946
|
isomorphicReactPackageVersion$jscomp$inline_768
|
5947
5947
|
)
|
5948
5948
|
throw Error(
|
5949
5949
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5950
5950
|
(isomorphicReactPackageVersion$jscomp$inline_768 +
|
5951
|
-
"\n - react-dom: 19.2.0-canary-
|
5951
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
5952
5952
|
);
|
5953
5953
|
exports.renderToReadableStream = function (children, options) {
|
5954
5954
|
return new Promise(function (resolve, reject) {
|
@@ -6039,4 +6039,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6039
6039
|
startWork(request);
|
6040
6040
|
});
|
6041
6041
|
};
|
6042
|
-
exports.version = "19.2.0-canary-
|
6042
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -7863,11 +7863,11 @@
|
|
7863
7863
|
}
|
7864
7864
|
function ensureCorrectIsomorphicReactVersion() {
|
7865
7865
|
var isomorphicReactPackageVersion = React.version;
|
7866
|
-
if ("19.2.0-canary-
|
7866
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
7867
7867
|
throw Error(
|
7868
7868
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7869
7869
|
(isomorphicReactPackageVersion +
|
7870
|
-
"\n - react-dom: 19.2.0-canary-
|
7870
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
7871
7871
|
);
|
7872
7872
|
}
|
7873
7873
|
var React = require("react"),
|
@@ -9545,5 +9545,5 @@
|
|
9545
9545
|
startWork(request);
|
9546
9546
|
});
|
9547
9547
|
};
|
9548
|
-
exports.version = "19.2.0-canary-
|
9548
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
9549
9549
|
})();
|
@@ -6406,11 +6406,11 @@ function abort(request, reason) {
|
|
6406
6406
|
}
|
6407
6407
|
function ensureCorrectIsomorphicReactVersion() {
|
6408
6408
|
var isomorphicReactPackageVersion = React.version;
|
6409
|
-
if ("19.2.0-canary-
|
6409
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
6410
6410
|
throw Error(
|
6411
6411
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6412
6412
|
(isomorphicReactPackageVersion +
|
6413
|
-
"\n - react-dom: 19.2.0-canary-
|
6413
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
6414
6414
|
);
|
6415
6415
|
}
|
6416
6416
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6556,4 +6556,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6556
6556
|
startWork(request);
|
6557
6557
|
});
|
6558
6558
|
};
|
6559
|
-
exports.version = "19.2.0-canary-
|
6559
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -7735,11 +7735,11 @@
|
|
7735
7735
|
}
|
7736
7736
|
function ensureCorrectIsomorphicReactVersion() {
|
7737
7737
|
var isomorphicReactPackageVersion = React.version;
|
7738
|
-
if ("19.2.0-canary-
|
7738
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
7739
7739
|
throw Error(
|
7740
7740
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7741
7741
|
(isomorphicReactPackageVersion +
|
7742
|
-
"\n - react-dom: 19.2.0-canary-
|
7742
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
7743
7743
|
);
|
7744
7744
|
}
|
7745
7745
|
function createDrainHandler(destination, request) {
|
@@ -9416,5 +9416,5 @@
|
|
9416
9416
|
}
|
9417
9417
|
};
|
9418
9418
|
};
|
9419
|
-
exports.version = "19.2.0-canary-
|
9419
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
9420
9420
|
})();
|
@@ -6304,11 +6304,11 @@ function abort(request, reason) {
|
|
6304
6304
|
}
|
6305
6305
|
function ensureCorrectIsomorphicReactVersion() {
|
6306
6306
|
var isomorphicReactPackageVersion = React.version;
|
6307
|
-
if ("19.2.0-canary-
|
6307
|
+
if ("19.2.0-canary-5dc00d6b-20250428" !== isomorphicReactPackageVersion)
|
6308
6308
|
throw Error(
|
6309
6309
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6310
6310
|
(isomorphicReactPackageVersion +
|
6311
|
-
"\n - react-dom: 19.2.0-canary-
|
6311
|
+
"\n - react-dom: 19.2.0-canary-5dc00d6b-20250428\nLearn more: https://react.dev/warnings/version-mismatch")
|
6312
6312
|
);
|
6313
6313
|
}
|
6314
6314
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6457,4 +6457,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6457
6457
|
}
|
6458
6458
|
};
|
6459
6459
|
};
|
6460
|
-
exports.version = "19.2.0-canary-
|
6460
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.2.0-canary-
|
419
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
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.2.0-canary-
|
210
|
+
exports.version = "19.2.0-canary-5dc00d6b-20250428";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.2.0-canary-
|
3
|
+
"version": "19.2.0-canary-5dc00d6b-20250428",
|
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.27.0-canary-
|
20
|
+
"scheduler": "0.27.0-canary-5dc00d6b-20250428"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.2.0-canary-
|
23
|
+
"react": "19.2.0-canary-5dc00d6b-20250428"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|