Comparing version 19.1.0-canary-97d79495-20241223 to 19.1.0-canary-9b62ee71-20250122
@@ -959,2 +959,3 @@ /** | ||
S: null, | ||
V: null, | ||
actQueue: null, | ||
@@ -1033,2 +1034,8 @@ isBatchingLegacy: !1, | ||
: enqueueTask; | ||
deprecatedAPIs = Object.freeze({ | ||
__proto__: null, | ||
c: function (size) { | ||
return resolveDispatcher().useMemoCache(size); | ||
} | ||
}); | ||
exports.Children = { | ||
@@ -1075,7 +1082,3 @@ map: mapChildren, | ||
ReactSharedInternals; | ||
exports.__COMPILER_RUNTIME = { | ||
c: function (size) { | ||
return resolveDispatcher().useMemoCache(size); | ||
} | ||
}; | ||
exports.__COMPILER_RUNTIME = deprecatedAPIs; | ||
exports.act = function (callback) { | ||
@@ -1524,3 +1527,3 @@ var prevActQueue = ReactSharedInternals.actQueue, | ||
}; | ||
exports.version = "19.1.0-canary-97d79495-20241223"; | ||
exports.version = "19.1.0-canary-9b62ee71-20250122"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1527,0 +1530,0 @@ "function" === |
@@ -75,3 +75,3 @@ /** | ||
var isArrayImpl = Array.isArray, | ||
ReactSharedInternals = { H: null, A: null, T: null, S: null }, | ||
ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null }, | ||
hasOwnProperty = Object.prototype.hasOwnProperty; | ||
@@ -362,2 +362,3 @@ function ReactElement(type, key, self, source, owner, props) { | ||
exports.__COMPILER_RUNTIME = { | ||
__proto__: null, | ||
c: function (size) { | ||
@@ -545,2 +546,2 @@ return ReactSharedInternals.H.useMemoCache(size); | ||
}; | ||
exports.version = "19.1.0-canary-97d79495-20241223"; | ||
exports.version = "19.1.0-canary-9b62ee71-20250122"; |
@@ -1113,3 +1113,3 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-97d79495-20241223"; | ||
exports.version = "19.1.0-canary-9b62ee71-20250122"; | ||
})(); |
@@ -426,2 +426,2 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-97d79495-20241223"; | ||
exports.version = "19.1.0-canary-9b62ee71-20250122"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.1.0-canary-97d79495-20241223", | ||
"version": "19.1.0-canary-9b62ee71-20250122", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
237879
6513