Hello I'm currently working on a project that uses JSON schema form
Keep getting the following error when using a layout for nested arrays which have recursive schema references
Nested Arrays getControl error: Unable to find "0" item in FormGroup.
Example: https://stackblitz.com/edit/angular-c1mzvk
Recursive References Example: https://hamidihamza.com/ajsf/?set=ng-jsf&example=ng-jsf-deep-ref&framework=bootstrap-4&language=en
If I do not provide a layout or set layout = ['*'], the form works perfectly. If I do provide one it's unable to render the form
No luck with the Github issue either
Here is the stackbiltz link: https://stackblitz.com/edit/angular-zvsitp
I have changed the schema to below mentioned code and I see no error in console.