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
Resolves severe regression introduced in v2.8.3 that resulted in the following error: Uncaught (in promise) Error: Field must be inside a component decorated with reduxForm()
Enhances error mapping such that an error without an errors key that has a message property will map that property as a form-wide error via SubmissionError. This will then be available in the errors object passed in to onSubmitFail, as well as the error prop in the form component.
Added original error to meta.error property of the wrapped SubmissionError. This will be accessible to developers in the third argument of redux-form's onSubmitFail