react 19.1.0-canary-518d06d2-20241219 → 19.1.0-canary-6907aa2a-20241220

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.
@@ -1518,7 +1518,7 @@
1518
1518
  exports.useTransition = function () {
1519
1519
  return resolveDispatcher().useTransition();
1520
1520
  };
1521
- exports.version = "19.1.0-canary-518d06d2-20241219";
1521
+ exports.version = "19.1.0-canary-6907aa2a-20241220";
1522
1522
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1523
1523
  "function" ===
1524
1524
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -540,4 +540,4 @@ exports.useSyncExternalStore = function (
540
540
  exports.useTransition = function () {
541
541
  return ReactSharedInternals.H.useTransition();
542
542
  };
543
- exports.version = "19.1.0-canary-518d06d2-20241219";
543
+ exports.version = "19.1.0-canary-6907aa2a-20241220";
@@ -1110,5 +1110,5 @@
1110
1110
  exports.useMemo = function (create, deps) {
1111
1111
  return resolveDispatcher().useMemo(create, deps);
1112
1112
  };
1113
- exports.version = "19.1.0-canary-518d06d2-20241219";
1113
+ exports.version = "19.1.0-canary-6907aa2a-20241220";
1114
1114
  })();
@@ -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-518d06d2-20241219";
426
+ exports.version = "19.1.0-canary-6907aa2a-20241220";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-518d06d2-20241219",
7
+ "version": "19.1.0-canary-6907aa2a-20241220",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",