Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. For when you do not want to included everything in a useEffect array parameter
  2. // eslint-disable-next-line react-hooks/exhaustive-deps
  3.  
  4. For when you want to disable linting on the next line
  5. // eslint-disable-next-line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement