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");
|
||||
return next;
|
||||
}, { replace: true });
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [searchParams, clients, loading]);
|
||||
}, [searchParams, clients, loading]); // selectClient is stable (defined in render scope)
|
||||
|
||||
async function loadPets(clientId: string) {
|
||||
setPetsLoading(true);
|
||||
|
||||
Reference in New Issue
Block a user