react 19.0.0-rc-16409d05-20241101 → 19.0.0-rc-7c8e5e7a-20241101

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.
@@ -1520,7 +1520,7 @@
1520
1520
  exports.useTransition = function () {
1521
1521
  return resolveDispatcher().useTransition();
1522
1522
  };
1523
- exports.version = "19.0.0-rc-16409d05-20241101";
1523
+ exports.version = "19.0.0-rc-7c8e5e7a-20241101";
1524
1524
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1525
1525
  "function" ===
1526
1526
  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-16409d05-20241101";
539
+ exports.version = "19.0.0-rc-7c8e5e7a-20241101";
@@ -1117,5 +1117,5 @@
1117
1117
  exports.useMemo = function (create, deps) {
1118
1118
  return resolveDispatcher().useMemo(create, deps);
1119
1119
  };
1120
- exports.version = "19.0.0-rc-16409d05-20241101";
1120
+ exports.version = "19.0.0-rc-7c8e5e7a-20241101";
1121
1121
  })();
@@ -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-16409d05-20241101";
427
+ exports.version = "19.0.0-rc-7c8e5e7a-20241101";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-16409d05-20241101",
7
+ "version": "19.0.0-rc-7c8e5e7a-20241101",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",