Skip to content

Commit fbfda60

Browse files
committed
fix: remove unecesary dependency
1 parent e35d444 commit fbfda60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react/hooks/useQueryStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function useQueryStatus(key: string, options?: QueryInstance): Status {
8383
unsubscribeError()
8484
}
8585
},
86-
[key, subscribe, expiration, setExpiresAt]
86+
[key, subscribe, expiration]
8787
)
8888

8989
return useMemo(

0 commit comments

Comments
 (0)