mode="array" with appField in dynamic array
I build an AppField component for this segment and added it to my createFormHook under the fieldComponents (Let's call it
ExamSegmentField).In my main form I now want to show all the segments the user has added like so:
However I get a type on "name" saying that
type 'segment[number]' is not assignable to type {...} where {...} is my form schema (which obviously contains segments and I can even see the sub-fields in the error message).Am I structuring this incorrectly?
