F
F
fendrarog2022-03-22 03:07:54
React
fendrarog, 2022-03-22 03:07:54

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 question

Ask a Question

731 491 924 answers to any question