From f4bf0b27731c0df17560660f9930870d5a3a6882 Mon Sep 17 00:00:00 2001 From: Alex Kim Date: Thu, 3 Oct 2024 05:54:37 +1000 Subject: [PATCH] Fixed bug with useMemo changed size --- app/(auth)/(tabs)/(home)/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index ea338d7f..7f564c85 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -283,7 +283,7 @@ export default function index() { }, ]; return ss; - }, [api, user?.Id, ...collections.map((c) => c.Id), mediaListCollections]); + }, [api, user?.Id, collections.map((c) => c.Id), mediaListCollections]); if (isConnected === false) { return (