folks!
I created a custom hook that is called two times, in a father component and also in a child component, the problem is that when the state of the hook changes the child is rendered, but the father component is not updated.
I'm breaking any custom hooks rule?
Thanks!