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
The callback function passed into mockIf() should be an async function. I followed this example down to the letter but it wouldn't work until I put an async in front of the callback - evidently there is a function somewhere in the stack that requires it.
0 commit comments