useeffect dependency error
// eslint-disable-next-line react-hooks/exhaustive-deps
Here is what the above code is Doing:
1. We’re using the useEffect hook to run a function when the component mounts.
2. We’re using the useState hook to set the initial state of the component.
3. We’re using the useState hook to set the state of the component when the user clicks the button.
4. We’re using the useEffect hook to run a function when the state of the component changes.