fix: fixing dependencies

This commit is contained in:
Hydra 2024-04-15 10:18:24 +01:00
parent cdd9908775
commit db79136cf5
No known key found for this signature in database
20 changed files with 2439 additions and 21400 deletions

View file

@ -56,7 +56,7 @@ export function App() {
}
addPacket(downloadProgress);
},
}
);
return () => {
@ -77,7 +77,7 @@ export function App() {
replace: location.pathname.startsWith("/search"),
});
},
[dispatch, location.pathname, navigate],
[dispatch, location.pathname, navigate]
);
const handleClear = useCallback(() => {