I have a custom component with several form fields in it. I've exported the properties I need to populate it. I've then used this component in a collapsible list.
I have mapped an array coming from a service to this collapsible list and the fields within the component.
But its not working. All the entries are the same, looks like repeats of the first one. If I break apart the component and then redo the mapping, it works.
What am I doing wrong? Do custom components just not work in a list with mapping?