react 19.1.0-canary-f83903bf-20250212 → 19.1.0-canary-cbbe8666-20250213

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.
@@ -1539,7 +1539,7 @@
1539
1539
  exports.useTransition = function () {
1540
1540
  return resolveDispatcher().useTransition();
1541
1541
  };
1542
- exports.version = "19.1.0-canary-f83903bf-20250212";
1542
+ exports.version = "19.1.0-canary-cbbe8666-20250213";
1543
1543
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1544
1544
  "function" ===
1545
1545
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -546,4 +546,4 @@ exports.useSyncExternalStore = function (
546
546
  exports.useTransition = function () {
547
547
  return ReactSharedInternals.H.useTransition();
548
548
  };
549
- exports.version = "19.1.0-canary-f83903bf-20250212";
549
+ exports.version = "19.1.0-canary-cbbe8666-20250213";
@@ -1111,5 +1111,5 @@
1111
1111
  exports.useMemo = function (create, deps) {
1112
1112
  return resolveDispatcher().useMemo(create, deps);
1113
1113
  };
1114
- exports.version = "19.1.0-canary-f83903bf-20250212";
1114
+ exports.version = "19.1.0-canary-cbbe8666-20250213";
1115
1115
  })();
@@ -423,4 +423,4 @@ exports.useId = function () {
423
423
  exports.useMemo = function (create, deps) {
424
424
  return ReactSharedInternals.H.useMemo(create, deps);
425
425
  };
426
- exports.version = "19.1.0-canary-f83903bf-20250212";
426
+ exports.version = "19.1.0-canary-cbbe8666-20250213";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-f83903bf-20250212",
7
+ "version": "19.1.0-canary-cbbe8666-20250213",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",