Skip to content

Commit 6890f4f

Browse files
author
Kent C. Dodds
committed
chore: remove lint warning
1 parent d247942 commit 6890f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/react-hooks.js

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ export function useCall(callback, deps) {
2323
callback()
2424
}, deps)
2525
}
26+
27+
/* eslint react-hooks/exhaustive-deps:0 */

0 commit comments

Comments
 (0)