react 19.2.0 → 19.3.0-canary-85c427d8-20251003

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.
@@ -1276,7 +1276,7 @@
1276
1276
  exports.useTransition = function () {
1277
1277
  return resolveDispatcher().useTransition();
1278
1278
  };
1279
- exports.version = "19.2.0";
1279
+ exports.version = "19.3.0-canary-85c427d8-20251003";
1280
1280
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1281
1281
  "function" ===
1282
1282
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -539,4 +539,4 @@ exports.useSyncExternalStore = function (
539
539
  exports.useTransition = function () {
540
540
  return ReactSharedInternals.H.useTransition();
541
541
  };
542
- exports.version = "19.2.0";
542
+ exports.version = "19.3.0-canary-85c427d8-20251003";
@@ -533,7 +533,7 @@
533
533
  var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
534
534
  var didWarnAboutMaps = !1,
535
535
  userProvidedKeyEscapeRegex = /\/+/g;
536
- exports.Children = {
536
+ createFakeCallStack = {
537
537
  map: mapChildren,
538
538
  forEach: function (children, forEachFunc, forEachContext) {
539
539
  mapChildren(
@@ -566,6 +566,8 @@
566
566
  return children;
567
567
  }
568
568
  };
569
+ exports.Activity = REACT_ACTIVITY_TYPE;
570
+ exports.Children = createFakeCallStack;
569
571
  exports.Fragment = REACT_FRAGMENT_TYPE;
570
572
  exports.Profiler = REACT_PROFILER_TYPE;
571
573
  exports.StrictMode = REACT_STRICT_MODE_TYPE;
@@ -844,5 +846,5 @@
844
846
  exports.useMemo = function (create, deps) {
845
847
  return resolveDispatcher().useMemo(create, deps);
846
848
  };
847
- exports.version = "19.2.0";
849
+ exports.version = "19.3.0-canary-85c427d8-20251003";
848
850
  })();
@@ -36,6 +36,7 @@ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
36
36
  REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
37
37
  REACT_MEMO_TYPE = Symbol.for("react.memo"),
38
38
  REACT_LAZY_TYPE = Symbol.for("react.lazy"),
39
+ REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
39
40
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
40
41
  function getIteratorFn(maybeIterable) {
41
42
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
@@ -257,7 +258,7 @@ function createCacheRoot() {
257
258
  function createCacheNode() {
258
259
  return { s: 0, v: void 0, o: null, p: null };
259
260
  }
260
- exports.Children = {
261
+ var Children = {
261
262
  map: mapChildren,
262
263
  forEach: function (children, forEachFunc, forEachContext) {
263
264
  mapChildren(
@@ -287,6 +288,8 @@ exports.Children = {
287
288
  return children;
288
289
  }
289
290
  };
291
+ exports.Activity = REACT_ACTIVITY_TYPE;
292
+ exports.Children = Children;
290
293
  exports.Fragment = REACT_FRAGMENT_TYPE;
291
294
  exports.Profiler = REACT_PROFILER_TYPE;
292
295
  exports.StrictMode = REACT_STRICT_MODE_TYPE;
@@ -420,4 +423,4 @@ exports.useId = function () {
420
423
  exports.useMemo = function (create, deps) {
421
424
  return ReactSharedInternals.H.useMemo(create, deps);
422
425
  };
423
- exports.version = "19.2.0";
426
+ exports.version = "19.3.0-canary-85c427d8-20251003";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.2.0",
7
+ "version": "19.3.0-canary-85c427d8-20251003",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",