We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63e02b commit 32cd35eCopy full SHA for 32cd35e
packages/react-reconciler/src/ReactFiberHooks.new.js
@@ -831,7 +831,7 @@ function useMemoCache(size: number): Array<any> {
831
}
832
833
834
- // Finally fall back to allocating a fresh instance
+ // Finally fall back to allocating a fresh instance of the cache
835
if (memoCache == null) {
836
memoCache = {
837
data: [],
packages/react-reconciler/src/ReactFiberHooks.old.js
0 commit comments