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 94767fa commit 9073e97Copy full SHA for 9073e97
1 file changed
lib/useOnyx.ts
@@ -51,7 +51,7 @@ function memoizedShallowEqual(a: unknown, b: unknown): boolean {
51
}
52
53
const cachedVerdict = verdictsForA.get(b);
54
-
+
55
if (cachedVerdict !== undefined) {
56
return cachedVerdict;
57
0 commit comments