You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything else is covered and working perfectly, however I've noticed that a custom React hook using two useCallbacks has both dependency arrays uncovered. The function containing the calls is being called, which would make me expect them to be covered.
Everything else is covered and working perfectly, however I've noticed that a custom React hook using two
useCallback
s has both dependency arrays uncovered. The function containing the calls is being called, which would make me expect them to be covered.For example:
has
, [client]
covered, whereas with the following it's not covered:I'm not suggesting there is an issue with this project - to rule that out, how should I go about finding the cause of this?
The text was updated successfully, but these errors were encountered: