react-dom 19.1.0-canary-cabd8a0e-20250113 → 19.1.0-canary-b3a95caf-20250113
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
@@ -24570,11 +24570,11 @@
|
|
24570
24570
|
};
|
24571
24571
|
(function () {
|
24572
24572
|
var isomorphicReactPackageVersion = React.version;
|
24573
|
-
if ("19.1.0-canary-
|
24573
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
24574
24574
|
throw Error(
|
24575
24575
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24576
24576
|
(isomorphicReactPackageVersion +
|
24577
|
-
"\n - react-dom: 19.1.0-canary-
|
24577
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
24578
24578
|
);
|
24579
24579
|
})();
|
24580
24580
|
("function" === typeof Map &&
|
@@ -24611,10 +24611,10 @@
|
|
24611
24611
|
!(function () {
|
24612
24612
|
var internals = {
|
24613
24613
|
bundleType: 1,
|
24614
|
-
version: "19.1.0-canary-
|
24614
|
+
version: "19.1.0-canary-b3a95caf-20250113",
|
24615
24615
|
rendererPackageName: "react-dom",
|
24616
24616
|
currentDispatcherRef: ReactSharedInternals,
|
24617
|
-
reconcilerVersion: "19.1.0-canary-
|
24617
|
+
reconcilerVersion: "19.1.0-canary-b3a95caf-20250113"
|
24618
24618
|
};
|
24619
24619
|
internals.overrideHookState = overrideHookState;
|
24620
24620
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -24760,7 +24760,7 @@
|
|
24760
24760
|
listenToAllSupportedEvents(container);
|
24761
24761
|
return new ReactDOMHydrationRoot(initialChildren);
|
24762
24762
|
};
|
24763
|
-
exports.version = "19.1.0-canary-
|
24763
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
24764
24764
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
24765
24765
|
"function" ===
|
24766
24766
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15202,14 +15202,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15202
15202
|
};
|
15203
15203
|
var isomorphicReactPackageVersion$jscomp$inline_1737 = React.version;
|
15204
15204
|
if (
|
15205
|
-
"19.1.0-canary-
|
15205
|
+
"19.1.0-canary-b3a95caf-20250113" !==
|
15206
15206
|
isomorphicReactPackageVersion$jscomp$inline_1737
|
15207
15207
|
)
|
15208
15208
|
throw Error(
|
15209
15209
|
formatProdErrorMessage(
|
15210
15210
|
527,
|
15211
15211
|
isomorphicReactPackageVersion$jscomp$inline_1737,
|
15212
|
-
"19.1.0-canary-
|
15212
|
+
"19.1.0-canary-b3a95caf-20250113"
|
15213
15213
|
)
|
15214
15214
|
);
|
15215
15215
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15231,10 +15231,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15231
15231
|
};
|
15232
15232
|
var internals$jscomp$inline_2214 = {
|
15233
15233
|
bundleType: 0,
|
15234
|
-
version: "19.1.0-canary-
|
15234
|
+
version: "19.1.0-canary-b3a95caf-20250113",
|
15235
15235
|
rendererPackageName: "react-dom",
|
15236
15236
|
currentDispatcherRef: ReactSharedInternals,
|
15237
|
-
reconcilerVersion: "19.1.0-canary-
|
15237
|
+
reconcilerVersion: "19.1.0-canary-b3a95caf-20250113"
|
15238
15238
|
};
|
15239
15239
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15240
15240
|
var hook$jscomp$inline_2215 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15340,4 +15340,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15340
15340
|
listenToAllSupportedEvents(container);
|
15341
15341
|
return new ReactDOMHydrationRoot(initialChildren);
|
15342
15342
|
};
|
15343
|
-
exports.version = "19.1.0-canary-
|
15343
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -24627,11 +24627,11 @@
|
|
24627
24627
|
};
|
24628
24628
|
(function () {
|
24629
24629
|
var isomorphicReactPackageVersion = React.version;
|
24630
|
-
if ("19.1.0-canary-
|
24630
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
24631
24631
|
throw Error(
|
24632
24632
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
24633
24633
|
(isomorphicReactPackageVersion +
|
24634
|
-
"\n - react-dom: 19.1.0-canary-
|
24634
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
24635
24635
|
);
|
24636
24636
|
})();
|
24637
24637
|
("function" === typeof Map &&
|
@@ -24668,10 +24668,10 @@
|
|
24668
24668
|
!(function () {
|
24669
24669
|
var internals = {
|
24670
24670
|
bundleType: 1,
|
24671
|
-
version: "19.1.0-canary-
|
24671
|
+
version: "19.1.0-canary-b3a95caf-20250113",
|
24672
24672
|
rendererPackageName: "react-dom",
|
24673
24673
|
currentDispatcherRef: ReactSharedInternals,
|
24674
|
-
reconcilerVersion: "19.1.0-canary-
|
24674
|
+
reconcilerVersion: "19.1.0-canary-b3a95caf-20250113"
|
24675
24675
|
};
|
24676
24676
|
internals.overrideHookState = overrideHookState;
|
24677
24677
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25147,7 +25147,7 @@
|
|
25147
25147
|
exports.useFormStatus = function () {
|
25148
25148
|
return resolveDispatcher().useHostTransitionStatus();
|
25149
25149
|
};
|
25150
|
-
exports.version = "19.1.0-canary-
|
25150
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
25151
25151
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25152
25152
|
"function" ===
|
25153
25153
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15848,14 +15848,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15848
15848
|
};
|
15849
15849
|
var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
|
15850
15850
|
if (
|
15851
|
-
"19.1.0-canary-
|
15851
|
+
"19.1.0-canary-b3a95caf-20250113" !==
|
15852
15852
|
isomorphicReactPackageVersion$jscomp$inline_1833
|
15853
15853
|
)
|
15854
15854
|
throw Error(
|
15855
15855
|
formatProdErrorMessage(
|
15856
15856
|
527,
|
15857
15857
|
isomorphicReactPackageVersion$jscomp$inline_1833,
|
15858
|
-
"19.1.0-canary-
|
15858
|
+
"19.1.0-canary-b3a95caf-20250113"
|
15859
15859
|
)
|
15860
15860
|
);
|
15861
15861
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15877,10 +15877,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15877
15877
|
};
|
15878
15878
|
var internals$jscomp$inline_1840 = {
|
15879
15879
|
bundleType: 0,
|
15880
|
-
version: "19.1.0-canary-
|
15880
|
+
version: "19.1.0-canary-b3a95caf-20250113",
|
15881
15881
|
rendererPackageName: "react-dom",
|
15882
15882
|
currentDispatcherRef: ReactSharedInternals,
|
15883
|
-
reconcilerVersion: "19.1.0-canary-
|
15883
|
+
reconcilerVersion: "19.1.0-canary-b3a95caf-20250113",
|
15884
15884
|
getLaneLabelMap: function () {
|
15885
15885
|
for (
|
15886
15886
|
var map = new Map(), lane = 1, index$279 = 0;
|
@@ -16162,7 +16162,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16162
16162
|
exports.useFormStatus = function () {
|
16163
16163
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16164
16164
|
};
|
16165
|
-
exports.version = "19.1.0-canary-
|
16165
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
16166
16166
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16167
16167
|
"function" ===
|
16168
16168
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -8555,5 +8555,5 @@
|
|
8555
8555
|
'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'
|
8556
8556
|
);
|
8557
8557
|
};
|
8558
|
-
exports.version = "19.1.0-canary-
|
8558
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
8559
8559
|
})();
|
@@ -5610,4 +5610,4 @@ exports.renderToString = function (children, options) {
|
|
5610
5610
|
'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'
|
5611
5611
|
);
|
5612
5612
|
};
|
5613
|
-
exports.version = "19.1.0-canary-
|
5613
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -8555,5 +8555,5 @@
|
|
8555
8555
|
'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'
|
8556
8556
|
);
|
8557
8557
|
};
|
8558
|
-
exports.version = "19.1.0-canary-
|
8558
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
8559
8559
|
})();
|
@@ -5687,4 +5687,4 @@ exports.renderToString = function (children, options) {
|
|
5687
5687
|
'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'
|
5688
5688
|
);
|
5689
5689
|
};
|
5690
|
-
exports.version = "19.1.0-canary-
|
5690
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -7293,11 +7293,11 @@
|
|
7293
7293
|
}
|
7294
7294
|
function ensureCorrectIsomorphicReactVersion() {
|
7295
7295
|
var isomorphicReactPackageVersion = React.version;
|
7296
|
-
if ("19.1.0-canary-
|
7296
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
7297
7297
|
throw Error(
|
7298
7298
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7299
7299
|
(isomorphicReactPackageVersion +
|
7300
|
-
"\n - react-dom: 19.1.0-canary-
|
7300
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
7301
7301
|
);
|
7302
7302
|
}
|
7303
7303
|
var React = require("react"),
|
@@ -8937,5 +8937,5 @@
|
|
8937
8937
|
startWork(request);
|
8938
8938
|
});
|
8939
8939
|
};
|
8940
|
-
exports.version = "19.1.0-canary-
|
8940
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
8941
8941
|
})();
|
@@ -5942,12 +5942,12 @@ function abort(request, reason) {
|
|
5942
5942
|
}
|
5943
5943
|
function ensureCorrectIsomorphicReactVersion() {
|
5944
5944
|
var isomorphicReactPackageVersion = React.version;
|
5945
|
-
if ("19.1.0-canary-
|
5945
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
5946
5946
|
throw Error(
|
5947
5947
|
formatProdErrorMessage(
|
5948
5948
|
527,
|
5949
5949
|
isomorphicReactPackageVersion,
|
5950
|
-
"19.1.0-canary-
|
5950
|
+
"19.1.0-canary-b3a95caf-20250113"
|
5951
5951
|
)
|
5952
5952
|
);
|
5953
5953
|
}
|
@@ -6094,4 +6094,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6094
6094
|
startWork(request);
|
6095
6095
|
});
|
6096
6096
|
};
|
6097
|
-
exports.version = "19.1.0-canary-
|
6097
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -8176,13 +8176,13 @@ function abort(request, reason) {
|
|
8176
8176
|
}
|
8177
8177
|
var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
|
8178
8178
|
if (
|
8179
|
-
"19.1.0-canary-
|
8179
|
+
"19.1.0-canary-b3a95caf-20250113" !==
|
8180
8180
|
isomorphicReactPackageVersion$jscomp$inline_699
|
8181
8181
|
)
|
8182
8182
|
throw Error(
|
8183
8183
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8184
8184
|
(isomorphicReactPackageVersion$jscomp$inline_699 +
|
8185
|
-
"\n - react-dom: 19.1.0-canary-
|
8185
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
8186
8186
|
);
|
8187
8187
|
exports.renderToReadableStream = function (children, options) {
|
8188
8188
|
return new Promise(function (resolve, reject) {
|
@@ -8274,4 +8274,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
8274
8274
|
startWork(request$jscomp$0);
|
8275
8275
|
});
|
8276
8276
|
};
|
8277
|
-
exports.version = "19.1.0-canary-
|
8277
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -5579,13 +5579,13 @@ function abort(request, reason) {
|
|
5579
5579
|
}
|
5580
5580
|
var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
|
5581
5581
|
if (
|
5582
|
-
"19.1.0-canary-
|
5582
|
+
"19.1.0-canary-b3a95caf-20250113" !==
|
5583
5583
|
isomorphicReactPackageVersion$jscomp$inline_728
|
5584
5584
|
)
|
5585
5585
|
throw Error(
|
5586
5586
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5587
5587
|
(isomorphicReactPackageVersion$jscomp$inline_728 +
|
5588
|
-
"\n - react-dom: 19.1.0-canary-
|
5588
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
5589
5589
|
);
|
5590
5590
|
exports.renderToReadableStream = function (children, options) {
|
5591
5591
|
return new Promise(function (resolve, reject) {
|
@@ -5676,4 +5676,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
5676
5676
|
startWork(request);
|
5677
5677
|
});
|
5678
5678
|
};
|
5679
|
-
exports.version = "19.1.0-canary-
|
5679
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -7316,11 +7316,11 @@
|
|
7316
7316
|
}
|
7317
7317
|
function ensureCorrectIsomorphicReactVersion() {
|
7318
7318
|
var isomorphicReactPackageVersion = React.version;
|
7319
|
-
if ("19.1.0-canary-
|
7319
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
7320
7320
|
throw Error(
|
7321
7321
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7322
7322
|
(isomorphicReactPackageVersion +
|
7323
|
-
"\n - react-dom: 19.1.0-canary-
|
7323
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
7324
7324
|
);
|
7325
7325
|
}
|
7326
7326
|
var React = require("react"),
|
@@ -8956,5 +8956,5 @@
|
|
8956
8956
|
startWork(request);
|
8957
8957
|
});
|
8958
8958
|
};
|
8959
|
-
exports.version = "19.1.0-canary-
|
8959
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
8960
8960
|
})();
|
@@ -6034,11 +6034,11 @@ function abort(request, reason) {
|
|
6034
6034
|
}
|
6035
6035
|
function ensureCorrectIsomorphicReactVersion() {
|
6036
6036
|
var isomorphicReactPackageVersion = React.version;
|
6037
|
-
if ("19.1.0-canary-
|
6037
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
6038
6038
|
throw Error(
|
6039
6039
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6040
6040
|
(isomorphicReactPackageVersion +
|
6041
|
-
"\n - react-dom: 19.1.0-canary-
|
6041
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
6042
6042
|
);
|
6043
6043
|
}
|
6044
6044
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6184,4 +6184,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6184
6184
|
startWork(request);
|
6185
6185
|
});
|
6186
6186
|
};
|
6187
|
-
exports.version = "19.1.0-canary-
|
6187
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -7191,11 +7191,11 @@
|
|
7191
7191
|
}
|
7192
7192
|
function ensureCorrectIsomorphicReactVersion() {
|
7193
7193
|
var isomorphicReactPackageVersion = React.version;
|
7194
|
-
if ("19.1.0-canary-
|
7194
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
7195
7195
|
throw Error(
|
7196
7196
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
7197
7197
|
(isomorphicReactPackageVersion +
|
7198
|
-
"\n - react-dom: 19.1.0-canary-
|
7198
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
7199
7199
|
);
|
7200
7200
|
}
|
7201
7201
|
function createDrainHandler(destination, request) {
|
@@ -8830,5 +8830,5 @@
|
|
8830
8830
|
}
|
8831
8831
|
};
|
8832
8832
|
};
|
8833
|
-
exports.version = "19.1.0-canary-
|
8833
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
8834
8834
|
})();
|
@@ -5926,11 +5926,11 @@ function abort(request, reason) {
|
|
5926
5926
|
}
|
5927
5927
|
function ensureCorrectIsomorphicReactVersion() {
|
5928
5928
|
var isomorphicReactPackageVersion = React.version;
|
5929
|
-
if ("19.1.0-canary-
|
5929
|
+
if ("19.1.0-canary-b3a95caf-20250113" !== isomorphicReactPackageVersion)
|
5930
5930
|
throw Error(
|
5931
5931
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
5932
5932
|
(isomorphicReactPackageVersion +
|
5933
|
-
"\n - react-dom: 19.1.0-canary-
|
5933
|
+
"\n - react-dom: 19.1.0-canary-b3a95caf-20250113\nLearn more: https://react.dev/warnings/version-mismatch")
|
5934
5934
|
);
|
5935
5935
|
}
|
5936
5936
|
ensureCorrectIsomorphicReactVersion();
|
@@ -6079,4 +6079,4 @@ exports.renderToPipeableStream = function (children, options) {
|
|
6079
6079
|
}
|
6080
6080
|
};
|
6081
6081
|
};
|
6082
|
-
exports.version = "19.1.0-canary-
|
6082
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
@@ -416,7 +416,7 @@
|
|
416
416
|
exports.useFormStatus = function () {
|
417
417
|
return resolveDispatcher().useHostTransitionStatus();
|
418
418
|
};
|
419
|
-
exports.version = "19.1.0-canary-
|
419
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
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.1.0-canary-
|
210
|
+
exports.version = "19.1.0-canary-b3a95caf-20250113";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-dom",
|
3
|
-
"version": "19.1.0-canary-
|
3
|
+
"version": "19.1.0-canary-b3a95caf-20250113",
|
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.26.0-canary-
|
20
|
+
"scheduler": "0.26.0-canary-b3a95caf-20250113"
|
21
21
|
},
|
22
22
|
"peerDependencies": {
|
23
|
-
"react": "19.1.0-canary-
|
23
|
+
"react": "19.1.0-canary-b3a95caf-20250113"
|
24
24
|
},
|
25
25
|
"files": [
|
26
26
|
"LICENSE",
|