Please Add An Example For Control Component Usage In The Context Of useFieldArray In Version 7 With Typescript
Is your feature request related to a problem? Please describe.
my problem is I could never make this part work with Typescript
{...register(test.${index}.value)}
the error message i got is:
"Types of property 'name' are incompatible.
Type 'string' is not assignable to type..."