react-dom 19.0.0-rc-7283a213-20241206 → 19.0.0-rc-372ec00c-20241209
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
@@ -24575,11 +24575,11 @@
|
|
24575
24575
|
};
|
24576
24576
|
(function () {
|
24577
24577
|
var isomorphicReactPackageVersion = React.version;
|
24578
|
-
if ("19.0.0-rc-
|
24578
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
24579
24579
|
throw Error(
|
24580
24580
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24581
24581
|
(isomorphicReactPackageVersion +
|
24582
|
-
"\n - react-dom: 19.0.0-rc-
|
24582
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
24583
24583
|
);
|
24584
24584
|
})();
|
24585
24585
|
("function" === typeof Map &&
|
@@ -24616,11 +24616,11 @@
|
|
24616
24616
|
!(function () {
|
24617
24617
|
var internals = {
|
24618
24618
|
bundleType: 1,
|
24619
|
-
version: "19.0.0-rc-
|
24619
|
+
version: "19.0.0-rc-372ec00c-20241209",
|
24620
24620
|
rendererPackageName: "react-dom",
|
24621
24621
|
currentDispatcherRef: ReactSharedInternals,
|
24622
24622
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
24623
|
-
reconcilerVersion: "19.0.0-rc-
|
24623
|
+
reconcilerVersion: "19.0.0-rc-372ec00c-20241209"
|
24624
24624
|
};
|
24625
24625
|
internals.overrideHookState = overrideHookState;
|
24626
24626
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24764,7 +24764,7 @@
|
|
24764
24764
|
listenToAllSupportedEvents(container);
|
24765
24765
|
return new ReactDOMHydrationRoot(initialChildren);
|
24766
24766
|
};
|
24767
|
-
exports.version = "19.0.0-rc-
|
24767
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
24768
24768
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24769
24769
|
"function" ===
|
24770
24770
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15102,14 +15102,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15102
15102
|
};
|
15103
15103
|
var isomorphicReactPackageVersion$jscomp$inline_1683 = React.version;
|
15104
15104
|
if (
|
15105
|
-
"19.0.0-rc-
|
15105
|
+
"19.0.0-rc-372ec00c-20241209" !==
|
15106
15106
|
isomorphicReactPackageVersion$jscomp$inline_1683
|
15107
15107
|
)
|
15108
15108
|
throw Error(
|
15109
15109
|
formatProdErrorMessage(
|
15110
15110
|
527,
|
15111
15111
|
isomorphicReactPackageVersion$jscomp$inline_1683,
|
15112
|
-
"19.0.0-rc-
|
15112
|
+
"19.0.0-rc-372ec00c-20241209"
|
15113
15113
|
)
|
15114
15114
|
);
|
15115
15115
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15131,11 +15131,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15131
15131
|
};
|
15132
15132
|
var internals$jscomp$inline_2159 = {
|
15133
15133
|
bundleType: 0,
|
15134
|
-
version: "19.0.0-rc-
|
15134
|
+
version: "19.0.0-rc-372ec00c-20241209",
|
15135
15135
|
rendererPackageName: "react-dom",
|
15136
15136
|
currentDispatcherRef: ReactSharedInternals,
|
15137
15137
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
15138
|
-
reconcilerVersion: "19.0.0-rc-
|
15138
|
+
reconcilerVersion: "19.0.0-rc-372ec00c-20241209"
|
15139
15139
|
};
|
15140
15140
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15141
15141
|
var hook$jscomp$inline_2160 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15239,4 +15239,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15239
15239
|
listenToAllSupportedEvents(container);
|
15240
15240
|
return new ReactDOMHydrationRoot(initialChildren);
|
15241
15241
|
};
|
15242
|
-
exports.version = "19.0.0-rc-
|
15242
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -24632,11 +24632,11 @@
|
|
24632
24632
|
};
|
24633
24633
|
(function () {
|
24634
24634
|
var isomorphicReactPackageVersion = React.version;
|
24635
|
-
if ("19.0.0-rc-
|
24635
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
24636
24636
|
throw Error(
|
24637
24637
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24638
24638
|
(isomorphicReactPackageVersion +
|
24639
|
-
"\n - react-dom: 19.0.0-rc-
|
24639
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
24640
24640
|
);
|
24641
24641
|
})();
|
24642
24642
|
("function" === typeof Map &&
|
@@ -24673,11 +24673,11 @@
|
|
24673
24673
|
!(function () {
|
24674
24674
|
var internals = {
|
24675
24675
|
bundleType: 1,
|
24676
|
-
version: "19.0.0-rc-
|
24676
|
+
version: "19.0.0-rc-372ec00c-20241209",
|
24677
24677
|
rendererPackageName: "react-dom",
|
24678
24678
|
currentDispatcherRef: ReactSharedInternals,
|
24679
24679
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
24680
|
-
reconcilerVersion: "19.0.0-rc-
|
24680
|
+
reconcilerVersion: "19.0.0-rc-372ec00c-20241209"
|
24681
24681
|
};
|
24682
24682
|
internals.overrideHookState = overrideHookState;
|
24683
24683
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25151,7 +25151,7 @@
|
|
25151
25151
|
exports.useFormStatus = function () {
|
25152
25152
|
return resolveDispatcher().useHostTransitionStatus();
|
25153
25153
|
};
|
25154
|
-
exports.version = "19.0.0-rc-
|
25154
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
25155
25155
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25156
25156
|
"function" ===
|
25157
25157
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15752,14 +15752,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15752
15752
|
};
|
15753
15753
|
var isomorphicReactPackageVersion$jscomp$inline_1774 = React.version;
|
15754
15754
|
if (
|
15755
|
-
"19.0.0-rc-
|
15755
|
+
"19.0.0-rc-372ec00c-20241209" !==
|
15756
15756
|
isomorphicReactPackageVersion$jscomp$inline_1774
|
15757
15757
|
)
|
15758
15758
|
throw Error(
|
15759
15759
|
formatProdErrorMessage(
|
15760
15760
|
527,
|
15761
15761
|
isomorphicReactPackageVersion$jscomp$inline_1774,
|
15762
|
-
"19.0.0-rc-
|
15762
|
+
"19.0.0-rc-372ec00c-20241209"
|
15763
15763
|
)
|
15764
15764
|
);
|
15765
15765
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15781,11 +15781,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15781
15781
|
};
|
15782
15782
|
var internals$jscomp$inline_1781 = {
|
15783
15783
|
bundleType: 0,
|
15784
|
-
version: "19.0.0-rc-
|
15784
|
+
version: "19.0.0-rc-372ec00c-20241209",
|
15785
15785
|
rendererPackageName: "react-dom",
|
15786
15786
|
currentDispatcherRef: ReactSharedInternals,
|
15787
15787
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
15788
|
-
reconcilerVersion: "19.0.0-rc-
|
15788
|
+
reconcilerVersion: "19.0.0-rc-372ec00c-20241209",
|
15789
15789
|
getLaneLabelMap: function () {
|
15790
15790
|
for (
|
15791
15791
|
var map = new Map(), lane = 1, index$279 = 0;
|
@@ -16065,7 +16065,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16065
16065
|
exports.useFormStatus = function () {
|
16066
16066
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16067
16067
|
};
|
16068
|
-
exports.version = "19.0.0-rc-
|
16068
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
16069
16069
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16070
16070
|
"function" ===
|
16071
16071
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8570,5 +8570,5 @@
|
|
8570
8570
|
'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'
|
8571
8571
|
);
|
8572
8572
|
};
|
8573
|
-
exports.version = "19.0.0-rc-
|
8573
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
8574
8574
|
})();
|
@@ -5623,4 +5623,4 @@ exports.renderToString = function (children, options) {
|
|
5623
5623
|
'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'
|
5624
5624
|
);
|
5625
5625
|
};
|
5626
|
-
exports.version = "19.0.0-rc-
|
5626
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -8570,5 +8570,5 @@
|
|
8570
8570
|
'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'
|
8571
8571
|
);
|
8572
8572
|
};
|
8573
|
-
exports.version = "19.0.0-rc-
|
8573
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
8574
8574
|
})();
|
@@ -5701,4 +5701,4 @@ exports.renderToString = function (children, options) {
|
|
5701
5701
|
'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'
|
5702
5702
|
);
|
5703
5703
|
};
|
5704
|
-
exports.version = "19.0.0-rc-
|
5704
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -7296,11 +7296,11 @@
|
|
7296
7296
|
}
|
7297
7297
|
function ensureCorrectIsomorphicReactVersion() {
|
7298
7298
|
var isomorphicReactPackageVersion = React.version;
|
7299
|
-
if ("19.0.0-rc-
|
7299
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
7300
7300
|
throw Error(
|
7301
7301
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7302
7302
|
(isomorphicReactPackageVersion +
|
7303
|
-
"\n - react-dom: 19.0.0-rc-
|
7303
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
7304
7304
|
);
|
7305
7305
|
}
|
7306
7306
|
var React = require("react"),
|
@@ -8952,5 +8952,5 @@
|
|
8952
8952
|
startWork(request);
|
8953
8953
|
});
|
8954
8954
|
};
|
8955
|
-
exports.version = "19.0.0-rc-
|
8955
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
8956
8956
|
})();
|
@@ -5956,12 +5956,12 @@ function abort(request, reason) {
|
|
5956
5956
|
}
|
5957
5957
|
function ensureCorrectIsomorphicReactVersion() {
|
5958
5958
|
var isomorphicReactPackageVersion = React.version;
|
5959
|
-
if ("19.0.0-rc-
|
5959
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
5960
5960
|
throw Error(
|
5961
5961
|
formatProdErrorMessage(
|
5962
5962
|
527,
|
5963
5963
|
isomorphicReactPackageVersion,
|
5964
|
-
"19.0.0-rc-
|
5964
|
+
"19.0.0-rc-372ec00c-20241209"
|
5965
5965
|
)
|
5966
5966
|
);
|
5967
5967
|
}
|
@@ -6108,4 +6108,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6108
6108
|
startWork(request);
|
6109
6109
|
});
|
6110
6110
|
};
|
6111
|
-
exports.version = "19.0.0-rc-
|
6111
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -8191,13 +8191,13 @@ function abort(request, reason) {
|
|
8191
8191
|
}
|
8192
8192
|
var isomorphicReactPackageVersion$jscomp$inline_702 = React.version;
|
8193
8193
|
if (
|
8194
|
-
"19.0.0-rc-
|
8194
|
+
"19.0.0-rc-372ec00c-20241209" !==
|
8195
8195
|
isomorphicReactPackageVersion$jscomp$inline_702
|
8196
8196
|
)
|
8197
8197
|
throw Error(
|
8198
8198
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8199
8199
|
(isomorphicReactPackageVersion$jscomp$inline_702 +
|
8200
|
-
"\n - react-dom: 19.0.0-rc-
|
8200
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
8201
8201
|
);
|
8202
8202
|
exports.renderToReadableStream = function (children, options) {
|
8203
8203
|
return new Promise(function (resolve, reject) {
|
@@ -8289,4 +8289,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8289
8289
|
startWork(request$jscomp$0);
|
8290
8290
|
});
|
8291
8291
|
};
|
8292
|
-
exports.version = "19.0.0-rc-
|
8292
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -5594,13 +5594,13 @@ function abort(request, reason) {
|
|
5594
5594
|
}
|
5595
5595
|
var isomorphicReactPackageVersion$jscomp$inline_731 = React.version;
|
5596
5596
|
if (
|
5597
|
-
"19.0.0-rc-
|
5597
|
+
"19.0.0-rc-372ec00c-20241209" !==
|
5598
5598
|
isomorphicReactPackageVersion$jscomp$inline_731
|
5599
5599
|
)
|
5600
5600
|
throw Error(
|
5601
5601
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5602
5602
|
(isomorphicReactPackageVersion$jscomp$inline_731 +
|
5603
|
-
"\n - react-dom: 19.0.0-rc-
|
5603
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
5604
5604
|
);
|
5605
5605
|
exports.renderToReadableStream = function (children, options) {
|
5606
5606
|
return new Promise(function (resolve, reject) {
|
@@ -5691,4 +5691,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5691
5691
|
startWork(request);
|
5692
5692
|
});
|
5693
5693
|
};
|
5694
|
-
exports.version = "19.0.0-rc-
|
5694
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -7319,11 +7319,11 @@
|
|
7319
7319
|
}
|
7320
7320
|
function ensureCorrectIsomorphicReactVersion() {
|
7321
7321
|
var isomorphicReactPackageVersion = React.version;
|
7322
|
-
if ("19.0.0-rc-
|
7322
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
7323
7323
|
throw Error(
|
7324
7324
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7325
7325
|
(isomorphicReactPackageVersion +
|
7326
|
-
"\n - react-dom: 19.0.0-rc-
|
7326
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
7327
7327
|
);
|
7328
7328
|
}
|
7329
7329
|
var React = require("react"),
|
@@ -8971,5 +8971,5 @@
|
|
8971
8971
|
startWork(request);
|
8972
8972
|
});
|
8973
8973
|
};
|
8974
|
-
exports.version = "19.0.0-rc-
|
8974
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
8975
8975
|
})();
|
@@ -6049,11 +6049,11 @@ function abort(request, reason) {
|
|
6049
6049
|
}
|
6050
6050
|
function ensureCorrectIsomorphicReactVersion() {
|
6051
6051
|
var isomorphicReactPackageVersion = React.version;
|
6052
|
-
if ("19.0.0-rc-
|
6052
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
6053
6053
|
throw Error(
|
6054
6054
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6055
6055
|
(isomorphicReactPackageVersion +
|
6056
|
-
"\n - react-dom: 19.0.0-rc-
|
6056
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
6057
6057
|
);
|
6058
6058
|
}
|
6059
6059
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6199,4 +6199,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6199
6199
|
startWork(request);
|
6200
6200
|
});
|
6201
6201
|
};
|
6202
|
-
exports.version = "19.0.0-rc-
|
6202
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -7194,11 +7194,11 @@
|
|
7194
7194
|
}
|
7195
7195
|
function ensureCorrectIsomorphicReactVersion() {
|
7196
7196
|
var isomorphicReactPackageVersion = React.version;
|
7197
|
-
if ("19.0.0-rc-
|
7197
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
7198
7198
|
throw Error(
|
7199
7199
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7200
7200
|
(isomorphicReactPackageVersion +
|
7201
|
-
"\n - react-dom: 19.0.0-rc-
|
7201
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
7202
7202
|
);
|
7203
7203
|
}
|
7204
7204
|
function createDrainHandler(destination, request) {
|
@@ -8845,5 +8845,5 @@
|
|
8845
8845
|
}
|
8846
8846
|
};
|
8847
8847
|
};
|
8848
|
-
exports.version = "19.0.0-rc-
|
8848
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
8849
8849
|
})();
|
@@ -5941,11 +5941,11 @@ function abort(request, reason) {
|
|
5941
5941
|
}
|
5942
5942
|
function ensureCorrectIsomorphicReactVersion() {
|
5943
5943
|
var isomorphicReactPackageVersion = React.version;
|
5944
|
-
if ("19.0.0-rc-
|
5944
|
+
if ("19.0.0-rc-372ec00c-20241209" !== isomorphicReactPackageVersion)
|
5945
5945
|
throw Error(
|
5946
5946
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5947
5947
|
(isomorphicReactPackageVersion +
|
5948
|
-
"\n - react-dom: 19.0.0-rc-
|
5948
|
+
"\n - react-dom: 19.0.0-rc-372ec00c-20241209\nLearn more: https://react.dev/warnings/version-mismatch")
|
5949
5949
|
);
|
5950
5950
|
}
|
5951
5951
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6094,4 +6094,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6094
6094
|
}
|
6095
6095
|
};
|
6096
6096
|
};
|
6097
|
-
exports.version = "19.0.0-rc-
|
6097
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.0.0-rc-
|
419
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
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.0.0-rc-
|
210
|
+
exports.version = "19.0.0-rc-372ec00c-20241209";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.0.0-rc-
|
3
|
+
"version": "19.0.0-rc-372ec00c-20241209",
|
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.25.0-rc-
|
20
|
+
"scheduler": "0.25.0-rc-372ec00c-20241209"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.0.0-rc-
|
23
|
+
"react": "19.0.0-rc-372ec00c-20241209"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|