react 19.1.0-canary-18eaf51b-20250118 → 19.1.0-canary-9b62ee71-20250122
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.development.js
CHANGED
@@ -956,6 +956,7 @@
|
|
956
956
|
A: null,
|
957
957
|
T: null,
|
958
958
|
S: null,
|
959
|
+
V: null,
|
959
960
|
actQueue: null,
|
960
961
|
isBatchingLegacy: !1,
|
961
962
|
didScheduleLegacyUpdate: !1,
|
@@ -1520,7 +1521,7 @@
|
|
1520
1521
|
exports.useTransition = function () {
|
1521
1522
|
return resolveDispatcher().useTransition();
|
1522
1523
|
};
|
1523
|
-
exports.version = "19.1.0-canary-
|
1524
|
+
exports.version = "19.1.0-canary-9b62ee71-20250122";
|
1524
1525
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1525
1526
|
"function" ===
|
1526
1527
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED
@@ -72,7 +72,7 @@ pureComponentPrototype.constructor = PureComponent;
|
|
72
72
|
assign(pureComponentPrototype, Component.prototype);
|
73
73
|
pureComponentPrototype.isPureReactComponent = !0;
|
74
74
|
var isArrayImpl = Array.isArray,
|
75
|
-
ReactSharedInternals = { H: null, A: null, T: null, S: null },
|
75
|
+
ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },
|
76
76
|
hasOwnProperty = Object.prototype.hasOwnProperty;
|
77
77
|
function ReactElement(type, key, self, source, owner, props) {
|
78
78
|
self = props.ref;
|
@@ -541,4 +541,4 @@ exports.useSyncExternalStore = function (
|
|
541
541
|
exports.useTransition = function () {
|
542
542
|
return ReactSharedInternals.H.useTransition();
|
543
543
|
};
|
544
|
-
exports.version = "19.1.0-canary-
|
544
|
+
exports.version = "19.1.0-canary-9b62ee71-20250122";
|