DEV Community

Discussion on: useAxios : A simple custom hook for calling APIs using axios

Collapse
 
hullen profile image
Hullen Gonzales

You can disable it with a comment // eslint-disable-next-line react-hooks/exhaustive-deps. Because fetchData need to be called only on mount component cycle.

Some comments have been hidden by the post's author - find out more