react 19.0.0-canary-cb151849e1-20240424 → 19.0.0-canary-cf5ab8b8b2-20240425

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.
@@ -23,7 +23,7 @@ if (
23
23
  ) {
24
24
  __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
25
25
  }
26
- var ReactVersion = '19.0.0-canary-cb151849e1-20240424';
26
+ var ReactVersion = '19.0.0-canary-cf5ab8b8b2-20240425';
27
27
 
28
28
  // -----------------------------------------------------------------------------
29
29
 
@@ -544,4 +544,4 @@ exports.useSyncExternalStore = function (
544
544
  exports.useTransition = function () {
545
545
  return ReactSharedInternals.H.useTransition();
546
546
  };
547
- exports.version = "19.0.0-canary-cb151849e1-20240424";
547
+ exports.version = "19.0.0-canary-cf5ab8b8b2-20240425";
@@ -2147,7 +2147,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
2147
2147
 
2148
2148
  function noop() {}
2149
2149
 
2150
- var ReactVersion = '19.0.0-canary-cb151849e1-20240424';
2150
+ var ReactVersion = '19.0.0-canary-cf5ab8b8b2-20240425';
2151
2151
 
2152
2152
  var Children = {
2153
2153
  map: mapChildren,
@@ -485,4 +485,4 @@ exports.useId = function () {
485
485
  exports.useMemo = function (create, deps) {
486
486
  return ReactSharedInternals.H.useMemo(create, deps);
487
487
  };
488
- exports.version = "19.0.0-canary-cb151849e1-20240424";
488
+ exports.version = "19.0.0-canary-cf5ab8b8b2-20240425";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-canary-cb151849e1-20240424",
7
+ "version": "19.0.0-canary-cf5ab8b8b2-20240425",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",