react 19.1.1 → 19.1.3
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
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
exports.useTransition = function () {
|
|
1236
1236
|
return resolveDispatcher().useTransition();
|
|
1237
1237
|
};
|
|
1238
|
-
exports.version = "19.1.
|
|
1238
|
+
exports.version = "19.1.3";
|
|
1239
1239
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
1240
1240
|
"function" ===
|
|
1241
1241
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED