I think it would be valuable for the setFieldError function from the Formik ref to be available to use in the actions.
USECASE:
When a form is submitted we can fire off a custom submit-action. If we get an error response from the server we can set the error on the corresponding input by using setFieldError.
The change would be minimal, but open for discussions on why or why not this is needed.

I think it would be valuable for the setFieldError function from the Formik ref to be available to use in the actions.
USECASE:
When a form is submitted we can fire off a custom submit-action. If we get an error response from the server we can set the error on the corresponding input by using setFieldError.
The change would be minimal, but open for discussions on why or why not this is needed.
