I have a redux form with form fields as FieldArray. Initialising redux-form from state is pretty straightforward but my form has list of fields (FieldArray) and there is no documentation for initialising FieldArray form.
The problem seems to be because of field names (eg: members[0].lastName, members[0].firstName etc)
And I've tried manually passing these keys but still got no form initialisation, please help.