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
Avoid console.error, throw new Error and such in favor of handling most error in state, and then using UX like toasts to let the user be aware that an error happened.
Avoid
console.error,throw new Errorand such in favor of handling most error in state, and then using UX like toasts to let the user be aware that an error happened.