fix: remove react-hooks/exhaustive-deps comment (plugin not configured)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -118,8 +118,7 @@ export function ClientsPage() {
|
|||||||
next.delete("highlight");
|
next.delete("highlight");
|
||||||
return next;
|
return next;
|
||||||
}, { replace: true });
|
}, { replace: true });
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
}, [searchParams, clients, loading]); // selectClient is stable (defined in render scope)
|
||||||
}, [searchParams, clients, loading]);
|
|
||||||
|
|
||||||
async function loadPets(clientId: string) {
|
async function loadPets(clientId: string) {
|
||||||
setPetsLoading(true);
|
setPetsLoading(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user