react 19.1.0-canary-443b7ff2-20250303 → 19.1.0-canary-029e8bd6-20250306
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.
- package/cjs/react-jsx-dev-runtime.development.js +2 -3
- package/cjs/react-jsx-dev-runtime.react-server.development.js +2 -3
- package/cjs/react-jsx-runtime.development.js +2 -3
- package/cjs/react-jsx-runtime.react-server.development.js +2 -3
- package/cjs/react.development.js +3 -4
- package/cjs/react.production.js +1 -1
- package/cjs/react.react-server.development.js +4 -5
- package/cjs/react.react-server.production.js +1 -1
- package/package.json +1 -1
@@ -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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
306
|
-
var createTask = console.createTask
|
304
|
+
isArrayImpl = Array.isArray,
|
305
|
+
createTask = console.createTask
|
307
306
|
? console.createTask
|
308
307
|
: function () {
|
309
308
|
return null;
|
package/cjs/react.development.js
CHANGED
@@ -664,9 +664,7 @@
|
|
664
664
|
getCurrentStack: null
|
665
665
|
},
|
666
666
|
hasOwnProperty = Object.prototype.hasOwnProperty,
|
667
|
-
|
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-
|
1240
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
1242
1241
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
1243
1242
|
"function" ===
|
1244
1243
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/cjs/react.production.js
CHANGED
@@ -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
|
-
|
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-
|
812
|
+
exports.version = "19.1.0-canary-029e8bd6-20250306";
|
814
813
|
})();
|