react-dom 19.2.0-canary-66f09bd0-20250806 → 19.2.0-canary-3958d5d8-20250807
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
|
@@ -25519,11 +25519,11 @@
|
|
|
25519
25519
|
};
|
|
25520
25520
|
(function () {
|
|
25521
25521
|
var isomorphicReactPackageVersion = React.version;
|
|
25522
|
-
if ("19.2.0-canary-
|
|
25522
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
25523
25523
|
throw Error(
|
|
25524
25524
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25525
25525
|
(isomorphicReactPackageVersion +
|
|
25526
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25526
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25527
25527
|
);
|
|
25528
25528
|
})();
|
|
25529
25529
|
("function" === typeof Map &&
|
|
@@ -25560,10 +25560,10 @@
|
|
|
25560
25560
|
!(function () {
|
|
25561
25561
|
var internals = {
|
|
25562
25562
|
bundleType: 1,
|
|
25563
|
-
version: "19.2.0-canary-
|
|
25563
|
+
version: "19.2.0-canary-3958d5d8-20250807",
|
|
25564
25564
|
rendererPackageName: "react-dom",
|
|
25565
25565
|
currentDispatcherRef: ReactSharedInternals,
|
|
25566
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25566
|
+
reconcilerVersion: "19.2.0-canary-3958d5d8-20250807"
|
|
25567
25567
|
};
|
|
25568
25568
|
internals.overrideHookState = overrideHookState;
|
|
25569
25569
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25701,7 +25701,7 @@
|
|
|
25701
25701
|
listenToAllSupportedEvents(container);
|
|
25702
25702
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
25703
25703
|
};
|
|
25704
|
-
exports.version = "19.2.0-canary-
|
|
25704
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
25705
25705
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25706
25706
|
"function" ===
|
|
25707
25707
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15695,14 +15695,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15695
15695
|
};
|
|
15696
15696
|
var isomorphicReactPackageVersion$jscomp$inline_1836 = React.version;
|
|
15697
15697
|
if (
|
|
15698
|
-
"19.2.0-canary-
|
|
15698
|
+
"19.2.0-canary-3958d5d8-20250807" !==
|
|
15699
15699
|
isomorphicReactPackageVersion$jscomp$inline_1836
|
|
15700
15700
|
)
|
|
15701
15701
|
throw Error(
|
|
15702
15702
|
formatProdErrorMessage(
|
|
15703
15703
|
527,
|
|
15704
15704
|
isomorphicReactPackageVersion$jscomp$inline_1836,
|
|
15705
|
-
"19.2.0-canary-
|
|
15705
|
+
"19.2.0-canary-3958d5d8-20250807"
|
|
15706
15706
|
)
|
|
15707
15707
|
);
|
|
15708
15708
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15724,10 +15724,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15724
15724
|
};
|
|
15725
15725
|
var internals$jscomp$inline_2329 = {
|
|
15726
15726
|
bundleType: 0,
|
|
15727
|
-
version: "19.2.0-canary-
|
|
15727
|
+
version: "19.2.0-canary-3958d5d8-20250807",
|
|
15728
15728
|
rendererPackageName: "react-dom",
|
|
15729
15729
|
currentDispatcherRef: ReactSharedInternals,
|
|
15730
|
-
reconcilerVersion: "19.2.0-canary-
|
|
15730
|
+
reconcilerVersion: "19.2.0-canary-3958d5d8-20250807"
|
|
15731
15731
|
};
|
|
15732
15732
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15733
15733
|
var hook$jscomp$inline_2330 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15825,4 +15825,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15825
15825
|
listenToAllSupportedEvents(container);
|
|
15826
15826
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15827
15827
|
};
|
|
15828
|
-
exports.version = "19.2.0-canary-
|
|
15828
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -25571,11 +25571,11 @@
|
|
|
25571
25571
|
};
|
|
25572
25572
|
(function () {
|
|
25573
25573
|
var isomorphicReactPackageVersion = React.version;
|
|
25574
|
-
if ("19.2.0-canary-
|
|
25574
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
25575
25575
|
throw Error(
|
|
25576
25576
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
25577
25577
|
(isomorphicReactPackageVersion +
|
|
25578
|
-
"\n - react-dom: 19.2.0-canary-
|
|
25578
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
25579
25579
|
);
|
|
25580
25580
|
})();
|
|
25581
25581
|
("function" === typeof Map &&
|
|
@@ -25612,10 +25612,10 @@
|
|
|
25612
25612
|
!(function () {
|
|
25613
25613
|
var internals = {
|
|
25614
25614
|
bundleType: 1,
|
|
25615
|
-
version: "19.2.0-canary-
|
|
25615
|
+
version: "19.2.0-canary-3958d5d8-20250807",
|
|
25616
25616
|
rendererPackageName: "react-dom",
|
|
25617
25617
|
currentDispatcherRef: ReactSharedInternals,
|
|
25618
|
-
reconcilerVersion: "19.2.0-canary-
|
|
25618
|
+
reconcilerVersion: "19.2.0-canary-3958d5d8-20250807"
|
|
25619
25619
|
};
|
|
25620
25620
|
internals.overrideHookState = overrideHookState;
|
|
25621
25621
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -26083,7 +26083,7 @@
|
|
|
26083
26083
|
exports.useFormStatus = function () {
|
|
26084
26084
|
return resolveDispatcher().useHostTransitionStatus();
|
|
26085
26085
|
};
|
|
26086
|
-
exports.version = "19.2.0-canary-
|
|
26086
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
26087
26087
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
26088
26088
|
"function" ===
|
|
26089
26089
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -16396,14 +16396,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
16396
16396
|
};
|
|
16397
16397
|
var isomorphicReactPackageVersion$jscomp$inline_1940 = React.version;
|
|
16398
16398
|
if (
|
|
16399
|
-
"19.2.0-canary-
|
|
16399
|
+
"19.2.0-canary-3958d5d8-20250807" !==
|
|
16400
16400
|
isomorphicReactPackageVersion$jscomp$inline_1940
|
|
16401
16401
|
)
|
|
16402
16402
|
throw Error(
|
|
16403
16403
|
formatProdErrorMessage(
|
|
16404
16404
|
527,
|
|
16405
16405
|
isomorphicReactPackageVersion$jscomp$inline_1940,
|
|
16406
|
-
"19.2.0-canary-
|
|
16406
|
+
"19.2.0-canary-3958d5d8-20250807"
|
|
16407
16407
|
)
|
|
16408
16408
|
);
|
|
16409
16409
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -16425,10 +16425,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
16425
16425
|
};
|
|
16426
16426
|
var internals$jscomp$inline_1947 = {
|
|
16427
16427
|
bundleType: 0,
|
|
16428
|
-
version: "19.2.0-canary-
|
|
16428
|
+
version: "19.2.0-canary-3958d5d8-20250807",
|
|
16429
16429
|
rendererPackageName: "react-dom",
|
|
16430
16430
|
currentDispatcherRef: ReactSharedInternals,
|
|
16431
|
-
reconcilerVersion: "19.2.0-canary-
|
|
16431
|
+
reconcilerVersion: "19.2.0-canary-3958d5d8-20250807",
|
|
16432
16432
|
getLaneLabelMap: function () {
|
|
16433
16433
|
for (
|
|
16434
16434
|
var map = new Map(), lane = 1, index$281 = 0;
|
|
@@ -16701,7 +16701,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16701
16701
|
exports.useFormStatus = function () {
|
|
16702
16702
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16703
16703
|
};
|
|
16704
|
-
exports.version = "19.2.0-canary-
|
|
16704
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
16705
16705
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16706
16706
|
"function" ===
|
|
16707
16707
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -9738,5 +9738,5 @@
|
|
|
9738
9738
|
'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'
|
|
9739
9739
|
);
|
|
9740
9740
|
};
|
|
9741
|
-
exports.version = "19.2.0-canary-
|
|
9741
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
9742
9742
|
})();
|
|
@@ -6491,4 +6491,4 @@ exports.renderToString = function (children, options) {
|
|
|
6491
6491
|
'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'
|
|
6492
6492
|
);
|
|
6493
6493
|
};
|
|
6494
|
-
exports.version = "19.2.0-canary-
|
|
6494
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -9738,5 +9738,5 @@
|
|
|
9738
9738
|
'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'
|
|
9739
9739
|
);
|
|
9740
9740
|
};
|
|
9741
|
-
exports.version = "19.2.0-canary-
|
|
9741
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
9742
9742
|
})();
|
|
@@ -6574,4 +6574,4 @@ exports.renderToString = function (children, options) {
|
|
|
6574
6574
|
'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'
|
|
6575
6575
|
);
|
|
6576
6576
|
};
|
|
6577
|
-
exports.version = "19.2.0-canary-
|
|
6577
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -8485,11 +8485,11 @@
|
|
|
8485
8485
|
}
|
|
8486
8486
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8487
8487
|
var isomorphicReactPackageVersion = React.version;
|
|
8488
|
-
if ("19.2.0-canary-
|
|
8488
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
8489
8489
|
throw Error(
|
|
8490
8490
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8491
8491
|
(isomorphicReactPackageVersion +
|
|
8492
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8492
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8493
8493
|
);
|
|
8494
8494
|
}
|
|
8495
8495
|
var React = require("react"),
|
|
@@ -10179,5 +10179,5 @@
|
|
|
10179
10179
|
startWork(request);
|
|
10180
10180
|
});
|
|
10181
10181
|
};
|
|
10182
|
-
exports.version = "19.2.0-canary-
|
|
10182
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
10183
10183
|
})();
|
|
@@ -6875,12 +6875,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6875
6875
|
}
|
|
6876
6876
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6877
6877
|
var isomorphicReactPackageVersion = React.version;
|
|
6878
|
-
if ("19.2.0-canary-
|
|
6878
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
6879
6879
|
throw Error(
|
|
6880
6880
|
formatProdErrorMessage(
|
|
6881
6881
|
527,
|
|
6882
6882
|
isomorphicReactPackageVersion,
|
|
6883
|
-
"19.2.0-canary-
|
|
6883
|
+
"19.2.0-canary-3958d5d8-20250807"
|
|
6884
6884
|
)
|
|
6885
6885
|
);
|
|
6886
6886
|
}
|
|
@@ -7027,4 +7027,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7027
7027
|
startWork(request);
|
|
7028
7028
|
});
|
|
7029
7029
|
};
|
|
7030
|
-
exports.version = "19.2.0-canary-
|
|
7030
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -9366,13 +9366,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
9366
9366
|
}
|
|
9367
9367
|
var isomorphicReactPackageVersion$jscomp$inline_764 = React.version;
|
|
9368
9368
|
if (
|
|
9369
|
-
"19.2.0-canary-
|
|
9369
|
+
"19.2.0-canary-3958d5d8-20250807" !==
|
|
9370
9370
|
isomorphicReactPackageVersion$jscomp$inline_764
|
|
9371
9371
|
)
|
|
9372
9372
|
throw Error(
|
|
9373
9373
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
9374
9374
|
(isomorphicReactPackageVersion$jscomp$inline_764 +
|
|
9375
|
-
"\n - react-dom: 19.2.0-canary-
|
|
9375
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
9376
9376
|
);
|
|
9377
9377
|
exports.renderToReadableStream = function (children, options) {
|
|
9378
9378
|
return new Promise(function (resolve, reject) {
|
|
@@ -9465,4 +9465,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
9465
9465
|
startWork(request$jscomp$0);
|
|
9466
9466
|
});
|
|
9467
9467
|
};
|
|
9468
|
-
exports.version = "19.2.0-canary-
|
|
9468
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -6523,13 +6523,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6523
6523
|
}
|
|
6524
6524
|
var isomorphicReactPackageVersion$jscomp$inline_816 = React.version;
|
|
6525
6525
|
if (
|
|
6526
|
-
"19.2.0-canary-
|
|
6526
|
+
"19.2.0-canary-3958d5d8-20250807" !==
|
|
6527
6527
|
isomorphicReactPackageVersion$jscomp$inline_816
|
|
6528
6528
|
)
|
|
6529
6529
|
throw Error(
|
|
6530
6530
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6531
6531
|
(isomorphicReactPackageVersion$jscomp$inline_816 +
|
|
6532
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6532
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6533
6533
|
);
|
|
6534
6534
|
exports.renderToReadableStream = function (children, options) {
|
|
6535
6535
|
return new Promise(function (resolve, reject) {
|
|
@@ -6620,4 +6620,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6620
6620
|
startWork(request);
|
|
6621
6621
|
});
|
|
6622
6622
|
};
|
|
6623
|
-
exports.version = "19.2.0-canary-
|
|
6623
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -8508,11 +8508,11 @@
|
|
|
8508
8508
|
}
|
|
8509
8509
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8510
8510
|
var isomorphicReactPackageVersion = React.version;
|
|
8511
|
-
if ("19.2.0-canary-
|
|
8511
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
8512
8512
|
throw Error(
|
|
8513
8513
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8514
8514
|
(isomorphicReactPackageVersion +
|
|
8515
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8515
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8516
8516
|
);
|
|
8517
8517
|
}
|
|
8518
8518
|
var React = require("react"),
|
|
@@ -10198,5 +10198,5 @@
|
|
|
10198
10198
|
startWork(request);
|
|
10199
10199
|
});
|
|
10200
10200
|
};
|
|
10201
|
-
exports.version = "19.2.0-canary-
|
|
10201
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
10202
10202
|
})();
|
|
@@ -6973,11 +6973,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6973
6973
|
}
|
|
6974
6974
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6975
6975
|
var isomorphicReactPackageVersion = React.version;
|
|
6976
|
-
if ("19.2.0-canary-
|
|
6976
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
6977
6977
|
throw Error(
|
|
6978
6978
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6979
6979
|
(isomorphicReactPackageVersion +
|
|
6980
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6980
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6981
6981
|
);
|
|
6982
6982
|
}
|
|
6983
6983
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7123,4 +7123,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7123
7123
|
startWork(request);
|
|
7124
7124
|
});
|
|
7125
7125
|
};
|
|
7126
|
-
exports.version = "19.2.0-canary-
|
|
7126
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -8383,11 +8383,11 @@
|
|
|
8383
8383
|
}
|
|
8384
8384
|
function ensureCorrectIsomorphicReactVersion() {
|
|
8385
8385
|
var isomorphicReactPackageVersion = React.version;
|
|
8386
|
-
if ("19.2.0-canary-
|
|
8386
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
8387
8387
|
throw Error(
|
|
8388
8388
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8389
8389
|
(isomorphicReactPackageVersion +
|
|
8390
|
-
"\n - react-dom: 19.2.0-canary-
|
|
8390
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8391
8391
|
);
|
|
8392
8392
|
}
|
|
8393
8393
|
function createDrainHandler(destination, request) {
|
|
@@ -10258,5 +10258,5 @@
|
|
|
10258
10258
|
startWork(request);
|
|
10259
10259
|
});
|
|
10260
10260
|
};
|
|
10261
|
-
exports.version = "19.2.0-canary-
|
|
10261
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
10262
10262
|
})();
|
|
@@ -6865,11 +6865,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
|
6865
6865
|
}
|
|
6866
6866
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6867
6867
|
var isomorphicReactPackageVersion = React.version;
|
|
6868
|
-
if ("19.2.0-canary-
|
|
6868
|
+
if ("19.2.0-canary-3958d5d8-20250807" !== isomorphicReactPackageVersion)
|
|
6869
6869
|
throw Error(
|
|
6870
6870
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6871
6871
|
(isomorphicReactPackageVersion +
|
|
6872
|
-
"\n - react-dom: 19.2.0-canary-
|
|
6872
|
+
"\n - react-dom: 19.2.0-canary-3958d5d8-20250807\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6873
6873
|
);
|
|
6874
6874
|
}
|
|
6875
6875
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7207,4 +7207,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
7207
7207
|
startWork(request);
|
|
7208
7208
|
});
|
|
7209
7209
|
};
|
|
7210
|
-
exports.version = "19.2.0-canary-
|
|
7210
|
+
exports.version = "19.2.0-canary-3958d5d8-20250807";
|
|
@@ -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-3958d5d8-20250807";
|
|
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-3958d5d8-20250807";
|
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-3958d5d8-20250807",
|
|
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-3958d5d8-20250807"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.2.0-canary-
|
|
23
|
+
"react": "19.2.0-canary-3958d5d8-20250807"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|