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
Fix BaseError.normalize(error, NewErrorClass). error is not converted to NewErrorClass if it is an instance of a BaseError's subclass. However, error was converted when it was an instance of BaseError itself, which was incorrect.
The core of the plugin modern-errors-switch has been split into a separate module switch-functional. If you like functional programming, this might interest you.