From d7dce652916b45568acaa2da5b28dfdf1aa064c2 Mon Sep 17 00:00:00 2001 From: kongmoumou Date: Tue, 9 Jan 2024 22:44:21 +0800 Subject: [PATCH] chore: remove useless comment --- core/src/use-swr.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/use-swr.ts b/core/src/use-swr.ts index 8480ea805..1190987be 100644 --- a/core/src/use-swr.ts +++ b/core/src/use-swr.ts @@ -547,7 +547,6 @@ export const useSWRHandler = ( // Similar to the global mutate but bound to the current cache and key. // `cache` isn't allowed to change during the lifecycle. - // eslint-disable-next-line react-hooks/exhaustive-deps const boundMutate: SWRResponse['mutate'] = useCallback( // Use callback to make sure `keyRef.current` returns latest result every time (...args: any[]) => {