react-dom 19.2.0-canary-33661467-20250407 → 19.2.0-canary-ea05b750-20250408
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 +27 -27
- package/cjs/react-dom-profiling.development.js +5 -5
- package/cjs/react-dom-profiling.profiling.js +27 -27
- 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
@@ -24893,11 +24893,11 @@
|
|
24893
24893
|
};
|
24894
24894
|
(function () {
|
24895
24895
|
var isomorphicReactPackageVersion = React.version;
|
24896
|
-
if ("19.2.0-canary-
|
24896
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
24897
24897
|
throw Error(
|
24898
24898
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24899
24899
|
(isomorphicReactPackageVersion +
|
24900
|
-
"\n - react-dom: 19.2.0-canary-
|
24900
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
24901
24901
|
);
|
24902
24902
|
})();
|
24903
24903
|
("function" === typeof Map &&
|
@@ -24934,10 +24934,10 @@
|
|
24934
24934
|
!(function () {
|
24935
24935
|
var internals = {
|
24936
24936
|
bundleType: 1,
|
24937
|
-
version: "19.2.0-canary-
|
24937
|
+
version: "19.2.0-canary-ea05b750-20250408",
|
24938
24938
|
rendererPackageName: "react-dom",
|
24939
24939
|
currentDispatcherRef: ReactSharedInternals,
|
24940
|
-
reconcilerVersion: "19.2.0-canary-
|
24940
|
+
reconcilerVersion: "19.2.0-canary-ea05b750-20250408"
|
24941
24941
|
};
|
24942
24942
|
internals.overrideHookState = overrideHookState;
|
24943
24943
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25081,7 +25081,7 @@
|
|
25081
25081
|
listenToAllSupportedEvents(container);
|
25082
25082
|
return new ReactDOMHydrationRoot(initialChildren);
|
25083
25083
|
};
|
25084
|
-
exports.version = "19.2.0-canary-
|
25084
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
25085
25085
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25086
25086
|
"function" ===
|
25087
25087
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -11776,20 +11776,20 @@ function extractEvents$1(
|
|
11776
11776
|
}
|
11777
11777
|
}
|
11778
11778
|
for (
|
11779
|
-
var i$jscomp$
|
11780
|
-
i$jscomp$
|
11781
|
-
i$jscomp$
|
11779
|
+
var i$jscomp$inline_1525 = 0;
|
11780
|
+
i$jscomp$inline_1525 < simpleEventPluginEvents.length;
|
11781
|
+
i$jscomp$inline_1525++
|
11782
11782
|
) {
|
11783
|
-
var eventName$jscomp$
|
11784
|
-
simpleEventPluginEvents[i$jscomp$
|
11785
|
-
domEventName$jscomp$
|
11786
|
-
eventName$jscomp$
|
11787
|
-
capitalizedEvent$jscomp$
|
11788
|
-
eventName$jscomp$
|
11789
|
-
eventName$jscomp$
|
11783
|
+
var eventName$jscomp$inline_1526 =
|
11784
|
+
simpleEventPluginEvents[i$jscomp$inline_1525],
|
11785
|
+
domEventName$jscomp$inline_1527 =
|
11786
|
+
eventName$jscomp$inline_1526.toLowerCase(),
|
11787
|
+
capitalizedEvent$jscomp$inline_1528 =
|
11788
|
+
eventName$jscomp$inline_1526[0].toUpperCase() +
|
11789
|
+
eventName$jscomp$inline_1526.slice(1);
|
11790
11790
|
registerSimpleEvent(
|
11791
|
-
domEventName$jscomp$
|
11792
|
-
"on" + capitalizedEvent$jscomp$
|
11791
|
+
domEventName$jscomp$inline_1527,
|
11792
|
+
"on" + capitalizedEvent$jscomp$inline_1528
|
11793
11793
|
);
|
11794
11794
|
}
|
11795
11795
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
@@ -15285,16 +15285,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15285
15285
|
0 === i && attemptExplicitHydrationTarget(target);
|
15286
15286
|
}
|
15287
15287
|
};
|
15288
|
-
var isomorphicReactPackageVersion$jscomp$
|
15288
|
+
var isomorphicReactPackageVersion$jscomp$inline_1782 = React.version;
|
15289
15289
|
if (
|
15290
|
-
"19.2.0-canary-
|
15291
|
-
isomorphicReactPackageVersion$jscomp$
|
15290
|
+
"19.2.0-canary-ea05b750-20250408" !==
|
15291
|
+
isomorphicReactPackageVersion$jscomp$inline_1782
|
15292
15292
|
)
|
15293
15293
|
throw Error(
|
15294
15294
|
formatProdErrorMessage(
|
15295
15295
|
527,
|
15296
|
-
isomorphicReactPackageVersion$jscomp$
|
15297
|
-
"19.2.0-canary-
|
15296
|
+
isomorphicReactPackageVersion$jscomp$inline_1782,
|
15297
|
+
"19.2.0-canary-ea05b750-20250408"
|
15298
15298
|
)
|
15299
15299
|
);
|
15300
15300
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15314,24 +15314,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15314
15314
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
15315
15315
|
return componentOrElement;
|
15316
15316
|
};
|
15317
|
-
var internals$jscomp$
|
15317
|
+
var internals$jscomp$inline_2256 = {
|
15318
15318
|
bundleType: 0,
|
15319
|
-
version: "19.2.0-canary-
|
15319
|
+
version: "19.2.0-canary-ea05b750-20250408",
|
15320
15320
|
rendererPackageName: "react-dom",
|
15321
15321
|
currentDispatcherRef: ReactSharedInternals,
|
15322
|
-
reconcilerVersion: "19.2.0-canary-
|
15322
|
+
reconcilerVersion: "19.2.0-canary-ea05b750-20250408"
|
15323
15323
|
};
|
15324
15324
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15325
|
-
var hook$jscomp$
|
15325
|
+
var hook$jscomp$inline_2257 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
15326
15326
|
if (
|
15327
|
-
!hook$jscomp$
|
15328
|
-
hook$jscomp$
|
15327
|
+
!hook$jscomp$inline_2257.isDisabled &&
|
15328
|
+
hook$jscomp$inline_2257.supportsFiber
|
15329
15329
|
)
|
15330
15330
|
try {
|
15331
|
-
(rendererID = hook$jscomp$
|
15332
|
-
internals$jscomp$
|
15331
|
+
(rendererID = hook$jscomp$inline_2257.inject(
|
15332
|
+
internals$jscomp$inline_2256
|
15333
15333
|
)),
|
15334
|
-
(injectedHook = hook$jscomp$
|
15334
|
+
(injectedHook = hook$jscomp$inline_2257);
|
15335
15335
|
} catch (err) {}
|
15336
15336
|
}
|
15337
15337
|
exports.createRoot = function (container, options) {
|
@@ -15423,4 +15423,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15423
15423
|
listenToAllSupportedEvents(container);
|
15424
15424
|
return new ReactDOMHydrationRoot(initialChildren);
|
15425
15425
|
};
|
15426
|
-
exports.version = "19.2.0-canary-
|
15426
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -24950,11 +24950,11 @@
|
|
24950
24950
|
};
|
24951
24951
|
(function () {
|
24952
24952
|
var isomorphicReactPackageVersion = React.version;
|
24953
|
-
if ("19.2.0-canary-
|
24953
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
24954
24954
|
throw Error(
|
24955
24955
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24956
24956
|
(isomorphicReactPackageVersion +
|
24957
|
-
"\n - react-dom: 19.2.0-canary-
|
24957
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
24958
24958
|
);
|
24959
24959
|
})();
|
24960
24960
|
("function" === typeof Map &&
|
@@ -24991,10 +24991,10 @@
|
|
24991
24991
|
!(function () {
|
24992
24992
|
var internals = {
|
24993
24993
|
bundleType: 1,
|
24994
|
-
version: "19.2.0-canary-
|
24994
|
+
version: "19.2.0-canary-ea05b750-20250408",
|
24995
24995
|
rendererPackageName: "react-dom",
|
24996
24996
|
currentDispatcherRef: ReactSharedInternals,
|
24997
|
-
reconcilerVersion: "19.2.0-canary-
|
24997
|
+
reconcilerVersion: "19.2.0-canary-ea05b750-20250408"
|
24998
24998
|
};
|
24999
24999
|
internals.overrideHookState = overrideHookState;
|
25000
25000
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25468,7 +25468,7 @@
|
|
25468
25468
|
exports.useFormStatus = function () {
|
25469
25469
|
return resolveDispatcher().useHostTransitionStatus();
|
25470
25470
|
};
|
25471
|
-
exports.version = "19.2.0-canary-
|
25471
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
25472
25472
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25473
25473
|
"function" ===
|
25474
25474
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -12447,20 +12447,20 @@ function extractEvents$1(
|
|
12447
12447
|
}
|
12448
12448
|
}
|
12449
12449
|
for (
|
12450
|
-
var i$jscomp$
|
12451
|
-
i$jscomp$
|
12452
|
-
i$jscomp$
|
12450
|
+
var i$jscomp$inline_1621 = 0;
|
12451
|
+
i$jscomp$inline_1621 < simpleEventPluginEvents.length;
|
12452
|
+
i$jscomp$inline_1621++
|
12453
12453
|
) {
|
12454
|
-
var eventName$jscomp$
|
12455
|
-
simpleEventPluginEvents[i$jscomp$
|
12456
|
-
domEventName$jscomp$
|
12457
|
-
eventName$jscomp$
|
12458
|
-
capitalizedEvent$jscomp$
|
12459
|
-
eventName$jscomp$
|
12460
|
-
eventName$jscomp$
|
12454
|
+
var eventName$jscomp$inline_1622 =
|
12455
|
+
simpleEventPluginEvents[i$jscomp$inline_1621],
|
12456
|
+
domEventName$jscomp$inline_1623 =
|
12457
|
+
eventName$jscomp$inline_1622.toLowerCase(),
|
12458
|
+
capitalizedEvent$jscomp$inline_1624 =
|
12459
|
+
eventName$jscomp$inline_1622[0].toUpperCase() +
|
12460
|
+
eventName$jscomp$inline_1622.slice(1);
|
12461
12461
|
registerSimpleEvent(
|
12462
|
-
domEventName$jscomp$
|
12463
|
-
"on" + capitalizedEvent$jscomp$
|
12462
|
+
domEventName$jscomp$inline_1623,
|
12463
|
+
"on" + capitalizedEvent$jscomp$inline_1624
|
12464
12464
|
);
|
12465
12465
|
}
|
12466
12466
|
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
|
@@ -15975,16 +15975,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15975
15975
|
0 === i && attemptExplicitHydrationTarget(target);
|
15976
15976
|
}
|
15977
15977
|
};
|
15978
|
-
var isomorphicReactPackageVersion$jscomp$
|
15978
|
+
var isomorphicReactPackageVersion$jscomp$inline_1880 = React.version;
|
15979
15979
|
if (
|
15980
|
-
"19.2.0-canary-
|
15981
|
-
isomorphicReactPackageVersion$jscomp$
|
15980
|
+
"19.2.0-canary-ea05b750-20250408" !==
|
15981
|
+
isomorphicReactPackageVersion$jscomp$inline_1880
|
15982
15982
|
)
|
15983
15983
|
throw Error(
|
15984
15984
|
formatProdErrorMessage(
|
15985
15985
|
527,
|
15986
|
-
isomorphicReactPackageVersion$jscomp$
|
15987
|
-
"19.2.0-canary-
|
15986
|
+
isomorphicReactPackageVersion$jscomp$inline_1880,
|
15987
|
+
"19.2.0-canary-ea05b750-20250408"
|
15988
15988
|
)
|
15989
15989
|
);
|
15990
15990
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16004,12 +16004,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16004
16004
|
null === componentOrElement ? null : componentOrElement.stateNode;
|
16005
16005
|
return componentOrElement;
|
16006
16006
|
};
|
16007
|
-
var internals$jscomp$
|
16007
|
+
var internals$jscomp$inline_1887 = {
|
16008
16008
|
bundleType: 0,
|
16009
|
-
version: "19.2.0-canary-
|
16009
|
+
version: "19.2.0-canary-ea05b750-20250408",
|
16010
16010
|
rendererPackageName: "react-dom",
|
16011
16011
|
currentDispatcherRef: ReactSharedInternals,
|
16012
|
-
reconcilerVersion: "19.2.0-canary-
|
16012
|
+
reconcilerVersion: "19.2.0-canary-ea05b750-20250408",
|
16013
16013
|
getLaneLabelMap: function () {
|
16014
16014
|
for (
|
16015
16015
|
var map = new Map(), lane = 1, index$284 = 0;
|
@@ -16027,16 +16027,16 @@ var internals$jscomp$inline_1886 = {
|
|
16027
16027
|
}
|
16028
16028
|
};
|
16029
16029
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
16030
|
-
var hook$jscomp$
|
16030
|
+
var hook$jscomp$inline_2322 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
16031
16031
|
if (
|
16032
|
-
!hook$jscomp$
|
16033
|
-
hook$jscomp$
|
16032
|
+
!hook$jscomp$inline_2322.isDisabled &&
|
16033
|
+
hook$jscomp$inline_2322.supportsFiber
|
16034
16034
|
)
|
16035
16035
|
try {
|
16036
|
-
(rendererID = hook$jscomp$
|
16037
|
-
internals$jscomp$
|
16036
|
+
(rendererID = hook$jscomp$inline_2322.inject(
|
16037
|
+
internals$jscomp$inline_1887
|
16038
16038
|
)),
|
16039
|
-
(injectedHook = hook$jscomp$
|
16039
|
+
(injectedHook = hook$jscomp$inline_2322);
|
16040
16040
|
} catch (err) {}
|
16041
16041
|
}
|
16042
16042
|
function noop() {}
|
@@ -16289,7 +16289,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16289
16289
|
exports.useFormStatus = function () {
|
16290
16290
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16291
16291
|
};
|
16292
|
-
exports.version = "19.2.0-canary-
|
16292
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
16293
16293
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16294
16294
|
"function" ===
|
16295
16295
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9031,5 +9031,5 @@
|
|
9031
9031
|
'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'
|
9032
9032
|
);
|
9033
9033
|
};
|
9034
|
-
exports.version = "19.2.0-canary-
|
9034
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
9035
9035
|
})();
|
@@ -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.2.0-canary-
|
5892
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -9031,5 +9031,5 @@
|
|
9031
9031
|
'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'
|
9032
9032
|
);
|
9033
9033
|
};
|
9034
|
-
exports.version = "19.2.0-canary-
|
9034
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
9035
9035
|
})();
|
@@ -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.2.0-canary-
|
5972
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -7746,11 +7746,11 @@
|
|
7746
7746
|
}
|
7747
7747
|
function ensureCorrectIsomorphicReactVersion() {
|
7748
7748
|
var isomorphicReactPackageVersion = React.version;
|
7749
|
-
if ("19.2.0-canary-
|
7749
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
7750
7750
|
throw Error(
|
7751
7751
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7752
7752
|
(isomorphicReactPackageVersion +
|
7753
|
-
"\n - react-dom: 19.2.0-canary-
|
7753
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
7754
7754
|
);
|
7755
7755
|
}
|
7756
7756
|
var React = require("react"),
|
@@ -9420,5 +9420,5 @@
|
|
9420
9420
|
startWork(request);
|
9421
9421
|
});
|
9422
9422
|
};
|
9423
|
-
exports.version = "19.2.0-canary-
|
9423
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
9424
9424
|
})();
|
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
|
|
6229
6229
|
}
|
6230
6230
|
function ensureCorrectIsomorphicReactVersion() {
|
6231
6231
|
var isomorphicReactPackageVersion = React.version;
|
6232
|
-
if ("19.2.0-canary-
|
6232
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
6233
6233
|
throw Error(
|
6234
6234
|
formatProdErrorMessage(
|
6235
6235
|
527,
|
6236
6236
|
isomorphicReactPackageVersion,
|
6237
|
-
"19.2.0-canary-
|
6237
|
+
"19.2.0-canary-ea05b750-20250408"
|
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.2.0-canary-
|
6384
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -8637,13 +8637,13 @@ function abort(request, reason) {
|
|
8637
8637
|
}
|
8638
8638
|
var isomorphicReactPackageVersion$jscomp$inline_743 = React.version;
|
8639
8639
|
if (
|
8640
|
-
"19.2.0-canary-
|
8640
|
+
"19.2.0-canary-ea05b750-20250408" !==
|
8641
8641
|
isomorphicReactPackageVersion$jscomp$inline_743
|
8642
8642
|
)
|
8643
8643
|
throw Error(
|
8644
8644
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8645
8645
|
(isomorphicReactPackageVersion$jscomp$inline_743 +
|
8646
|
-
"\n - react-dom: 19.2.0-canary-
|
8646
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
8647
8647
|
);
|
8648
8648
|
exports.renderToReadableStream = function (children, options) {
|
8649
8649
|
return new Promise(function (resolve, reject) {
|
@@ -8736,4 +8736,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8736
8736
|
startWork(request$jscomp$0);
|
8737
8737
|
});
|
8738
8738
|
};
|
8739
|
-
exports.version = "19.2.0-canary-
|
8739
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
|
|
5867
5867
|
}
|
5868
5868
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5869
5869
|
if (
|
5870
|
-
"19.2.0-canary-
|
5870
|
+
"19.2.0-canary-ea05b750-20250408" !==
|
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.2.0-canary-
|
5876
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\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.2.0-canary-
|
5967
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -7769,11 +7769,11 @@
|
|
7769
7769
|
}
|
7770
7770
|
function ensureCorrectIsomorphicReactVersion() {
|
7771
7771
|
var isomorphicReactPackageVersion = React.version;
|
7772
|
-
if ("19.2.0-canary-
|
7772
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
7773
7773
|
throw Error(
|
7774
7774
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7775
7775
|
(isomorphicReactPackageVersion +
|
7776
|
-
"\n - react-dom: 19.2.0-canary-
|
7776
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
7777
7777
|
);
|
7778
7778
|
}
|
7779
7779
|
var React = require("react"),
|
@@ -9439,5 +9439,5 @@
|
|
9439
9439
|
startWork(request);
|
9440
9440
|
});
|
9441
9441
|
};
|
9442
|
-
exports.version = "19.2.0-canary-
|
9442
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
9443
9443
|
})();
|
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
|
|
6324
6324
|
}
|
6325
6325
|
function ensureCorrectIsomorphicReactVersion() {
|
6326
6326
|
var isomorphicReactPackageVersion = React.version;
|
6327
|
-
if ("19.2.0-canary-
|
6327
|
+
if ("19.2.0-canary-ea05b750-20250408" !== 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.2.0-canary-
|
6331
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\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.2.0-canary-
|
6477
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -7644,11 +7644,11 @@
|
|
7644
7644
|
}
|
7645
7645
|
function ensureCorrectIsomorphicReactVersion() {
|
7646
7646
|
var isomorphicReactPackageVersion = React.version;
|
7647
|
-
if ("19.2.0-canary-
|
7647
|
+
if ("19.2.0-canary-ea05b750-20250408" !== isomorphicReactPackageVersion)
|
7648
7648
|
throw Error(
|
7649
7649
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7650
7650
|
(isomorphicReactPackageVersion +
|
7651
|
-
"\n - react-dom: 19.2.0-canary-
|
7651
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\nLearn more: https://react.dev/warnings/version-mismatch")
|
7652
7652
|
);
|
7653
7653
|
}
|
7654
7654
|
function createDrainHandler(destination, request) {
|
@@ -9313,5 +9313,5 @@
|
|
9313
9313
|
}
|
9314
9314
|
};
|
9315
9315
|
};
|
9316
|
-
exports.version = "19.2.0-canary-
|
9316
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
9317
9317
|
})();
|
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
|
|
6216
6216
|
}
|
6217
6217
|
function ensureCorrectIsomorphicReactVersion() {
|
6218
6218
|
var isomorphicReactPackageVersion = React.version;
|
6219
|
-
if ("19.2.0-canary-
|
6219
|
+
if ("19.2.0-canary-ea05b750-20250408" !== 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.2.0-canary-
|
6223
|
+
"\n - react-dom: 19.2.0-canary-ea05b750-20250408\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.2.0-canary-
|
6372
|
+
exports.version = "19.2.0-canary-ea05b750-20250408";
|
@@ -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-ea05b750-20250408";
|
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-ea05b750-20250408";
|
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-ea05b750-20250408",
|
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-ea05b750-20250408"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.2.0-canary-
|
23
|
+
"react": "19.2.0-canary-ea05b750-20250408"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|