react-dom 19.2.0-canary-8ce15b0f-20250522 → 19.2.0-canary-99efc627-20250523
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 +7 -7
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +7 -7
- 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
@@ -14827,7 +14827,7 @@
|
|
14827
14827
|
);
|
14828
14828
|
markRootUpdated$1(root, lane);
|
14829
14829
|
if (
|
14830
|
-
|
14830
|
+
(executionContext & RenderContext) !== NoContext &&
|
14831
14831
|
root === workInProgressRoot
|
14832
14832
|
) {
|
14833
14833
|
if (isRendering)
|
@@ -16492,7 +16492,7 @@
|
|
16492
16492
|
} else didWarnStateUpdateForNotYetMountedComponent = new Set([tag]);
|
16493
16493
|
runWithFiberInDEV(fiber, function () {
|
16494
16494
|
console.error(
|
16495
|
-
"Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously
|
16495
|
+
"Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead."
|
16496
16496
|
);
|
16497
16497
|
});
|
16498
16498
|
}
|
@@ -25449,11 +25449,11 @@
|
|
25449
25449
|
};
|
25450
25450
|
(function () {
|
25451
25451
|
var isomorphicReactPackageVersion = React.version;
|
25452
|
-
if ("19.2.0-canary-
|
25452
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
25453
25453
|
throw Error(
|
25454
25454
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25455
25455
|
(isomorphicReactPackageVersion +
|
25456
|
-
"\n - react-dom: 19.2.0-canary-
|
25456
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
25457
25457
|
);
|
25458
25458
|
})();
|
25459
25459
|
("function" === typeof Map &&
|
@@ -25490,10 +25490,10 @@
|
|
25490
25490
|
!(function () {
|
25491
25491
|
var internals = {
|
25492
25492
|
bundleType: 1,
|
25493
|
-
version: "19.2.0-canary-
|
25493
|
+
version: "19.2.0-canary-99efc627-20250523",
|
25494
25494
|
rendererPackageName: "react-dom",
|
25495
25495
|
currentDispatcherRef: ReactSharedInternals,
|
25496
|
-
reconcilerVersion: "19.2.0-canary-
|
25496
|
+
reconcilerVersion: "19.2.0-canary-99efc627-20250523"
|
25497
25497
|
};
|
25498
25498
|
internals.overrideHookState = overrideHookState;
|
25499
25499
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25631,7 +25631,7 @@
|
|
25631
25631
|
listenToAllSupportedEvents(container);
|
25632
25632
|
return new ReactDOMHydrationRoot(initialChildren);
|
25633
25633
|
};
|
25634
|
-
exports.version = "19.2.0-canary-
|
25634
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
25635
25635
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25636
25636
|
"function" ===
|
25637
25637
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15686,14 +15686,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15686
15686
|
};
|
15687
15687
|
var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
|
15688
15688
|
if (
|
15689
|
-
"19.2.0-canary-
|
15689
|
+
"19.2.0-canary-99efc627-20250523" !==
|
15690
15690
|
isomorphicReactPackageVersion$jscomp$inline_1851
|
15691
15691
|
)
|
15692
15692
|
throw Error(
|
15693
15693
|
formatProdErrorMessage(
|
15694
15694
|
527,
|
15695
15695
|
isomorphicReactPackageVersion$jscomp$inline_1851,
|
15696
|
-
"19.2.0-canary-
|
15696
|
+
"19.2.0-canary-99efc627-20250523"
|
15697
15697
|
)
|
15698
15698
|
);
|
15699
15699
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15715,10 +15715,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15715
15715
|
};
|
15716
15716
|
var internals$jscomp$inline_2344 = {
|
15717
15717
|
bundleType: 0,
|
15718
|
-
version: "19.2.0-canary-
|
15718
|
+
version: "19.2.0-canary-99efc627-20250523",
|
15719
15719
|
rendererPackageName: "react-dom",
|
15720
15720
|
currentDispatcherRef: ReactSharedInternals,
|
15721
|
-
reconcilerVersion: "19.2.0-canary-
|
15721
|
+
reconcilerVersion: "19.2.0-canary-99efc627-20250523"
|
15722
15722
|
};
|
15723
15723
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15724
15724
|
var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15816,4 +15816,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15816
15816
|
listenToAllSupportedEvents(container);
|
15817
15817
|
return new ReactDOMHydrationRoot(initialChildren);
|
15818
15818
|
};
|
15819
|
-
exports.version = "19.2.0-canary-
|
15819
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -14835,7 +14835,7 @@
|
|
14835
14835
|
);
|
14836
14836
|
markRootUpdated$1(root, lane);
|
14837
14837
|
if (
|
14838
|
-
|
14838
|
+
(executionContext & RenderContext) !== NoContext &&
|
14839
14839
|
root === workInProgressRoot
|
14840
14840
|
) {
|
14841
14841
|
if (isRendering)
|
@@ -16500,7 +16500,7 @@
|
|
16500
16500
|
} else didWarnStateUpdateForNotYetMountedComponent = new Set([tag]);
|
16501
16501
|
runWithFiberInDEV(fiber, function () {
|
16502
16502
|
console.error(
|
16503
|
-
"Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously
|
16503
|
+
"Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead."
|
16504
16504
|
);
|
16505
16505
|
});
|
16506
16506
|
}
|
@@ -25501,11 +25501,11 @@
|
|
25501
25501
|
};
|
25502
25502
|
(function () {
|
25503
25503
|
var isomorphicReactPackageVersion = React.version;
|
25504
|
-
if ("19.2.0-canary-
|
25504
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
25505
25505
|
throw Error(
|
25506
25506
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25507
25507
|
(isomorphicReactPackageVersion +
|
25508
|
-
"\n - react-dom: 19.2.0-canary-
|
25508
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
25509
25509
|
);
|
25510
25510
|
})();
|
25511
25511
|
("function" === typeof Map &&
|
@@ -25542,10 +25542,10 @@
|
|
25542
25542
|
!(function () {
|
25543
25543
|
var internals = {
|
25544
25544
|
bundleType: 1,
|
25545
|
-
version: "19.2.0-canary-
|
25545
|
+
version: "19.2.0-canary-99efc627-20250523",
|
25546
25546
|
rendererPackageName: "react-dom",
|
25547
25547
|
currentDispatcherRef: ReactSharedInternals,
|
25548
|
-
reconcilerVersion: "19.2.0-canary-
|
25548
|
+
reconcilerVersion: "19.2.0-canary-99efc627-20250523"
|
25549
25549
|
};
|
25550
25550
|
internals.overrideHookState = overrideHookState;
|
25551
25551
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26013,7 +26013,7 @@
|
|
26013
26013
|
exports.useFormStatus = function () {
|
26014
26014
|
return resolveDispatcher().useHostTransitionStatus();
|
26015
26015
|
};
|
26016
|
-
exports.version = "19.2.0-canary-
|
26016
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
26017
26017
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
26018
26018
|
"function" ===
|
26019
26019
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -16387,14 +16387,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16387
16387
|
};
|
16388
16388
|
var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
|
16389
16389
|
if (
|
16390
|
-
"19.2.0-canary-
|
16390
|
+
"19.2.0-canary-99efc627-20250523" !==
|
16391
16391
|
isomorphicReactPackageVersion$jscomp$inline_1955
|
16392
16392
|
)
|
16393
16393
|
throw Error(
|
16394
16394
|
formatProdErrorMessage(
|
16395
16395
|
527,
|
16396
16396
|
isomorphicReactPackageVersion$jscomp$inline_1955,
|
16397
|
-
"19.2.0-canary-
|
16397
|
+
"19.2.0-canary-99efc627-20250523"
|
16398
16398
|
)
|
16399
16399
|
);
|
16400
16400
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16416,10 +16416,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16416
16416
|
};
|
16417
16417
|
var internals$jscomp$inline_1962 = {
|
16418
16418
|
bundleType: 0,
|
16419
|
-
version: "19.2.0-canary-
|
16419
|
+
version: "19.2.0-canary-99efc627-20250523",
|
16420
16420
|
rendererPackageName: "react-dom",
|
16421
16421
|
currentDispatcherRef: ReactSharedInternals,
|
16422
|
-
reconcilerVersion: "19.2.0-canary-
|
16422
|
+
reconcilerVersion: "19.2.0-canary-99efc627-20250523",
|
16423
16423
|
getLaneLabelMap: function () {
|
16424
16424
|
for (
|
16425
16425
|
var map = new Map(), lane = 1, index$293 = 0;
|
@@ -16692,7 +16692,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16692
16692
|
exports.useFormStatus = function () {
|
16693
16693
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16694
16694
|
};
|
16695
|
-
exports.version = "19.2.0-canary-
|
16695
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
16696
16696
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16697
16697
|
"function" ===
|
16698
16698
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9598,5 +9598,5 @@
|
|
9598
9598
|
'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'
|
9599
9599
|
);
|
9600
9600
|
};
|
9601
|
-
exports.version = "19.2.0-canary-
|
9601
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
9602
9602
|
})();
|
@@ -6395,4 +6395,4 @@ exports.renderToString = function (children, options) {
|
|
6395
6395
|
'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'
|
6396
6396
|
);
|
6397
6397
|
};
|
6398
|
-
exports.version = "19.2.0-canary-
|
6398
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -9598,5 +9598,5 @@
|
|
9598
9598
|
'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'
|
9599
9599
|
);
|
9600
9600
|
};
|
9601
|
-
exports.version = "19.2.0-canary-
|
9601
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
9602
9602
|
})();
|
@@ -6478,4 +6478,4 @@ exports.renderToString = function (children, options) {
|
|
6478
6478
|
'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'
|
6479
6479
|
);
|
6480
6480
|
};
|
6481
|
-
exports.version = "19.2.0-canary-
|
6481
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -8348,11 +8348,11 @@
|
|
8348
8348
|
}
|
8349
8349
|
function ensureCorrectIsomorphicReactVersion() {
|
8350
8350
|
var isomorphicReactPackageVersion = React.version;
|
8351
|
-
if ("19.2.0-canary-
|
8351
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
8352
8352
|
throw Error(
|
8353
8353
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8354
8354
|
(isomorphicReactPackageVersion +
|
8355
|
-
"\n - react-dom: 19.2.0-canary-
|
8355
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
8356
8356
|
);
|
8357
8357
|
}
|
8358
8358
|
var React = require("react"),
|
@@ -10039,5 +10039,5 @@
|
|
10039
10039
|
startWork(request);
|
10040
10040
|
});
|
10041
10041
|
};
|
10042
|
-
exports.version = "19.2.0-canary-
|
10042
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
10043
10043
|
})();
|
@@ -6778,12 +6778,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6778
6778
|
}
|
6779
6779
|
function ensureCorrectIsomorphicReactVersion() {
|
6780
6780
|
var isomorphicReactPackageVersion = React.version;
|
6781
|
-
if ("19.2.0-canary-
|
6781
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
6782
6782
|
throw Error(
|
6783
6783
|
formatProdErrorMessage(
|
6784
6784
|
527,
|
6785
6785
|
isomorphicReactPackageVersion,
|
6786
|
-
"19.2.0-canary-
|
6786
|
+
"19.2.0-canary-99efc627-20250523"
|
6787
6787
|
)
|
6788
6788
|
);
|
6789
6789
|
}
|
@@ -6930,4 +6930,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6930
6930
|
startWork(request);
|
6931
6931
|
});
|
6932
6932
|
};
|
6933
|
-
exports.version = "19.2.0-canary-
|
6933
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -9223,13 +9223,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9223
9223
|
}
|
9224
9224
|
var isomorphicReactPackageVersion$jscomp$inline_759 = React.version;
|
9225
9225
|
if (
|
9226
|
-
"19.2.0-canary-
|
9226
|
+
"19.2.0-canary-99efc627-20250523" !==
|
9227
9227
|
isomorphicReactPackageVersion$jscomp$inline_759
|
9228
9228
|
)
|
9229
9229
|
throw Error(
|
9230
9230
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9231
9231
|
(isomorphicReactPackageVersion$jscomp$inline_759 +
|
9232
|
-
"\n - react-dom: 19.2.0-canary-
|
9232
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
9233
9233
|
);
|
9234
9234
|
exports.renderToReadableStream = function (children, options) {
|
9235
9235
|
return new Promise(function (resolve, reject) {
|
@@ -9322,4 +9322,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9322
9322
|
startWork(request$jscomp$0);
|
9323
9323
|
});
|
9324
9324
|
};
|
9325
|
-
exports.version = "19.2.0-canary-
|
9325
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -6426,13 +6426,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6426
6426
|
}
|
6427
6427
|
var isomorphicReactPackageVersion$jscomp$inline_810 = React.version;
|
6428
6428
|
if (
|
6429
|
-
"19.2.0-canary-
|
6429
|
+
"19.2.0-canary-99efc627-20250523" !==
|
6430
6430
|
isomorphicReactPackageVersion$jscomp$inline_810
|
6431
6431
|
)
|
6432
6432
|
throw Error(
|
6433
6433
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6434
6434
|
(isomorphicReactPackageVersion$jscomp$inline_810 +
|
6435
|
-
"\n - react-dom: 19.2.0-canary-
|
6435
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
6436
6436
|
);
|
6437
6437
|
exports.renderToReadableStream = function (children, options) {
|
6438
6438
|
return new Promise(function (resolve, reject) {
|
@@ -6523,4 +6523,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6523
6523
|
startWork(request);
|
6524
6524
|
});
|
6525
6525
|
};
|
6526
|
-
exports.version = "19.2.0-canary-
|
6526
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -8371,11 +8371,11 @@
|
|
8371
8371
|
}
|
8372
8372
|
function ensureCorrectIsomorphicReactVersion() {
|
8373
8373
|
var isomorphicReactPackageVersion = React.version;
|
8374
|
-
if ("19.2.0-canary-
|
8374
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
8375
8375
|
throw Error(
|
8376
8376
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8377
8377
|
(isomorphicReactPackageVersion +
|
8378
|
-
"\n - react-dom: 19.2.0-canary-
|
8378
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
8379
8379
|
);
|
8380
8380
|
}
|
8381
8381
|
var React = require("react"),
|
@@ -10058,5 +10058,5 @@
|
|
10058
10058
|
startWork(request);
|
10059
10059
|
});
|
10060
10060
|
};
|
10061
|
-
exports.version = "19.2.0-canary-
|
10061
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
10062
10062
|
})();
|
@@ -6876,11 +6876,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6876
6876
|
}
|
6877
6877
|
function ensureCorrectIsomorphicReactVersion() {
|
6878
6878
|
var isomorphicReactPackageVersion = React.version;
|
6879
|
-
if ("19.2.0-canary-
|
6879
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
6880
6880
|
throw Error(
|
6881
6881
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6882
6882
|
(isomorphicReactPackageVersion +
|
6883
|
-
"\n - react-dom: 19.2.0-canary-
|
6883
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
6884
6884
|
);
|
6885
6885
|
}
|
6886
6886
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7026,4 +7026,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
7026
7026
|
startWork(request);
|
7027
7027
|
});
|
7028
7028
|
};
|
7029
|
-
exports.version = "19.2.0-canary-
|
7029
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -8246,11 +8246,11 @@
|
|
8246
8246
|
}
|
8247
8247
|
function ensureCorrectIsomorphicReactVersion() {
|
8248
8248
|
var isomorphicReactPackageVersion = React.version;
|
8249
|
-
if ("19.2.0-canary-
|
8249
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
8250
8250
|
throw Error(
|
8251
8251
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8252
8252
|
(isomorphicReactPackageVersion +
|
8253
|
-
"\n - react-dom: 19.2.0-canary-
|
8253
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
8254
8254
|
);
|
8255
8255
|
}
|
8256
8256
|
function createDrainHandler(destination, request) {
|
@@ -9932,5 +9932,5 @@
|
|
9932
9932
|
}
|
9933
9933
|
};
|
9934
9934
|
};
|
9935
|
-
exports.version = "19.2.0-canary-
|
9935
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
9936
9936
|
})();
|
@@ -6771,11 +6771,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6771
6771
|
}
|
6772
6772
|
function ensureCorrectIsomorphicReactVersion() {
|
6773
6773
|
var isomorphicReactPackageVersion = React.version;
|
6774
|
-
if ("19.2.0-canary-
|
6774
|
+
if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
|
6775
6775
|
throw Error(
|
6776
6776
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6777
6777
|
(isomorphicReactPackageVersion +
|
6778
|
-
"\n - react-dom: 19.2.0-canary-
|
6778
|
+
"\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
|
6779
6779
|
);
|
6780
6780
|
}
|
6781
6781
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6924,4 +6924,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6924
6924
|
}
|
6925
6925
|
};
|
6926
6926
|
};
|
6927
|
-
exports.version = "19.2.0-canary-
|
6927
|
+
exports.version = "19.2.0-canary-99efc627-20250523";
|
@@ -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-99efc627-20250523";
|
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-99efc627-20250523";
|
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-99efc627-20250523",
|
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-99efc627-20250523"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.2.0-canary-
|
23
|
+
"react": "19.2.0-canary-99efc627-20250523"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|