react-dom 19.0.3 → 19.0.4
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 +2 -2
|
@@ -24519,11 +24519,11 @@
|
|
|
24519
24519
|
};
|
|
24520
24520
|
(function () {
|
|
24521
24521
|
var isomorphicReactPackageVersion = React.version;
|
|
24522
|
-
if ("19.0.
|
|
24522
|
+
if ("19.0.4" !== isomorphicReactPackageVersion)
|
|
24523
24523
|
throw Error(
|
|
24524
24524
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24525
24525
|
(isomorphicReactPackageVersion +
|
|
24526
|
-
"\n - react-dom: 19.0.
|
|
24526
|
+
"\n - react-dom: 19.0.4\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24527
24527
|
);
|
|
24528
24528
|
})();
|
|
24529
24529
|
("function" === typeof Map &&
|
|
@@ -24560,11 +24560,11 @@
|
|
|
24560
24560
|
!(function () {
|
|
24561
24561
|
var internals = {
|
|
24562
24562
|
bundleType: 1,
|
|
24563
|
-
version: "19.0.
|
|
24563
|
+
version: "19.0.4",
|
|
24564
24564
|
rendererPackageName: "react-dom",
|
|
24565
24565
|
currentDispatcherRef: ReactSharedInternals,
|
|
24566
24566
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
|
24567
|
-
reconcilerVersion: "19.0.
|
|
24567
|
+
reconcilerVersion: "19.0.4"
|
|
24568
24568
|
};
|
|
24569
24569
|
internals.overrideHookState = overrideHookState;
|
|
24570
24570
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -24708,7 +24708,7 @@
|
|
|
24708
24708
|
listenToAllSupportedEvents(container);
|
|
24709
24709
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
24710
24710
|
};
|
|
24711
|
-
exports.version = "19.0.
|
|
24711
|
+
exports.version = "19.0.4";
|
|
24712
24712
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
24713
24713
|
"function" ===
|
|
24714
24714
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15041,14 +15041,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15041
15041
|
};
|
|
15042
15042
|
var isomorphicReactPackageVersion$jscomp$inline_1686 = React.version;
|
|
15043
15043
|
if (
|
|
15044
|
-
"19.0.
|
|
15044
|
+
"19.0.4" !==
|
|
15045
15045
|
isomorphicReactPackageVersion$jscomp$inline_1686
|
|
15046
15046
|
)
|
|
15047
15047
|
throw Error(
|
|
15048
15048
|
formatProdErrorMessage(
|
|
15049
15049
|
527,
|
|
15050
15050
|
isomorphicReactPackageVersion$jscomp$inline_1686,
|
|
15051
|
-
"19.0.
|
|
15051
|
+
"19.0.4"
|
|
15052
15052
|
)
|
|
15053
15053
|
);
|
|
15054
15054
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15070,11 +15070,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15070
15070
|
};
|
|
15071
15071
|
var internals$jscomp$inline_2165 = {
|
|
15072
15072
|
bundleType: 0,
|
|
15073
|
-
version: "19.0.
|
|
15073
|
+
version: "19.0.4",
|
|
15074
15074
|
rendererPackageName: "react-dom",
|
|
15075
15075
|
currentDispatcherRef: ReactSharedInternals,
|
|
15076
15076
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
|
15077
|
-
reconcilerVersion: "19.0.
|
|
15077
|
+
reconcilerVersion: "19.0.4"
|
|
15078
15078
|
};
|
|
15079
15079
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
15080
15080
|
var hook$jscomp$inline_2166 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -15178,4 +15178,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
|
15178
15178
|
listenToAllSupportedEvents(container);
|
|
15179
15179
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
15180
15180
|
};
|
|
15181
|
-
exports.version = "19.0.
|
|
15181
|
+
exports.version = "19.0.4";
|
|
@@ -24576,11 +24576,11 @@
|
|
|
24576
24576
|
};
|
|
24577
24577
|
(function () {
|
|
24578
24578
|
var isomorphicReactPackageVersion = React.version;
|
|
24579
|
-
if ("19.0.
|
|
24579
|
+
if ("19.0.4" !== isomorphicReactPackageVersion)
|
|
24580
24580
|
throw Error(
|
|
24581
24581
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
24582
24582
|
(isomorphicReactPackageVersion +
|
|
24583
|
-
"\n - react-dom: 19.0.
|
|
24583
|
+
"\n - react-dom: 19.0.4\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
24584
24584
|
);
|
|
24585
24585
|
})();
|
|
24586
24586
|
("function" === typeof Map &&
|
|
@@ -24617,11 +24617,11 @@
|
|
|
24617
24617
|
!(function () {
|
|
24618
24618
|
var internals = {
|
|
24619
24619
|
bundleType: 1,
|
|
24620
|
-
version: "19.0.
|
|
24620
|
+
version: "19.0.4",
|
|
24621
24621
|
rendererPackageName: "react-dom",
|
|
24622
24622
|
currentDispatcherRef: ReactSharedInternals,
|
|
24623
24623
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
|
24624
|
-
reconcilerVersion: "19.0.
|
|
24624
|
+
reconcilerVersion: "19.0.4"
|
|
24625
24625
|
};
|
|
24626
24626
|
internals.overrideHookState = overrideHookState;
|
|
24627
24627
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
|
@@ -25095,7 +25095,7 @@
|
|
|
25095
25095
|
exports.useFormStatus = function () {
|
|
25096
25096
|
return resolveDispatcher().useHostTransitionStatus();
|
|
25097
25097
|
};
|
|
25098
|
-
exports.version = "19.0.
|
|
25098
|
+
exports.version = "19.0.4";
|
|
25099
25099
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
25100
25100
|
"function" ===
|
|
25101
25101
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -15690,14 +15690,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
15690
15690
|
};
|
|
15691
15691
|
var isomorphicReactPackageVersion$jscomp$inline_1777 = React.version;
|
|
15692
15692
|
if (
|
|
15693
|
-
"19.0.
|
|
15693
|
+
"19.0.4" !==
|
|
15694
15694
|
isomorphicReactPackageVersion$jscomp$inline_1777
|
|
15695
15695
|
)
|
|
15696
15696
|
throw Error(
|
|
15697
15697
|
formatProdErrorMessage(
|
|
15698
15698
|
527,
|
|
15699
15699
|
isomorphicReactPackageVersion$jscomp$inline_1777,
|
|
15700
|
-
"19.0.
|
|
15700
|
+
"19.0.4"
|
|
15701
15701
|
)
|
|
15702
15702
|
);
|
|
15703
15703
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -15719,11 +15719,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
15719
15719
|
};
|
|
15720
15720
|
var internals$jscomp$inline_1784 = {
|
|
15721
15721
|
bundleType: 0,
|
|
15722
|
-
version: "19.0.
|
|
15722
|
+
version: "19.0.4",
|
|
15723
15723
|
rendererPackageName: "react-dom",
|
|
15724
15724
|
currentDispatcherRef: ReactSharedInternals,
|
|
15725
15725
|
findFiberByHostInstance: getClosestInstanceFromNode,
|
|
15726
|
-
reconcilerVersion: "19.0.
|
|
15726
|
+
reconcilerVersion: "19.0.4",
|
|
15727
15727
|
getLaneLabelMap: function () {
|
|
15728
15728
|
for (
|
|
15729
15729
|
var map = new Map(), lane = 1, index$280 = 0;
|
|
@@ -16003,7 +16003,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
16003
16003
|
exports.useFormStatus = function () {
|
|
16004
16004
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
16005
16005
|
};
|
|
16006
|
-
exports.version = "19.0.
|
|
16006
|
+
exports.version = "19.0.4";
|
|
16007
16007
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
16008
16008
|
"function" ===
|
|
16009
16009
|
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.
|
|
8573
|
+
exports.version = "19.0.4";
|
|
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.
|
|
5626
|
+
exports.version = "19.0.4";
|
|
@@ -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.
|
|
8573
|
+
exports.version = "19.0.4";
|
|
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.
|
|
5704
|
+
exports.version = "19.0.4";
|
|
@@ -7296,11 +7296,11 @@
|
|
|
7296
7296
|
}
|
|
7297
7297
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7298
7298
|
var isomorphicReactPackageVersion = React.version;
|
|
7299
|
-
if ("19.0.
|
|
7299
|
+
if ("19.0.4" !== 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.
|
|
7303
|
+
"\n - react-dom: 19.0.4\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.
|
|
8955
|
+
exports.version = "19.0.4";
|
|
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.
|
|
5959
|
+
if ("19.0.4" !== isomorphicReactPackageVersion)
|
|
5960
5960
|
throw Error(
|
|
5961
5961
|
formatProdErrorMessage(
|
|
5962
5962
|
527,
|
|
5963
5963
|
isomorphicReactPackageVersion,
|
|
5964
|
-
"19.0.
|
|
5964
|
+
"19.0.4"
|
|
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.
|
|
6111
|
+
exports.version = "19.0.4";
|
|
@@ -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.
|
|
8194
|
+
"19.0.4" !==
|
|
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.
|
|
8200
|
+
"\n - react-dom: 19.0.4\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.
|
|
8292
|
+
exports.version = "19.0.4";
|
|
@@ -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.
|
|
5597
|
+
"19.0.4" !==
|
|
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.
|
|
5603
|
+
"\n - react-dom: 19.0.4\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.
|
|
5694
|
+
exports.version = "19.0.4";
|
|
@@ -7319,11 +7319,11 @@
|
|
|
7319
7319
|
}
|
|
7320
7320
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7321
7321
|
var isomorphicReactPackageVersion = React.version;
|
|
7322
|
-
if ("19.0.
|
|
7322
|
+
if ("19.0.4" !== 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.
|
|
7326
|
+
"\n - react-dom: 19.0.4\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.
|
|
8974
|
+
exports.version = "19.0.4";
|
|
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.
|
|
6052
|
+
if ("19.0.4" !== 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.
|
|
6056
|
+
"\n - react-dom: 19.0.4\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.
|
|
6202
|
+
exports.version = "19.0.4";
|
|
@@ -7194,11 +7194,11 @@
|
|
|
7194
7194
|
}
|
|
7195
7195
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7196
7196
|
var isomorphicReactPackageVersion = React.version;
|
|
7197
|
-
if ("19.0.
|
|
7197
|
+
if ("19.0.4" !== 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.
|
|
7201
|
+
"\n - react-dom: 19.0.4\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.
|
|
8848
|
+
exports.version = "19.0.4";
|
|
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.
|
|
5944
|
+
if ("19.0.4" !== 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.
|
|
5948
|
+
"\n - react-dom: 19.0.4\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.
|
|
6097
|
+
exports.version = "19.0.4";
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
exports.useFormStatus = function () {
|
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
|
418
418
|
};
|
|
419
|
-
exports.version = "19.0.
|
|
419
|
+
exports.version = "19.0.4";
|
|
420
420
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
421
421
|
"function" ===
|
|
422
422
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.4",
|
|
4
4
|
"description": "React package for working with the DOM.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"scheduler": "^0.25.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "^19.0.
|
|
23
|
+
"react": "^19.0.4"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|