We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dc89f commit 6b56e38Copy full SHA for 6b56e38
1 file changed
lib/Onyx.ts
@@ -315,7 +315,7 @@ function clear(keysToPreserve: OnyxKey[] = []): Promise<void> {
315
OnyxKey,
316
{oldValues: Record<string, KeyValueMapping[OnyxKey] | undefined>; newValues: Record<string, KeyValueMapping[OnyxKey] | undefined>}
317
> = {};
318
-
+
319
const allKeys = new Set([...cachedKeys, ...initialKeys]);
320
321
// The only keys that should not be cleared are:
0 commit comments