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
As far as I can tell, there's no reason for this to be Error | null instead of just Error. The only time the fallback function is invoked is inside an if (error) { ... } branch.