v1.0.0
Breaking
$useFieldArray().fields
now is a list ofFormBuilder & { $key: string; }
instead of a list of the values held by the array. The$key
may be used for the JSXkey
attribute when iterating over the fields to generate the forms for each element.
What's Changed
Full Changelog: v0.0.7...v1.0.0