react 19.1.0-canary-443b7ff2-20250303 → 19.1.0-canary-e03ac20f-20250305

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.
@@ -297,9 +297,8 @@
297
297
  ReactSharedInternals =
298
298
  React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
299
299
  hasOwnProperty = Object.prototype.hasOwnProperty,
300
- isArrayImpl = Array.isArray;
301
- new ("function" === typeof WeakMap ? WeakMap : Map)();
302
- var createTask = console.createTask
300
+ isArrayImpl = Array.isArray,
301
+ createTask = console.createTask
303
302
  ? console.createTask
304
303
  : function () {
305
304
  return null;
@@ -301,9 +301,8 @@
301
301
  'The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.'
302
302
  );
303
303
  var hasOwnProperty = Object.prototype.hasOwnProperty,
304
- isArrayImpl = Array.isArray;
305
- new ("function" === typeof WeakMap ? WeakMap : Map)();
306
- var createTask = console.createTask
304
+ isArrayImpl = Array.isArray,
305
+ createTask = console.createTask
307
306
  ? console.createTask
308
307
  : function () {
309
308
  return null;
@@ -297,9 +297,8 @@
297
297
  ReactSharedInternals =
298
298
  React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
299
299
  hasOwnProperty = Object.prototype.hasOwnProperty,
300
- isArrayImpl = Array.isArray;
301
- new ("function" === typeof WeakMap ? WeakMap : Map)();
302
- var createTask = console.createTask
300
+ isArrayImpl = Array.isArray,
301
+ createTask = console.createTask
303
302
  ? console.createTask
304
303
  : function () {
305
304
  return null;
@@ -301,9 +301,8 @@
301
301
  'The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.'
302
302
  );
303
303
  var hasOwnProperty = Object.prototype.hasOwnProperty,
304
- isArrayImpl = Array.isArray;
305
- new ("function" === typeof WeakMap ? WeakMap : Map)();
306
- var createTask = console.createTask
304
+ isArrayImpl = Array.isArray,
305
+ createTask = console.createTask
307
306
  ? console.createTask
308
307
  : function () {
309
308
  return null;
@@ -664,9 +664,7 @@
664
664
  getCurrentStack: null
665
665
  },
666
666
  hasOwnProperty = Object.prototype.hasOwnProperty,
667
- REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
668
- new ("function" === typeof WeakMap ? WeakMap : Map)();
669
- var createTask = console.createTask
667
+ createTask = console.createTask
670
668
  ? console.createTask
671
669
  : function () {
672
670
  return null;
@@ -676,6 +674,7 @@
676
674
  var didWarnAboutElementRef = {};
677
675
  var didWarnAboutMaps = !1,
678
676
  userProvidedKeyEscapeRegex = /\/+/g,
677
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
679
678
  reportGlobalError =
680
679
  "function" === typeof reportError
681
680
  ? reportError
@@ -1238,7 +1237,7 @@
1238
1237
  exports.useTransition = function () {
1239
1238
  return resolveDispatcher().useTransition();
1240
1239
  };
1241
- exports.version = "19.1.0-canary-443b7ff2-20250303";
1240
+ exports.version = "19.1.0-canary-e03ac20f-20250305";
1242
1241
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1243
1242
  "function" ===
1244
1243
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -543,4 +543,4 @@ exports.useSyncExternalStore = function (
543
543
  exports.useTransition = function () {
544
544
  return ReactSharedInternals.H.useTransition();
545
545
  };
546
- exports.version = "19.1.0-canary-443b7ff2-20250303";
546
+ exports.version = "19.1.0-canary-e03ac20f-20250305";
@@ -481,9 +481,7 @@
481
481
  REACT_CLIENT_REFERENCE$1 = Symbol.for("react.client.reference"),
482
482
  hasOwnProperty = Object.prototype.hasOwnProperty,
483
483
  assign = Object.assign,
484
- REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
485
- new ("function" === typeof WeakMap ? WeakMap : Map)();
486
- var createTask = console.createTask
484
+ createTask = console.createTask
487
485
  ? console.createTask
488
486
  : function () {
489
487
  return null;
@@ -492,7 +490,8 @@
492
490
  didWarnAboutOldJSXRuntime;
493
491
  var didWarnAboutElementRef = {};
494
492
  var didWarnAboutMaps = !1,
495
- userProvidedKeyEscapeRegex = /\/+/g;
493
+ userProvidedKeyEscapeRegex = /\/+/g,
494
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
496
495
  exports.Children = {
497
496
  map: mapChildren,
498
497
  forEach: function (children, forEachFunc, forEachContext) {
@@ -810,5 +809,5 @@
810
809
  exports.useMemo = function (create, deps) {
811
810
  return resolveDispatcher().useMemo(create, deps);
812
811
  };
813
- exports.version = "19.1.0-canary-443b7ff2-20250303";
812
+ exports.version = "19.1.0-canary-e03ac20f-20250305";
814
813
  })();
@@ -426,4 +426,4 @@ exports.useId = function () {
426
426
  exports.useMemo = function (create, deps) {
427
427
  return ReactSharedInternals.H.useMemo(create, deps);
428
428
  };
429
- exports.version = "19.1.0-canary-443b7ff2-20250303";
429
+ exports.version = "19.1.0-canary-e03ac20f-20250305";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.1.0-canary-443b7ff2-20250303",
7
+ "version": "19.1.0-canary-e03ac20f-20250305",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",