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
added new .errorsAsObjects = true support to config
added warnings of future breaking changes
NOTE: You should set
.errorsAsObjects = true
and update any error handling you have in your apps to support new, better errors that provide status codes etc. If you don't add it, existing apps should work fine.