react-hook-form 6.11.0
[6.11.0] - 2020-11-07
Changed
defaultValuesis required to measureisDirty, keep a single source of truth to avoid multiple issues raised aroundisDirty- when
watchwithuseFieldArray,fieldsobject is no longer required as defaultValue
- watch('fieldArray', fields);
+ watch('fieldArray');