react-dom 19.2.0 → 19.3.0-canary-a757cb76-20251002
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
@@ -27931,11 +27931,11 @@
|
|
27931
27931
|
};
|
27932
27932
|
(function () {
|
27933
27933
|
var isomorphicReactPackageVersion = React.version;
|
27934
|
-
if ("19.
|
27934
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
27935
27935
|
throw Error(
|
27936
27936
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
27937
27937
|
(isomorphicReactPackageVersion +
|
27938
|
-
"\n - react-dom: 19.
|
27938
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
27939
27939
|
);
|
27940
27940
|
})();
|
27941
27941
|
("function" === typeof Map &&
|
@@ -27972,10 +27972,10 @@
|
|
27972
27972
|
!(function () {
|
27973
27973
|
var internals = {
|
27974
27974
|
bundleType: 1,
|
27975
|
-
version: "19.
|
27975
|
+
version: "19.3.0-canary-a757cb76-20251002",
|
27976
27976
|
rendererPackageName: "react-dom",
|
27977
27977
|
currentDispatcherRef: ReactSharedInternals,
|
27978
|
-
reconcilerVersion: "19.
|
27978
|
+
reconcilerVersion: "19.3.0-canary-a757cb76-20251002"
|
27979
27979
|
};
|
27980
27980
|
internals.overrideHookState = overrideHookState;
|
27981
27981
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -28113,7 +28113,7 @@
|
|
28113
28113
|
listenToAllSupportedEvents(container);
|
28114
28114
|
return new ReactDOMHydrationRoot(initialChildren);
|
28115
28115
|
};
|
28116
|
-
exports.version = "19.
|
28116
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
28117
28117
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
28118
28118
|
"function" ===
|
28119
28119
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15916,14 +15916,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15916
15916
|
};
|
15917
15917
|
var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
|
15918
15918
|
if (
|
15919
|
-
"19.
|
15919
|
+
"19.3.0-canary-a757cb76-20251002" !==
|
15920
15920
|
isomorphicReactPackageVersion$jscomp$inline_1840
|
15921
15921
|
)
|
15922
15922
|
throw Error(
|
15923
15923
|
formatProdErrorMessage(
|
15924
15924
|
527,
|
15925
15925
|
isomorphicReactPackageVersion$jscomp$inline_1840,
|
15926
|
-
"19.
|
15926
|
+
"19.3.0-canary-a757cb76-20251002"
|
15927
15927
|
)
|
15928
15928
|
);
|
15929
15929
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15945,10 +15945,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15945
15945
|
};
|
15946
15946
|
var internals$jscomp$inline_2347 = {
|
15947
15947
|
bundleType: 0,
|
15948
|
-
version: "19.
|
15948
|
+
version: "19.3.0-canary-a757cb76-20251002",
|
15949
15949
|
rendererPackageName: "react-dom",
|
15950
15950
|
currentDispatcherRef: ReactSharedInternals,
|
15951
|
-
reconcilerVersion: "19.
|
15951
|
+
reconcilerVersion: "19.3.0-canary-a757cb76-20251002"
|
15952
15952
|
};
|
15953
15953
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15954
15954
|
var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -16046,4 +16046,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
16046
16046
|
listenToAllSupportedEvents(container);
|
16047
16047
|
return new ReactDOMHydrationRoot(initialChildren);
|
16048
16048
|
};
|
16049
|
-
exports.version = "19.
|
16049
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -27983,11 +27983,11 @@
|
|
27983
27983
|
};
|
27984
27984
|
(function () {
|
27985
27985
|
var isomorphicReactPackageVersion = React.version;
|
27986
|
-
if ("19.
|
27986
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
27987
27987
|
throw Error(
|
27988
27988
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
27989
27989
|
(isomorphicReactPackageVersion +
|
27990
|
-
"\n - react-dom: 19.
|
27990
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
27991
27991
|
);
|
27992
27992
|
})();
|
27993
27993
|
("function" === typeof Map &&
|
@@ -28024,10 +28024,10 @@
|
|
28024
28024
|
!(function () {
|
28025
28025
|
var internals = {
|
28026
28026
|
bundleType: 1,
|
28027
|
-
version: "19.
|
28027
|
+
version: "19.3.0-canary-a757cb76-20251002",
|
28028
28028
|
rendererPackageName: "react-dom",
|
28029
28029
|
currentDispatcherRef: ReactSharedInternals,
|
28030
|
-
reconcilerVersion: "19.
|
28030
|
+
reconcilerVersion: "19.3.0-canary-a757cb76-20251002"
|
28031
28031
|
};
|
28032
28032
|
internals.overrideHookState = overrideHookState;
|
28033
28033
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -28495,7 +28495,7 @@
|
|
28495
28495
|
exports.useFormStatus = function () {
|
28496
28496
|
return resolveDispatcher().useHostTransitionStatus();
|
28497
28497
|
};
|
28498
|
-
exports.version = "19.
|
28498
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
28499
28499
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
28500
28500
|
"function" ===
|
28501
28501
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -17770,14 +17770,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
17770
17770
|
};
|
17771
17771
|
var isomorphicReactPackageVersion$jscomp$inline_2138 = React.version;
|
17772
17772
|
if (
|
17773
|
-
"19.
|
17773
|
+
"19.3.0-canary-a757cb76-20251002" !==
|
17774
17774
|
isomorphicReactPackageVersion$jscomp$inline_2138
|
17775
17775
|
)
|
17776
17776
|
throw Error(
|
17777
17777
|
formatProdErrorMessage(
|
17778
17778
|
527,
|
17779
17779
|
isomorphicReactPackageVersion$jscomp$inline_2138,
|
17780
|
-
"19.
|
17780
|
+
"19.3.0-canary-a757cb76-20251002"
|
17781
17781
|
)
|
17782
17782
|
);
|
17783
17783
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -17799,10 +17799,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
17799
17799
|
};
|
17800
17800
|
var internals$jscomp$inline_2658 = {
|
17801
17801
|
bundleType: 0,
|
17802
|
-
version: "19.
|
17802
|
+
version: "19.3.0-canary-a757cb76-20251002",
|
17803
17803
|
rendererPackageName: "react-dom",
|
17804
17804
|
currentDispatcherRef: ReactSharedInternals,
|
17805
|
-
reconcilerVersion: "19.
|
17805
|
+
reconcilerVersion: "19.3.0-canary-a757cb76-20251002"
|
17806
17806
|
};
|
17807
17807
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
17808
17808
|
var hook$jscomp$inline_2659 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -18061,7 +18061,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
18061
18061
|
exports.useFormStatus = function () {
|
18062
18062
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
18063
18063
|
};
|
18064
|
-
exports.version = "19.
|
18064
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
18065
18065
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
18066
18066
|
"function" ===
|
18067
18067
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9873,5 +9873,5 @@
|
|
9873
9873
|
'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'
|
9874
9874
|
);
|
9875
9875
|
};
|
9876
|
-
exports.version = "19.
|
9876
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
9877
9877
|
})();
|
@@ -6600,4 +6600,4 @@ exports.renderToString = function (children, options) {
|
|
6600
6600
|
'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'
|
6601
6601
|
);
|
6602
6602
|
};
|
6603
|
-
exports.version = "19.
|
6603
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -9873,5 +9873,5 @@
|
|
9873
9873
|
'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'
|
9874
9874
|
);
|
9875
9875
|
};
|
9876
|
-
exports.version = "19.
|
9876
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
9877
9877
|
})();
|
@@ -6689,4 +6689,4 @@ exports.renderToString = function (children, options) {
|
|
6689
6689
|
'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'
|
6690
6690
|
);
|
6691
6691
|
};
|
6692
|
-
exports.version = "19.
|
6692
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -8784,11 +8784,11 @@
|
|
8784
8784
|
}
|
8785
8785
|
function ensureCorrectIsomorphicReactVersion() {
|
8786
8786
|
var isomorphicReactPackageVersion = React.version;
|
8787
|
-
if ("19.
|
8787
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
8788
8788
|
throw Error(
|
8789
8789
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8790
8790
|
(isomorphicReactPackageVersion +
|
8791
|
-
"\n - react-dom: 19.
|
8791
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
8792
8792
|
);
|
8793
8793
|
}
|
8794
8794
|
var React = require("react"),
|
@@ -10597,5 +10597,5 @@
|
|
10597
10597
|
startWork(request);
|
10598
10598
|
});
|
10599
10599
|
};
|
10600
|
-
exports.version = "19.
|
10600
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
10601
10601
|
})();
|
@@ -7147,12 +7147,12 @@ function getPostponedState(request) {
|
|
7147
7147
|
}
|
7148
7148
|
function ensureCorrectIsomorphicReactVersion() {
|
7149
7149
|
var isomorphicReactPackageVersion = React.version;
|
7150
|
-
if ("19.
|
7150
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
7151
7151
|
throw Error(
|
7152
7152
|
formatProdErrorMessage(
|
7153
7153
|
527,
|
7154
7154
|
isomorphicReactPackageVersion,
|
7155
|
-
"19.
|
7155
|
+
"19.3.0-canary-a757cb76-20251002"
|
7156
7156
|
)
|
7157
7157
|
);
|
7158
7158
|
}
|
@@ -7407,4 +7407,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7407
7407
|
startWork(request);
|
7408
7408
|
});
|
7409
7409
|
};
|
7410
|
-
exports.version = "19.
|
7410
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -9503,13 +9503,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9503
9503
|
}
|
9504
9504
|
var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
|
9505
9505
|
if (
|
9506
|
-
"19.
|
9506
|
+
"19.3.0-canary-a757cb76-20251002" !==
|
9507
9507
|
isomorphicReactPackageVersion$jscomp$inline_766
|
9508
9508
|
)
|
9509
9509
|
throw Error(
|
9510
9510
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9511
9511
|
(isomorphicReactPackageVersion$jscomp$inline_766 +
|
9512
|
-
"\n - react-dom: 19.
|
9512
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
9513
9513
|
);
|
9514
9514
|
exports.renderToReadableStream = function (children, options) {
|
9515
9515
|
return new Promise(function (resolve, reject) {
|
@@ -9602,4 +9602,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9602
9602
|
startWork(request$jscomp$0);
|
9603
9603
|
});
|
9604
9604
|
};
|
9605
|
-
exports.version = "19.
|
9605
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -6645,13 +6645,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6645
6645
|
}
|
6646
6646
|
var isomorphicReactPackageVersion$jscomp$inline_821 = React.version;
|
6647
6647
|
if (
|
6648
|
-
"19.
|
6648
|
+
"19.3.0-canary-a757cb76-20251002" !==
|
6649
6649
|
isomorphicReactPackageVersion$jscomp$inline_821
|
6650
6650
|
)
|
6651
6651
|
throw Error(
|
6652
6652
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6653
6653
|
(isomorphicReactPackageVersion$jscomp$inline_821 +
|
6654
|
-
"\n - react-dom: 19.
|
6654
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
6655
6655
|
);
|
6656
6656
|
exports.renderToReadableStream = function (children, options) {
|
6657
6657
|
return new Promise(function (resolve, reject) {
|
@@ -6742,4 +6742,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6742
6742
|
startWork(request);
|
6743
6743
|
});
|
6744
6744
|
};
|
6745
|
-
exports.version = "19.
|
6745
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -8807,11 +8807,11 @@
|
|
8807
8807
|
}
|
8808
8808
|
function ensureCorrectIsomorphicReactVersion() {
|
8809
8809
|
var isomorphicReactPackageVersion = React.version;
|
8810
|
-
if ("19.
|
8810
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
8811
8811
|
throw Error(
|
8812
8812
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8813
8813
|
(isomorphicReactPackageVersion +
|
8814
|
-
"\n - react-dom: 19.
|
8814
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
8815
8815
|
);
|
8816
8816
|
}
|
8817
8817
|
var React = require("react"),
|
@@ -10616,5 +10616,5 @@
|
|
10616
10616
|
startWork(request);
|
10617
10617
|
});
|
10618
10618
|
};
|
10619
|
-
exports.version = "19.
|
10619
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
10620
10620
|
})();
|
@@ -7251,11 +7251,11 @@ function getPostponedState(request) {
|
|
7251
7251
|
}
|
7252
7252
|
function ensureCorrectIsomorphicReactVersion() {
|
7253
7253
|
var isomorphicReactPackageVersion = React.version;
|
7254
|
-
if ("19.
|
7254
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
7255
7255
|
throw Error(
|
7256
7256
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7257
7257
|
(isomorphicReactPackageVersion +
|
7258
|
-
"\n - react-dom: 19.
|
7258
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
7259
7259
|
);
|
7260
7260
|
}
|
7261
7261
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7509,4 +7509,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7509
7509
|
startWork(request);
|
7510
7510
|
});
|
7511
7511
|
};
|
7512
|
-
exports.version = "19.
|
7512
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -8681,11 +8681,11 @@
|
|
8681
8681
|
}
|
8682
8682
|
function ensureCorrectIsomorphicReactVersion() {
|
8683
8683
|
var isomorphicReactPackageVersion = React.version;
|
8684
|
-
if ("19.
|
8684
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
8685
8685
|
throw Error(
|
8686
8686
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8687
8687
|
(isomorphicReactPackageVersion +
|
8688
|
-
"\n - react-dom: 19.
|
8688
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
8689
8689
|
);
|
8690
8690
|
}
|
8691
8691
|
function createDrainHandler(destination, request) {
|
@@ -10798,5 +10798,5 @@
|
|
10798
10798
|
}
|
10799
10799
|
};
|
10800
10800
|
};
|
10801
|
-
exports.version = "19.
|
10801
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
10802
10802
|
})();
|
@@ -7142,11 +7142,11 @@ function getPostponedState(request) {
|
|
7142
7142
|
}
|
7143
7143
|
function ensureCorrectIsomorphicReactVersion() {
|
7144
7144
|
var isomorphicReactPackageVersion = React.version;
|
7145
|
-
if ("19.
|
7145
|
+
if ("19.3.0-canary-a757cb76-20251002" !== isomorphicReactPackageVersion)
|
7146
7146
|
throw Error(
|
7147
7147
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7148
7148
|
(isomorphicReactPackageVersion +
|
7149
|
-
"\n - react-dom: 19.
|
7149
|
+
"\n - react-dom: 19.3.0-canary-a757cb76-20251002\nLearn more: https://react.dev/warnings/version-mismatch")
|
7150
7150
|
);
|
7151
7151
|
}
|
7152
7152
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7704,4 +7704,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
7704
7704
|
}
|
7705
7705
|
};
|
7706
7706
|
};
|
7707
|
-
exports.version = "19.
|
7707
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.
|
419
|
+
exports.version = "19.3.0-canary-a757cb76-20251002";
|
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.3.0-canary-a757cb76-20251002";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.3.0-canary-a757cb76-20251002",
|
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": "
|
20
|
+
"scheduler": "0.28.0-canary-a757cb76-20251002"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "
|
23
|
+
"react": "19.3.0-canary-a757cb76-20251002"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|