react 19.3.0-canary-bef88f7c-20260116 → 19.3.0-canary-41b3e9a6-20260119

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.
@@ -1322,7 +1322,7 @@
1322
1322
  exports.useTransition = function () {
1323
1323
  return resolveDispatcher().useTransition();
1324
1324
  };
1325
- exports.version = "19.3.0-canary-bef88f7c-20260116";
1325
+ exports.version = "19.3.0-canary-41b3e9a6-20260119";
1326
1326
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1327
1327
  "function" ===
1328
1328
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -562,4 +562,4 @@ exports.useSyncExternalStore = function (
562
562
  exports.useTransition = function () {
563
563
  return ReactSharedInternals.H.useTransition();
564
564
  };
565
- exports.version = "19.3.0-canary-bef88f7c-20260116";
565
+ exports.version = "19.3.0-canary-41b3e9a6-20260119";
@@ -874,5 +874,5 @@
874
874
  exports.useMemo = function (create, deps) {
875
875
  return resolveDispatcher().useMemo(create, deps);
876
876
  };
877
- exports.version = "19.3.0-canary-bef88f7c-20260116";
877
+ exports.version = "19.3.0-canary-41b3e9a6-20260119";
878
878
  })();
@@ -433,4 +433,4 @@ exports.useId = function () {
433
433
  exports.useMemo = function (create, deps) {
434
434
  return ReactSharedInternals.H.useMemo(create, deps);
435
435
  };
436
- exports.version = "19.3.0-canary-bef88f7c-20260116";
436
+ exports.version = "19.3.0-canary-41b3e9a6-20260119";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.3.0-canary-bef88f7c-20260116",
7
+ "version": "19.3.0-canary-41b3e9a6-20260119",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",