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
Due to how unwrapping data work, it is possible that the request function will return an undefined value when an error is thrown that is not reflected on the type signature of the functions, which leads to incorrect null checking by typescript.