react-dom 19.1.0-canary-fcb4e0f1-20250219 → 19.1.0-canary-25677265-20250224
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 +3 -1
- package/cjs/react-dom-server-legacy.browser.production.js +3 -1
- package/cjs/react-dom-server-legacy.node.development.js +3 -1
- package/cjs/react-dom-server-legacy.node.production.js +3 -1
- package/cjs/react-dom-server.browser.development.js +5 -3
- package/cjs/react-dom-server.browser.production.js +5 -3
- package/cjs/react-dom-server.bun.development.js +5 -3
- package/cjs/react-dom-server.bun.production.js +5 -3
- package/cjs/react-dom-server.edge.development.js +5 -3
- package/cjs/react-dom-server.edge.production.js +5 -3
- package/cjs/react-dom-server.node.development.js +5 -3
- package/cjs/react-dom-server.node.production.js +5 -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
|
@@ -24756,11 +24756,11 @@
|
|
|
24756
24756
|
};
|
|
24757
24757
|
(function () {
|
|
24758
24758
|
var isomorphicReactPackageVersion = React.version;
|
|
24759
|
-
if ("19.1.0-canary-
|
|
24759
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
24760
24760
|
throw Error(
|
|
24761
24761
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24762
24762
|
(isomorphicReactPackageVersion +
|
|
24763
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24763
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24764
24764
|
);
|
|
24765
24765
|
})();
|
|
24766
24766
|
("function" === typeof Map &&
|
|
@@ -24797,10 +24797,10 @@
|
|
|
24797
24797
|
!(function () {
|
|
24798
24798
|
var internals = {
|
|
24799
24799
|
bundleType: 1,
|
|
24800
|
-
version: "19.1.0-canary-
|
|
24800
|
+
version: "19.1.0-canary-25677265-20250224",
|
|
24801
24801
|
rendererPackageName: "react-dom",
|
|
24802
24802
|
currentDispatcherRef: ReactSharedInternals,
|
|
24803
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24803
|
+
reconcilerVersion: "19.1.0-canary-25677265-20250224"
|
|
24804
24804
|
};
|
|
24805
24805
|
internals.overrideHookState = overrideHookState;
|
|
24806
24806
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -24944,7 +24944,7 @@
|
|
|
24944
24944
|
listenToAllSupportedEvents(container);
|
|
24945
24945
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
24946
24946
|
};
|
|
24947
|
-
exports.version = "19.1.0-canary-
|
|
24947
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
24948
24948
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
24949
24949
|
"function" ===
|
|
24950
24950
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15252,14 +15252,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15252
15252
|
};
|
|
15253
15253
|
var isomorphicReactPackageVersion$jscomp$inline_1762 = React.version;
|
|
15254
15254
|
if (
|
|
15255
|
-
"19.1.0-canary-
|
|
15255
|
+
"19.1.0-canary-25677265-20250224" !==
|
|
15256
15256
|
isomorphicReactPackageVersion$jscomp$inline_1762
|
|
15257
15257
|
)
|
|
15258
15258
|
throw Error(
|
|
15259
15259
|
formatProdErrorMessage(
|
|
15260
15260
|
527,
|
|
15261
15261
|
isomorphicReactPackageVersion$jscomp$inline_1762,
|
|
15262
|
-
"19.1.0-canary-
|
|
15262
|
+
"19.1.0-canary-25677265-20250224"
|
|
15263
15263
|
)
|
|
15264
15264
|
);
|
|
15265
15265
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15281,10 +15281,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15281
15281
|
};
|
|
15282
15282
|
var internals$jscomp$inline_2243 = {
|
|
15283
15283
|
bundleType: 0,
|
|
15284
|
-
version: "19.1.0-canary-
|
|
15284
|
+
version: "19.1.0-canary-25677265-20250224",
|
|
15285
15285
|
rendererPackageName: "react-dom",
|
|
15286
15286
|
currentDispatcherRef: ReactSharedInternals,
|
|
15287
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15287
|
+
reconcilerVersion: "19.1.0-canary-25677265-20250224"
|
|
15288
15288
|
};
|
|
15289
15289
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15290
15290
|
var hook$jscomp$inline_2244 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15388,4 +15388,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15388
15388
|
listenToAllSupportedEvents(container);
|
|
15389
15389
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15390
15390
|
};
|
|
15391
|
-
exports.version = "19.1.0-canary-
|
|
15391
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -24813,11 +24813,11 @@
|
|
|
24813
24813
|
};
|
|
24814
24814
|
(function () {
|
|
24815
24815
|
var isomorphicReactPackageVersion = React.version;
|
|
24816
|
-
if ("19.1.0-canary-
|
|
24816
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
24817
24817
|
throw Error(
|
|
24818
24818
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24819
24819
|
(isomorphicReactPackageVersion +
|
|
24820
|
-
"\n - react-dom: 19.1.0-canary-
|
|
24820
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24821
24821
|
);
|
|
24822
24822
|
})();
|
|
24823
24823
|
("function" === typeof Map &&
|
|
@@ -24854,10 +24854,10 @@
|
|
|
24854
24854
|
!(function () {
|
|
24855
24855
|
var internals = {
|
|
24856
24856
|
bundleType: 1,
|
|
24857
|
-
version: "19.1.0-canary-
|
|
24857
|
+
version: "19.1.0-canary-25677265-20250224",
|
|
24858
24858
|
rendererPackageName: "react-dom",
|
|
24859
24859
|
currentDispatcherRef: ReactSharedInternals,
|
|
24860
|
-
reconcilerVersion: "19.1.0-canary-
|
|
24860
|
+
reconcilerVersion: "19.1.0-canary-25677265-20250224"
|
|
24861
24861
|
};
|
|
24862
24862
|
internals.overrideHookState = overrideHookState;
|
|
24863
24863
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25331,7 +25331,7 @@
|
|
|
25331
25331
|
exports.useFormStatus = function () {
|
|
25332
25332
|
return resolveDispatcher().useHostTransitionStatus();
|
|
25333
25333
|
};
|
|
25334
|
-
exports.version = "19.1.0-canary-
|
|
25334
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
25335
25335
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25336
25336
|
"function" ===
|
|
25337
25337
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15900,14 +15900,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15900
15900
|
};
|
|
15901
15901
|
var isomorphicReactPackageVersion$jscomp$inline_1858 = React.version;
|
|
15902
15902
|
if (
|
|
15903
|
-
"19.1.0-canary-
|
|
15903
|
+
"19.1.0-canary-25677265-20250224" !==
|
|
15904
15904
|
isomorphicReactPackageVersion$jscomp$inline_1858
|
|
15905
15905
|
)
|
|
15906
15906
|
throw Error(
|
|
15907
15907
|
formatProdErrorMessage(
|
|
15908
15908
|
527,
|
|
15909
15909
|
isomorphicReactPackageVersion$jscomp$inline_1858,
|
|
15910
|
-
"19.1.0-canary-
|
|
15910
|
+
"19.1.0-canary-25677265-20250224"
|
|
15911
15911
|
)
|
|
15912
15912
|
);
|
|
15913
15913
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15929,10 +15929,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15929
15929
|
};
|
|
15930
15930
|
var internals$jscomp$inline_1865 = {
|
|
15931
15931
|
bundleType: 0,
|
|
15932
|
-
version: "19.1.0-canary-
|
|
15932
|
+
version: "19.1.0-canary-25677265-20250224",
|
|
15933
15933
|
rendererPackageName: "react-dom",
|
|
15934
15934
|
currentDispatcherRef: ReactSharedInternals,
|
|
15935
|
-
reconcilerVersion: "19.1.0-canary-
|
|
15935
|
+
reconcilerVersion: "19.1.0-canary-25677265-20250224",
|
|
15936
15936
|
getLaneLabelMap: function () {
|
|
15937
15937
|
for (
|
|
15938
15938
|
var map = new Map(), lane = 1, index$281 = 0;
|
|
@@ -16212,7 +16212,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16212
16212
|
exports.useFormStatus = function () {
|
|
16213
16213
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16214
16214
|
};
|
|
16215
|
-
exports.version = "19.1.0-canary-
|
|
16215
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
16216
16216
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16217
16217
|
"function" ===
|
|
16218
16218
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -2630,6 +2630,7 @@
|
|
|
2630
2630
|
header;
|
|
2631
2631
|
headers &&
|
|
2632
2632
|
0 < headers.remainingCapacity &&
|
|
2633
|
+
"string" !== typeof props.srcSet &&
|
|
2633
2634
|
("high" === props.fetchPriority ||
|
|
2634
2635
|
500 > headers.highImagePreloads.length) &&
|
|
2635
2636
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -8388,6 +8389,7 @@
|
|
|
8388
8389
|
var header;
|
|
8389
8390
|
resumableState &&
|
|
8390
8391
|
0 < resumableState.remainingCapacity &&
|
|
8392
|
+
"string" !== typeof imageSrcSet &&
|
|
8391
8393
|
"high" === fetchPriority &&
|
|
8392
8394
|
((header = getPreloadAsHeader(href, as, options)),
|
|
8393
8395
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -9008,5 +9010,5 @@
|
|
|
9008
9010
|
'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'
|
|
9009
9011
|
);
|
|
9010
9012
|
};
|
|
9011
|
-
exports.version = "19.1.0-canary-
|
|
9013
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
9012
9014
|
})();
|
|
@@ -1686,6 +1686,7 @@ function pushStartInstance(
|
|
|
1686
1686
|
header;
|
|
1687
1687
|
headers &&
|
|
1688
1688
|
0 < headers.remainingCapacity &&
|
|
1689
|
+
"string" !== typeof props.srcSet &&
|
|
1689
1690
|
("high" === props.fetchPriority ||
|
|
1690
1691
|
500 > headers.highImagePreloads.length) &&
|
|
1691
1692
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2340,6 +2341,7 @@ function preload(href, as, options) {
|
|
|
2340
2341
|
var header;
|
|
2341
2342
|
resumableState &&
|
|
2342
2343
|
0 < resumableState.remainingCapacity &&
|
|
2344
|
+
"string" !== typeof imageSrcSet &&
|
|
2343
2345
|
"high" === fetchPriority &&
|
|
2344
2346
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2345
2347
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -5885,4 +5887,4 @@ exports.renderToString = function (children, options) {
|
|
|
5885
5887
|
'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'
|
|
5886
5888
|
);
|
|
5887
5889
|
};
|
|
5888
|
-
exports.version = "19.1.0-canary-
|
|
5890
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -2630,6 +2630,7 @@
|
|
|
2630
2630
|
header;
|
|
2631
2631
|
headers &&
|
|
2632
2632
|
0 < headers.remainingCapacity &&
|
|
2633
|
+
"string" !== typeof props.srcSet &&
|
|
2633
2634
|
("high" === props.fetchPriority ||
|
|
2634
2635
|
500 > headers.highImagePreloads.length) &&
|
|
2635
2636
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -8388,6 +8389,7 @@
|
|
|
8388
8389
|
var header;
|
|
8389
8390
|
resumableState &&
|
|
8390
8391
|
0 < resumableState.remainingCapacity &&
|
|
8392
|
+
"string" !== typeof imageSrcSet &&
|
|
8391
8393
|
"high" === fetchPriority &&
|
|
8392
8394
|
((header = getPreloadAsHeader(href, as, options)),
|
|
8393
8395
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -9008,5 +9010,5 @@
|
|
|
9008
9010
|
'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'
|
|
9009
9011
|
);
|
|
9010
9012
|
};
|
|
9011
|
-
exports.version = "19.1.0-canary-
|
|
9013
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
9012
9014
|
})();
|
|
@@ -1700,6 +1700,7 @@ function pushStartInstance(
|
|
|
1700
1700
|
header;
|
|
1701
1701
|
headers &&
|
|
1702
1702
|
0 < headers.remainingCapacity &&
|
|
1703
|
+
"string" !== typeof props.srcSet &&
|
|
1703
1704
|
("high" === props.fetchPriority ||
|
|
1704
1705
|
500 > headers.highImagePreloads.length) &&
|
|
1705
1706
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2359,6 +2360,7 @@ function preload(href, as, options) {
|
|
|
2359
2360
|
var header;
|
|
2360
2361
|
resumableState &&
|
|
2361
2362
|
0 < resumableState.remainingCapacity &&
|
|
2363
|
+
"string" !== typeof imageSrcSet &&
|
|
2362
2364
|
"high" === fetchPriority &&
|
|
2363
2365
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2364
2366
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -5965,4 +5967,4 @@ exports.renderToString = function (children, options) {
|
|
|
5965
5967
|
'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'
|
|
5966
5968
|
);
|
|
5967
5969
|
};
|
|
5968
|
-
exports.version = "19.1.0-canary-
|
|
5970
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -2940,6 +2940,7 @@
|
|
|
2940
2940
|
header;
|
|
2941
2941
|
headers &&
|
|
2942
2942
|
0 < headers.remainingCapacity &&
|
|
2943
|
+
"string" !== typeof props.srcSet &&
|
|
2943
2944
|
("high" === props.fetchPriority ||
|
|
2944
2945
|
500 > headers.highImagePreloads.length) &&
|
|
2945
2946
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -7739,11 +7740,11 @@
|
|
|
7739
7740
|
}
|
|
7740
7741
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7741
7742
|
var isomorphicReactPackageVersion = React.version;
|
|
7742
|
-
if ("19.1.0-canary-
|
|
7743
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
7743
7744
|
throw Error(
|
|
7744
7745
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7745
7746
|
(isomorphicReactPackageVersion +
|
|
7746
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7747
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7747
7748
|
);
|
|
7748
7749
|
}
|
|
7749
7750
|
var React = require("react"),
|
|
@@ -8588,6 +8589,7 @@
|
|
|
8588
8589
|
var header;
|
|
8589
8590
|
resumableState &&
|
|
8590
8591
|
0 < resumableState.remainingCapacity &&
|
|
8592
|
+
"string" !== typeof imageSrcSet &&
|
|
8591
8593
|
"high" === fetchPriority &&
|
|
8592
8594
|
((header = getPreloadAsHeader(href, as, options)),
|
|
8593
8595
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -9397,5 +9399,5 @@
|
|
|
9397
9399
|
startWork(request);
|
|
9398
9400
|
});
|
|
9399
9401
|
};
|
|
9400
|
-
exports.version = "19.1.0-canary-
|
|
9402
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
9401
9403
|
})();
|
|
@@ -2091,6 +2091,7 @@ function pushStartInstance(
|
|
|
2091
2091
|
header;
|
|
2092
2092
|
headers &&
|
|
2093
2093
|
0 < headers.remainingCapacity &&
|
|
2094
|
+
"string" !== typeof props.srcSet &&
|
|
2094
2095
|
("high" === props.fetchPriority ||
|
|
2095
2096
|
500 > headers.highImagePreloads.length) &&
|
|
2096
2097
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2860,6 +2861,7 @@ function preload(href, as, options) {
|
|
|
2860
2861
|
var header;
|
|
2861
2862
|
resumableState &&
|
|
2862
2863
|
0 < resumableState.remainingCapacity &&
|
|
2864
|
+
"string" !== typeof imageSrcSet &&
|
|
2863
2865
|
"high" === fetchPriority &&
|
|
2864
2866
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2865
2867
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -6225,12 +6227,12 @@ function abort(request, reason) {
|
|
|
6225
6227
|
}
|
|
6226
6228
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6227
6229
|
var isomorphicReactPackageVersion = React.version;
|
|
6228
|
-
if ("19.1.0-canary-
|
|
6230
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
6229
6231
|
throw Error(
|
|
6230
6232
|
formatProdErrorMessage(
|
|
6231
6233
|
527,
|
|
6232
6234
|
isomorphicReactPackageVersion,
|
|
6233
|
-
"19.1.0-canary-
|
|
6235
|
+
"19.1.0-canary-25677265-20250224"
|
|
6234
6236
|
)
|
|
6235
6237
|
);
|
|
6236
6238
|
}
|
|
@@ -6377,4 +6379,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6377
6379
|
startWork(request);
|
|
6378
6380
|
});
|
|
6379
6381
|
};
|
|
6380
|
-
exports.version = "19.1.0-canary-
|
|
6382
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -3483,6 +3483,7 @@ function pushStartInstance(
|
|
|
3483
3483
|
header;
|
|
3484
3484
|
headers &&
|
|
3485
3485
|
0 < headers.remainingCapacity &&
|
|
3486
|
+
"string" !== typeof props.srcSet &&
|
|
3486
3487
|
("high" === props.fetchPriority ||
|
|
3487
3488
|
500 > headers.highImagePreloads.length) &&
|
|
3488
3489
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -4217,6 +4218,7 @@ function preload(href, as, options) {
|
|
|
4217
4218
|
var header;
|
|
4218
4219
|
resumableState &&
|
|
4219
4220
|
0 < resumableState.remainingCapacity &&
|
|
4221
|
+
"string" !== typeof imageSrcSet &&
|
|
4220
4222
|
"high" === fetchPriority &&
|
|
4221
4223
|
((header = getPreloadAsHeader(href, as, options)),
|
|
4222
4224
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -8616,13 +8618,13 @@ function abort(request, reason) {
|
|
|
8616
8618
|
}
|
|
8617
8619
|
var isomorphicReactPackageVersion$jscomp$inline_740 = React.version;
|
|
8618
8620
|
if (
|
|
8619
|
-
"19.1.0-canary-
|
|
8621
|
+
"19.1.0-canary-25677265-20250224" !==
|
|
8620
8622
|
isomorphicReactPackageVersion$jscomp$inline_740
|
|
8621
8623
|
)
|
|
8622
8624
|
throw Error(
|
|
8623
8625
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
8624
8626
|
(isomorphicReactPackageVersion$jscomp$inline_740 +
|
|
8625
|
-
"\n - react-dom: 19.1.0-canary-
|
|
8627
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
8626
8628
|
);
|
|
8627
8629
|
exports.renderToReadableStream = function (children, options) {
|
|
8628
8630
|
return new Promise(function (resolve, reject) {
|
|
@@ -8715,4 +8717,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
8715
8717
|
startWork(request$jscomp$0);
|
|
8716
8718
|
});
|
|
8717
8719
|
};
|
|
8718
|
-
exports.version = "19.1.0-canary-
|
|
8720
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -1830,6 +1830,7 @@ function pushStartInstance(
|
|
|
1830
1830
|
header;
|
|
1831
1831
|
headers &&
|
|
1832
1832
|
0 < headers.remainingCapacity &&
|
|
1833
|
+
"string" !== typeof props.srcSet &&
|
|
1833
1834
|
("high" === props.fetchPriority ||
|
|
1834
1835
|
500 > headers.highImagePreloads.length) &&
|
|
1835
1836
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2489,6 +2490,7 @@ function preload(href, as, options) {
|
|
|
2489
2490
|
var header;
|
|
2490
2491
|
resumableState &&
|
|
2491
2492
|
0 < resumableState.remainingCapacity &&
|
|
2493
|
+
"string" !== typeof imageSrcSet &&
|
|
2492
2494
|
"high" === fetchPriority &&
|
|
2493
2495
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2494
2496
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -5863,13 +5865,13 @@ function abort(request, reason) {
|
|
|
5863
5865
|
}
|
|
5864
5866
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
|
5865
5867
|
if (
|
|
5866
|
-
"19.1.0-canary-
|
|
5868
|
+
"19.1.0-canary-25677265-20250224" !==
|
|
5867
5869
|
isomorphicReactPackageVersion$jscomp$inline_761
|
|
5868
5870
|
)
|
|
5869
5871
|
throw Error(
|
|
5870
5872
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
5871
5873
|
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
|
5872
|
-
"\n - react-dom: 19.1.0-canary-
|
|
5874
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
5873
5875
|
);
|
|
5874
5876
|
exports.renderToReadableStream = function (children, options) {
|
|
5875
5877
|
return new Promise(function (resolve, reject) {
|
|
@@ -5960,4 +5962,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
5960
5962
|
startWork(request);
|
|
5961
5963
|
});
|
|
5962
5964
|
};
|
|
5963
|
-
exports.version = "19.1.0-canary-
|
|
5965
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -2936,6 +2936,7 @@
|
|
|
2936
2936
|
header;
|
|
2937
2937
|
headers &&
|
|
2938
2938
|
0 < headers.remainingCapacity &&
|
|
2939
|
+
"string" !== typeof props.srcSet &&
|
|
2939
2940
|
("high" === props.fetchPriority ||
|
|
2940
2941
|
500 > headers.highImagePreloads.length) &&
|
|
2941
2942
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -7762,11 +7763,11 @@
|
|
|
7762
7763
|
}
|
|
7763
7764
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7764
7765
|
var isomorphicReactPackageVersion = React.version;
|
|
7765
|
-
if ("19.1.0-canary-
|
|
7766
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
7766
7767
|
throw Error(
|
|
7767
7768
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7768
7769
|
(isomorphicReactPackageVersion +
|
|
7769
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7770
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7770
7771
|
);
|
|
7771
7772
|
}
|
|
7772
7773
|
var React = require("react"),
|
|
@@ -8605,6 +8606,7 @@
|
|
|
8605
8606
|
var header;
|
|
8606
8607
|
resumableState &&
|
|
8607
8608
|
0 < resumableState.remainingCapacity &&
|
|
8609
|
+
"string" !== typeof imageSrcSet &&
|
|
8608
8610
|
"high" === fetchPriority &&
|
|
8609
8611
|
((header = getPreloadAsHeader(href, as, options)),
|
|
8610
8612
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -9416,5 +9418,5 @@
|
|
|
9416
9418
|
startWork(request);
|
|
9417
9419
|
});
|
|
9418
9420
|
};
|
|
9419
|
-
exports.version = "19.1.0-canary-
|
|
9421
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
9420
9422
|
})();
|
|
@@ -2095,6 +2095,7 @@ function pushStartInstance(
|
|
|
2095
2095
|
header;
|
|
2096
2096
|
headers &&
|
|
2097
2097
|
0 < headers.remainingCapacity &&
|
|
2098
|
+
"string" !== typeof props.srcSet &&
|
|
2098
2099
|
("high" === props.fetchPriority ||
|
|
2099
2100
|
500 > headers.highImagePreloads.length) &&
|
|
2100
2101
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2869,6 +2870,7 @@ function preload(href, as, options) {
|
|
|
2869
2870
|
var header;
|
|
2870
2871
|
resumableState &&
|
|
2871
2872
|
0 < resumableState.remainingCapacity &&
|
|
2873
|
+
"string" !== typeof imageSrcSet &&
|
|
2872
2874
|
"high" === fetchPriority &&
|
|
2873
2875
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2874
2876
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -6320,11 +6322,11 @@ function abort(request, reason) {
|
|
|
6320
6322
|
}
|
|
6321
6323
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6322
6324
|
var isomorphicReactPackageVersion = React.version;
|
|
6323
|
-
if ("19.1.0-canary-
|
|
6325
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
6324
6326
|
throw Error(
|
|
6325
6327
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6326
6328
|
(isomorphicReactPackageVersion +
|
|
6327
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6329
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6328
6330
|
);
|
|
6329
6331
|
}
|
|
6330
6332
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6470,4 +6472,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
|
6470
6472
|
startWork(request);
|
|
6471
6473
|
});
|
|
6472
6474
|
};
|
|
6473
|
-
exports.version = "19.1.0-canary-
|
|
6475
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -2849,6 +2849,7 @@
|
|
|
2849
2849
|
header;
|
|
2850
2850
|
headers &&
|
|
2851
2851
|
0 < headers.remainingCapacity &&
|
|
2852
|
+
"string" !== typeof props.srcSet &&
|
|
2852
2853
|
("high" === props.fetchPriority ||
|
|
2853
2854
|
500 > headers.highImagePreloads.length) &&
|
|
2854
2855
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -7637,11 +7638,11 @@
|
|
|
7637
7638
|
}
|
|
7638
7639
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7639
7640
|
var isomorphicReactPackageVersion = React.version;
|
|
7640
|
-
if ("19.1.0-canary-
|
|
7641
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
7641
7642
|
throw Error(
|
|
7642
7643
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7643
7644
|
(isomorphicReactPackageVersion +
|
|
7644
|
-
"\n - react-dom: 19.1.0-canary-
|
|
7645
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7645
7646
|
);
|
|
7646
7647
|
}
|
|
7647
7648
|
function createDrainHandler(destination, request) {
|
|
@@ -8531,6 +8532,7 @@
|
|
|
8531
8532
|
var header;
|
|
8532
8533
|
resumableState &&
|
|
8533
8534
|
0 < resumableState.remainingCapacity &&
|
|
8535
|
+
"string" !== typeof imageSrcSet &&
|
|
8534
8536
|
"high" === fetchPriority &&
|
|
8535
8537
|
((header = getPreloadAsHeader(href, as, options)),
|
|
8536
8538
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -9290,5 +9292,5 @@
|
|
|
9290
9292
|
}
|
|
9291
9293
|
};
|
|
9292
9294
|
};
|
|
9293
|
-
exports.version = "19.1.0-canary-
|
|
9295
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
9294
9296
|
})();
|
|
@@ -2007,6 +2007,7 @@ function pushStartInstance(
|
|
|
2007
2007
|
header;
|
|
2008
2008
|
headers &&
|
|
2009
2009
|
0 < headers.remainingCapacity &&
|
|
2010
|
+
"string" !== typeof props.srcSet &&
|
|
2010
2011
|
("high" === props.fetchPriority ||
|
|
2011
2012
|
500 > headers.highImagePreloads.length) &&
|
|
2012
2013
|
((header = getPreloadAsHeader(src, "image", {
|
|
@@ -2773,6 +2774,7 @@ function preload(href, as, options) {
|
|
|
2773
2774
|
var header;
|
|
2774
2775
|
resumableState &&
|
|
2775
2776
|
0 < resumableState.remainingCapacity &&
|
|
2777
|
+
"string" !== typeof imageSrcSet &&
|
|
2776
2778
|
"high" === fetchPriority &&
|
|
2777
2779
|
((header = getPreloadAsHeader(href, as, options)),
|
|
2778
2780
|
0 <= (resumableState.remainingCapacity -= header.length + 2))
|
|
@@ -6212,11 +6214,11 @@ function abort(request, reason) {
|
|
|
6212
6214
|
}
|
|
6213
6215
|
function ensureCorrectIsomorphicReactVersion() {
|
|
6214
6216
|
var isomorphicReactPackageVersion = React.version;
|
|
6215
|
-
if ("19.1.0-canary-
|
|
6217
|
+
if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
|
|
6216
6218
|
throw Error(
|
|
6217
6219
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
6218
6220
|
(isomorphicReactPackageVersion +
|
|
6219
|
-
"\n - react-dom: 19.1.0-canary-
|
|
6221
|
+
"\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
6220
6222
|
);
|
|
6221
6223
|
}
|
|
6222
6224
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -6365,4 +6367,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
|
6365
6367
|
}
|
|
6366
6368
|
};
|
|
6367
6369
|
};
|
|
6368
|
-
exports.version = "19.1.0-canary-
|
|
6370
|
+
exports.version = "19.1.0-canary-25677265-20250224";
|
|
@@ -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-25677265-20250224";
|
|
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-25677265-20250224";
|
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-25677265-20250224",
|
|
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-25677265-20250224"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "19.1.0-canary-
|
|
23
|
+
"react": "19.1.0-canary-25677265-20250224"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|