Answer the question
In order to leave comments, you need to log in
What to replace stopSubmit from Redux Form in React Hook Form?
Please tell me what can I replace stopSubmit(form:String, errors:Object) with in React Hook Form?
Are there any analogues?
I need to rewrite this code to React Hook Form, thanks in advance
import { stopSubmit } from 'redux-form'
dispatch(stopSubmit('login', { _error: message } ))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question