react-hook-form 7.20.0
[7.20.0] - 2021-11-19
Added
- new
exactprop foruseWatch - new
exactprop foruseFormState
useWatch({
name: 'test.test',
exact: true,
});
useFormState({
name: 'test.test',
exact: true,
});
Changed
useWatchsubscription will occurred atuseEffectinstead beforerender