Comparing version 19.1.0-canary-540efebc-20250112 to 19.1.0-canary-5b51a2b9-20250116
@@ -1032,2 +1032,8 @@ /** | ||
: enqueueTask; | ||
deprecatedAPIs = Object.freeze({ | ||
__proto__: null, | ||
c: function (size) { | ||
return resolveDispatcher().useMemoCache(size); | ||
} | ||
}); | ||
exports.Children = { | ||
@@ -1074,7 +1080,3 @@ map: mapChildren, | ||
ReactSharedInternals; | ||
exports.__COMPILER_RUNTIME = { | ||
c: function (size) { | ||
return resolveDispatcher().useMemoCache(size); | ||
} | ||
}; | ||
exports.__COMPILER_RUNTIME = deprecatedAPIs; | ||
exports.act = function (callback) { | ||
@@ -1523,3 +1525,3 @@ var prevActQueue = ReactSharedInternals.actQueue, | ||
}; | ||
exports.version = "19.1.0-canary-540efebc-20250112"; | ||
exports.version = "19.1.0-canary-5b51a2b9-20250116"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1526,0 +1528,0 @@ "function" === |
@@ -361,2 +361,3 @@ /** | ||
exports.__COMPILER_RUNTIME = { | ||
__proto__: null, | ||
c: function (size) { | ||
@@ -544,2 +545,2 @@ return ReactSharedInternals.H.useMemoCache(size); | ||
}; | ||
exports.version = "19.1.0-canary-540efebc-20250112"; | ||
exports.version = "19.1.0-canary-5b51a2b9-20250116"; |
@@ -1113,3 +1113,3 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-540efebc-20250112"; | ||
exports.version = "19.1.0-canary-5b51a2b9-20250116"; | ||
})(); |
@@ -426,2 +426,2 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-540efebc-20250112"; | ||
exports.version = "19.1.0-canary-5b51a2b9-20250116"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.1.0-canary-540efebc-20250112", | ||
"version": "19.1.0-canary-5b51a2b9-20250116", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
237853
6512
8