Make sure the state returned from the reducer is not a different object that equals by value but different by reference from the previous state:

I think it鈥檚 because of the change of isValidating (the loading state), which is also returned by the hook.
Will work on an improvement soon.
Most helpful comment
Will work on an improvement soon.