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
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Promise.reject is used throughout the API but rejecting with plain strings. Wrapping with an Error object will allow the use of libraries that will detect errors by type (such as redux-actions).