We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d247942 commit 6890f4fCopy full SHA for 6890f4f
examples/react-hooks.js
@@ -23,3 +23,5 @@ export function useCall(callback, deps) {
23
callback()
24
}, deps)
25
}
26
+
27
+/* eslint react-hooks/exhaustive-deps:0 */
0 commit comments