react 19.0.0-rc-d48603a5-20240813 → 19.0.0-rc-49496d49-20240814

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.
@@ -1517,7 +1517,7 @@
1517
1517
  exports.useTransition = function () {
1518
1518
  return resolveDispatcher().useTransition();
1519
1519
  };
1520
- exports.version = "19.0.0-rc-d48603a5-20240813";
1520
+ exports.version = "19.0.0-rc-49496d49-20240814";
1521
1521
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1522
1522
  "function" ===
1523
1523
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -536,4 +536,4 @@ exports.useSyncExternalStore = function (
536
536
  exports.useTransition = function () {
537
537
  return ReactSharedInternals.H.useTransition();
538
538
  };
539
- exports.version = "19.0.0-rc-d48603a5-20240813";
539
+ exports.version = "19.0.0-rc-49496d49-20240814";
@@ -1113,5 +1113,5 @@
1113
1113
  exports.useMemo = function (create, deps) {
1114
1114
  return resolveDispatcher().useMemo(create, deps);
1115
1115
  };
1116
- exports.version = "19.0.0-rc-d48603a5-20240813";
1116
+ exports.version = "19.0.0-rc-49496d49-20240814";
1117
1117
  })();
@@ -424,4 +424,4 @@ exports.useId = function () {
424
424
  exports.useMemo = function (create, deps) {
425
425
  return ReactSharedInternals.H.useMemo(create, deps);
426
426
  };
427
- exports.version = "19.0.0-rc-d48603a5-20240813";
427
+ exports.version = "19.0.0-rc-49496d49-20240814";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-d48603a5-20240813",
7
+ "version": "19.0.0-rc-49496d49-20240814",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",