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
Fixes#2517
Removed nested onError function that caused TypeScript error.
The correct syntax is to directly return an Error instance from
the onError method, not nest another onError function inside it.
0 commit comments