We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce305b commit 31e30c4Copy full SHA for 31e30c4
website/src/hook/useFetch.ts
@@ -28,7 +28,6 @@ export function useFetch<T>(url: string, options?: RequestInit): UseFetchResult<
28
return () => {
29
mounted = false;
30
};
31
- // eslint-disable-next-line react-hooks/exhaustive-deps
32
}, []);
33
34
return { response, error };
0 commit comments