You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might just be using this wrong but it looks like useFieldArray doesn't work correctly when using reflect.
The id field is not included at runtime, although it looks like the type is correct.
I might just be using this wrong but it looks like useFieldArray doesn't work correctly when using reflect.
The
idfield is not included at runtime, although it looks like the type is correct.Hopefully you can reproduce it easily
Each child in a list should have a unique "key" prop.result.current.arr.fieldshere tests/array-reflect.test.ts, you'll most likely getundefined.