react-dom 19.3.0-canary-85c427d8-20251003 → 19.3.0-canary-4fdf7cf2-20251003
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.3.0-canary-
|
27934
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== 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.3.0-canary-
|
27938
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\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.3.0-canary-
|
27975
|
+
version: "19.3.0-canary-4fdf7cf2-20251003",
|
27976
27976
|
rendererPackageName: "react-dom",
|
27977
27977
|
currentDispatcherRef: ReactSharedInternals,
|
27978
|
-
reconcilerVersion: "19.3.0-canary-
|
27978
|
+
reconcilerVersion: "19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
28116
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
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.3.0-canary-
|
15919
|
+
"19.3.0-canary-4fdf7cf2-20251003" !==
|
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.3.0-canary-
|
15926
|
+
"19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
15948
|
+
version: "19.3.0-canary-4fdf7cf2-20251003",
|
15949
15949
|
rendererPackageName: "react-dom",
|
15950
15950
|
currentDispatcherRef: ReactSharedInternals,
|
15951
|
-
reconcilerVersion: "19.3.0-canary-
|
15951
|
+
reconcilerVersion: "19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
16049
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -27983,11 +27983,11 @@
|
|
27983
27983
|
};
|
27984
27984
|
(function () {
|
27985
27985
|
var isomorphicReactPackageVersion = React.version;
|
27986
|
-
if ("19.3.0-canary-
|
27986
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== 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.3.0-canary-
|
27990
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\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.3.0-canary-
|
28027
|
+
version: "19.3.0-canary-4fdf7cf2-20251003",
|
28028
28028
|
rendererPackageName: "react-dom",
|
28029
28029
|
currentDispatcherRef: ReactSharedInternals,
|
28030
|
-
reconcilerVersion: "19.3.0-canary-
|
28030
|
+
reconcilerVersion: "19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
28498
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
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.3.0-canary-
|
17773
|
+
"19.3.0-canary-4fdf7cf2-20251003" !==
|
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.3.0-canary-
|
17780
|
+
"19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
17802
|
+
version: "19.3.0-canary-4fdf7cf2-20251003",
|
17803
17803
|
rendererPackageName: "react-dom",
|
17804
17804
|
currentDispatcherRef: ReactSharedInternals,
|
17805
|
-
reconcilerVersion: "19.3.0-canary-
|
17805
|
+
reconcilerVersion: "19.3.0-canary-4fdf7cf2-20251003"
|
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.3.0-canary-
|
18064
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
18065
18065
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
18066
18066
|
"function" ===
|
18067
18067
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -9874,5 +9874,5 @@
|
|
9874
9874
|
'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'
|
9875
9875
|
);
|
9876
9876
|
};
|
9877
|
-
exports.version = "19.3.0-canary-
|
9877
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
9878
9878
|
})();
|
@@ -6601,4 +6601,4 @@ exports.renderToString = function (children, options) {
|
|
6601
6601
|
'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'
|
6602
6602
|
);
|
6603
6603
|
};
|
6604
|
-
exports.version = "19.3.0-canary-
|
6604
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -9874,5 +9874,5 @@
|
|
9874
9874
|
'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'
|
9875
9875
|
);
|
9876
9876
|
};
|
9877
|
-
exports.version = "19.3.0-canary-
|
9877
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
9878
9878
|
})();
|
@@ -6690,4 +6690,4 @@ exports.renderToString = function (children, options) {
|
|
6690
6690
|
'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'
|
6691
6691
|
);
|
6692
6692
|
};
|
6693
|
-
exports.version = "19.3.0-canary-
|
6693
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -8785,11 +8785,11 @@
|
|
8785
8785
|
}
|
8786
8786
|
function ensureCorrectIsomorphicReactVersion() {
|
8787
8787
|
var isomorphicReactPackageVersion = React.version;
|
8788
|
-
if ("19.3.0-canary-
|
8788
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
8789
8789
|
throw Error(
|
8790
8790
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8791
8791
|
(isomorphicReactPackageVersion +
|
8792
|
-
"\n - react-dom: 19.3.0-canary-
|
8792
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8793
8793
|
);
|
8794
8794
|
}
|
8795
8795
|
var React = require("react"),
|
@@ -10598,5 +10598,5 @@
|
|
10598
10598
|
startWork(request);
|
10599
10599
|
});
|
10600
10600
|
};
|
10601
|
-
exports.version = "19.3.0-canary-
|
10601
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
10602
10602
|
})();
|
@@ -7148,12 +7148,12 @@ function getPostponedState(request) {
|
|
7148
7148
|
}
|
7149
7149
|
function ensureCorrectIsomorphicReactVersion() {
|
7150
7150
|
var isomorphicReactPackageVersion = React.version;
|
7151
|
-
if ("19.3.0-canary-
|
7151
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
7152
7152
|
throw Error(
|
7153
7153
|
formatProdErrorMessage(
|
7154
7154
|
527,
|
7155
7155
|
isomorphicReactPackageVersion,
|
7156
|
-
"19.3.0-canary-
|
7156
|
+
"19.3.0-canary-4fdf7cf2-20251003"
|
7157
7157
|
)
|
7158
7158
|
);
|
7159
7159
|
}
|
@@ -7408,4 +7408,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7408
7408
|
startWork(request);
|
7409
7409
|
});
|
7410
7410
|
};
|
7411
|
-
exports.version = "19.3.0-canary-
|
7411
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -9504,13 +9504,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9504
9504
|
}
|
9505
9505
|
var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
|
9506
9506
|
if (
|
9507
|
-
"19.3.0-canary-
|
9507
|
+
"19.3.0-canary-4fdf7cf2-20251003" !==
|
9508
9508
|
isomorphicReactPackageVersion$jscomp$inline_766
|
9509
9509
|
)
|
9510
9510
|
throw Error(
|
9511
9511
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9512
9512
|
(isomorphicReactPackageVersion$jscomp$inline_766 +
|
9513
|
-
"\n - react-dom: 19.3.0-canary-
|
9513
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
9514
9514
|
);
|
9515
9515
|
exports.renderToReadableStream = function (children, options) {
|
9516
9516
|
return new Promise(function (resolve, reject) {
|
@@ -9603,4 +9603,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9603
9603
|
startWork(request$jscomp$0);
|
9604
9604
|
});
|
9605
9605
|
};
|
9606
|
-
exports.version = "19.3.0-canary-
|
9606
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -6646,13 +6646,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6646
6646
|
}
|
6647
6647
|
var isomorphicReactPackageVersion$jscomp$inline_821 = React.version;
|
6648
6648
|
if (
|
6649
|
-
"19.3.0-canary-
|
6649
|
+
"19.3.0-canary-4fdf7cf2-20251003" !==
|
6650
6650
|
isomorphicReactPackageVersion$jscomp$inline_821
|
6651
6651
|
)
|
6652
6652
|
throw Error(
|
6653
6653
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6654
6654
|
(isomorphicReactPackageVersion$jscomp$inline_821 +
|
6655
|
-
"\n - react-dom: 19.3.0-canary-
|
6655
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
6656
6656
|
);
|
6657
6657
|
exports.renderToReadableStream = function (children, options) {
|
6658
6658
|
return new Promise(function (resolve, reject) {
|
@@ -6743,4 +6743,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6743
6743
|
startWork(request);
|
6744
6744
|
});
|
6745
6745
|
};
|
6746
|
-
exports.version = "19.3.0-canary-
|
6746
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -8808,11 +8808,11 @@
|
|
8808
8808
|
}
|
8809
8809
|
function ensureCorrectIsomorphicReactVersion() {
|
8810
8810
|
var isomorphicReactPackageVersion = React.version;
|
8811
|
-
if ("19.3.0-canary-
|
8811
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
8812
8812
|
throw Error(
|
8813
8813
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8814
8814
|
(isomorphicReactPackageVersion +
|
8815
|
-
"\n - react-dom: 19.3.0-canary-
|
8815
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8816
8816
|
);
|
8817
8817
|
}
|
8818
8818
|
var React = require("react"),
|
@@ -10617,5 +10617,5 @@
|
|
10617
10617
|
startWork(request);
|
10618
10618
|
});
|
10619
10619
|
};
|
10620
|
-
exports.version = "19.3.0-canary-
|
10620
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
10621
10621
|
})();
|
@@ -7252,11 +7252,11 @@ function getPostponedState(request) {
|
|
7252
7252
|
}
|
7253
7253
|
function ensureCorrectIsomorphicReactVersion() {
|
7254
7254
|
var isomorphicReactPackageVersion = React.version;
|
7255
|
-
if ("19.3.0-canary-
|
7255
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
7256
7256
|
throw Error(
|
7257
7257
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7258
7258
|
(isomorphicReactPackageVersion +
|
7259
|
-
"\n - react-dom: 19.3.0-canary-
|
7259
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
7260
7260
|
);
|
7261
7261
|
}
|
7262
7262
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7510,4 +7510,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
7510
7510
|
startWork(request);
|
7511
7511
|
});
|
7512
7512
|
};
|
7513
|
-
exports.version = "19.3.0-canary-
|
7513
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -8682,11 +8682,11 @@
|
|
8682
8682
|
}
|
8683
8683
|
function ensureCorrectIsomorphicReactVersion() {
|
8684
8684
|
var isomorphicReactPackageVersion = React.version;
|
8685
|
-
if ("19.3.0-canary-
|
8685
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
8686
8686
|
throw Error(
|
8687
8687
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8688
8688
|
(isomorphicReactPackageVersion +
|
8689
|
-
"\n - react-dom: 19.3.0-canary-
|
8689
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
8690
8690
|
);
|
8691
8691
|
}
|
8692
8692
|
function createDrainHandler(destination, request) {
|
@@ -10799,5 +10799,5 @@
|
|
10799
10799
|
}
|
10800
10800
|
};
|
10801
10801
|
};
|
10802
|
-
exports.version = "19.3.0-canary-
|
10802
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
10803
10803
|
})();
|
@@ -7143,11 +7143,11 @@ function getPostponedState(request) {
|
|
7143
7143
|
}
|
7144
7144
|
function ensureCorrectIsomorphicReactVersion() {
|
7145
7145
|
var isomorphicReactPackageVersion = React.version;
|
7146
|
-
if ("19.3.0-canary-
|
7146
|
+
if ("19.3.0-canary-4fdf7cf2-20251003" !== isomorphicReactPackageVersion)
|
7147
7147
|
throw Error(
|
7148
7148
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7149
7149
|
(isomorphicReactPackageVersion +
|
7150
|
-
"\n - react-dom: 19.3.0-canary-
|
7150
|
+
"\n - react-dom: 19.3.0-canary-4fdf7cf2-20251003\nLearn more: https://react.dev/warnings/version-mismatch")
|
7151
7151
|
);
|
7152
7152
|
}
|
7153
7153
|
ensureCorrectIsomorphicReactVersion();
|
@@ -7705,4 +7705,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
7705
7705
|
}
|
7706
7706
|
};
|
7707
7707
|
};
|
7708
|
-
exports.version = "19.3.0-canary-
|
7708
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.3.0-canary-
|
419
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
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.3.0-canary-
|
210
|
+
exports.version = "19.3.0-canary-4fdf7cf2-20251003";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.3.0-canary-
|
3
|
+
"version": "19.3.0-canary-4fdf7cf2-20251003",
|
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.28.0-canary-
|
20
|
+
"scheduler": "0.28.0-canary-4fdf7cf2-20251003"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.3.0-canary-
|
23
|
+
"react": "19.3.0-canary-4fdf7cf2-20251003"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|