Skip to content

Commit 2a46ed7

Browse files
committed
Resolve remaining lint errors
1 parent 0cbf3fb commit 2a46ed7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,6 @@ export function buildHooks<Definitions extends EndpointDefinitions>({
16881688
useEffect(() => {
16891689
return () => {
16901690
promiseRef.current?.unsubscribe?.()
1691-
// eslint-disable-next-line react-hooks/exhaustive-deps
16921691
;(promiseRef.current as any) = undefined
16931692
}
16941693
}, [promiseRef])

0 commit comments

Comments
 (0)