1 min readJun 19, 2020
Nice article, I've been facing the incomplete dependencies warning because I'm using a component's state variable inside the hook, that state can change inside the hook so adding to the dependency array is not an option, any suggestions?