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
After upgrading to v3.13.2 I am getting the following error
TypeError: form.mutators.resetSubmitErrors is not a function
in ReactFinalForm (created by FormWithRedirect)
in FormContextProvider (created by FormWithRedirect)
in FormWithRedirect
The error is caused by FormWithRedirect where I am using custom mutators. I believe that there was a change introduced in 3.13.2 which is causing these issues.
The text was updated successfully, but these errors were encountered:
After upgrading to v3.13.2 I am getting the following error
The error is caused by FormWithRedirect where I am using custom mutators. I believe that there was a change introduced in 3.13.2 which is causing these issues.
The text was updated successfully, but these errors were encountered: