react-dom 19.1.0-canary-ef4bc8b4-20250328 → 19.2.0-canary-63779030-20250328
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
@@ -24785,11 +24785,11 @@
|
|
24785
24785
|
};
|
24786
24786
|
(function () {
|
24787
24787
|
var isomorphicReactPackageVersion = React.version;
|
24788
|
-
if ("19.
|
24788
|
+
if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
|
24789
24789
|
throw Error(
|
24790
24790
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24791
24791
|
(isomorphicReactPackageVersion +
|
24792
|
-
"\n - react-dom: 19.
|
24792
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
|
24793
24793
|
);
|
24794
24794
|
})();
|
24795
24795
|
("function" === typeof Map &&
|
@@ -24826,10 +24826,10 @@
|
|
24826
24826
|
!(function () {
|
24827
24827
|
var internals = {
|
24828
24828
|
bundleType: 1,
|
24829
|
-
version: "19.
|
24829
|
+
version: "19.2.0-canary-63779030-20250328",
|
24830
24830
|
rendererPackageName: "react-dom",
|
24831
24831
|
currentDispatcherRef: ReactSharedInternals,
|
24832
|
-
reconcilerVersion: "19.
|
24832
|
+
reconcilerVersion: "19.2.0-canary-63779030-20250328"
|
24833
24833
|
};
|
24834
24834
|
internals.overrideHookState = overrideHookState;
|
24835
24835
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24973,7 +24973,7 @@
|
|
24973
24973
|
listenToAllSupportedEvents(container);
|
24974
24974
|
return new ReactDOMHydrationRoot(initialChildren);
|
24975
24975
|
};
|
24976
|
-
exports.version = "19.
|
24976
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
24977
24977
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24978
24978
|
"function" ===
|
24979
24979
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15260,14 +15260,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15260
15260
|
};
|
15261
15261
|
var isomorphicReactPackageVersion$jscomp$inline_1779 = React.version;
|
15262
15262
|
if (
|
15263
|
-
"19.
|
15263
|
+
"19.2.0-canary-63779030-20250328" !==
|
15264
15264
|
isomorphicReactPackageVersion$jscomp$inline_1779
|
15265
15265
|
)
|
15266
15266
|
throw Error(
|
15267
15267
|
formatProdErrorMessage(
|
15268
15268
|
527,
|
15269
15269
|
isomorphicReactPackageVersion$jscomp$inline_1779,
|
15270
|
-
"19.
|
15270
|
+
"19.2.0-canary-63779030-20250328"
|
15271
15271
|
)
|
15272
15272
|
);
|
15273
15273
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15289,10 +15289,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15289
15289
|
};
|
15290
15290
|
var internals$jscomp$inline_2250 = {
|
15291
15291
|
bundleType: 0,
|
15292
|
-
version: "19.
|
15292
|
+
version: "19.2.0-canary-63779030-20250328",
|
15293
15293
|
rendererPackageName: "react-dom",
|
15294
15294
|
currentDispatcherRef: ReactSharedInternals,
|
15295
|
-
reconcilerVersion: "19.
|
15295
|
+
reconcilerVersion: "19.2.0-canary-63779030-20250328"
|
15296
15296
|
};
|
15297
15297
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15298
15298
|
var hook$jscomp$inline_2251 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15396,4 +15396,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15396
15396
|
listenToAllSupportedEvents(container);
|
15397
15397
|
return new ReactDOMHydrationRoot(initialChildren);
|
15398
15398
|
};
|
15399
|
-
exports.version = "19.
|
15399
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -24842,11 +24842,11 @@
|
|
24842
24842
|
};
|
24843
24843
|
(function () {
|
24844
24844
|
var isomorphicReactPackageVersion = React.version;
|
24845
|
-
if ("19.
|
24845
|
+
if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
|
24846
24846
|
throw Error(
|
24847
24847
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24848
24848
|
(isomorphicReactPackageVersion +
|
24849
|
-
"\n - react-dom: 19.
|
24849
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
|
24850
24850
|
);
|
24851
24851
|
})();
|
24852
24852
|
("function" === typeof Map &&
|
@@ -24883,10 +24883,10 @@
|
|
24883
24883
|
!(function () {
|
24884
24884
|
var internals = {
|
24885
24885
|
bundleType: 1,
|
24886
|
-
version: "19.
|
24886
|
+
version: "19.2.0-canary-63779030-20250328",
|
24887
24887
|
rendererPackageName: "react-dom",
|
24888
24888
|
currentDispatcherRef: ReactSharedInternals,
|
24889
|
-
reconcilerVersion: "19.
|
24889
|
+
reconcilerVersion: "19.2.0-canary-63779030-20250328"
|
24890
24890
|
};
|
24891
24891
|
internals.overrideHookState = overrideHookState;
|
24892
24892
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25360,7 +25360,7 @@
|
|
25360
25360
|
exports.useFormStatus = function () {
|
25361
25361
|
return resolveDispatcher().useHostTransitionStatus();
|
25362
25362
|
};
|
25363
|
-
exports.version = "19.
|
25363
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
25364
25364
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25365
25365
|
"function" ===
|
25366
25366
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15905,14 +15905,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15905
15905
|
};
|
15906
15906
|
var isomorphicReactPackageVersion$jscomp$inline_1875 = React.version;
|
15907
15907
|
if (
|
15908
|
-
"19.
|
15908
|
+
"19.2.0-canary-63779030-20250328" !==
|
15909
15909
|
isomorphicReactPackageVersion$jscomp$inline_1875
|
15910
15910
|
)
|
15911
15911
|
throw Error(
|
15912
15912
|
formatProdErrorMessage(
|
15913
15913
|
527,
|
15914
15914
|
isomorphicReactPackageVersion$jscomp$inline_1875,
|
15915
|
-
"19.
|
15915
|
+
"19.2.0-canary-63779030-20250328"
|
15916
15916
|
)
|
15917
15917
|
);
|
15918
15918
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15934,10 +15934,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15934
15934
|
};
|
15935
15935
|
var internals$jscomp$inline_1882 = {
|
15936
15936
|
bundleType: 0,
|
15937
|
-
version: "19.
|
15937
|
+
version: "19.2.0-canary-63779030-20250328",
|
15938
15938
|
rendererPackageName: "react-dom",
|
15939
15939
|
currentDispatcherRef: ReactSharedInternals,
|
15940
|
-
reconcilerVersion: "19.
|
15940
|
+
reconcilerVersion: "19.2.0-canary-63779030-20250328",
|
15941
15941
|
getLaneLabelMap: function () {
|
15942
15942
|
for (
|
15943
15943
|
var map = new Map(), lane = 1, index$282 = 0;
|
@@ -16217,7 +16217,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16217
16217
|
exports.useFormStatus = function () {
|
16218
16218
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16219
16219
|
};
|
16220
|
-
exports.version = "19.
|
16220
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
16221
16221
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16222
16222
|
"function" ===
|
16223
16223
|
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.
|
9034
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
5892
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -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.
|
9034
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
5972
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -7746,11 +7746,11 @@
|
|
7746
7746
|
}
|
7747
7747
|
function ensureCorrectIsomorphicReactVersion() {
|
7748
7748
|
var isomorphicReactPackageVersion = React.version;
|
7749
|
-
if ("19.
|
7749
|
+
if ("19.2.0-canary-63779030-20250328" !== 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.
|
7753
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
9423
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
6232
|
+
if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
|
6233
6233
|
throw Error(
|
6234
6234
|
formatProdErrorMessage(
|
6235
6235
|
527,
|
6236
6236
|
isomorphicReactPackageVersion,
|
6237
|
-
"19.
|
6237
|
+
"19.2.0-canary-63779030-20250328"
|
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.
|
6384
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -8637,13 +8637,13 @@ function abort(request, reason) {
|
|
8637
8637
|
}
|
8638
8638
|
var isomorphicReactPackageVersion$jscomp$inline_743 = React.version;
|
8639
8639
|
if (
|
8640
|
-
"19.
|
8640
|
+
"19.2.0-canary-63779030-20250328" !==
|
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.
|
8646
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
8739
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
|
|
5867
5867
|
}
|
5868
5868
|
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
5869
5869
|
if (
|
5870
|
-
"19.
|
5870
|
+
"19.2.0-canary-63779030-20250328" !==
|
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.
|
5876
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
5967
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -7769,11 +7769,11 @@
|
|
7769
7769
|
}
|
7770
7770
|
function ensureCorrectIsomorphicReactVersion() {
|
7771
7771
|
var isomorphicReactPackageVersion = React.version;
|
7772
|
-
if ("19.
|
7772
|
+
if ("19.2.0-canary-63779030-20250328" !== 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.
|
7776
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
9442
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
6327
|
+
if ("19.2.0-canary-63779030-20250328" !== 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.
|
6331
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
6477
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -7644,11 +7644,11 @@
|
|
7644
7644
|
}
|
7645
7645
|
function ensureCorrectIsomorphicReactVersion() {
|
7646
7646
|
var isomorphicReactPackageVersion = React.version;
|
7647
|
-
if ("19.
|
7647
|
+
if ("19.2.0-canary-63779030-20250328" !== 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.
|
7651
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
9316
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
6219
|
+
if ("19.2.0-canary-63779030-20250328" !== 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.
|
6223
|
+
"\n - react-dom: 19.2.0-canary-63779030-20250328\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.
|
6372
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.
|
419
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
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.
|
210
|
+
exports.version = "19.2.0-canary-63779030-20250328";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.2.0-canary-63779030-20250328",
|
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.
|
20
|
+
"scheduler": "0.27.0-canary-63779030-20250328"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.
|
23
|
+
"react": "19.2.0-canary-63779030-20250328"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|