react-hook-form 6.14.0
[6.14.0] - 2020-12-31
Changed
setValuewithout shouldUnregister:false will no longer deep clone its value instead with shallow clone
Added
- new formState
isValidating, this will set totrueduring validation.
const {
formState: { isValidating },
} = useForm();