Hi,
we have tried to map product data to a custom component inside a list in different ways.
The goal is to show a list which consists of products. We created a page and inserted a list element. Then we inserted the custom component in to the list so it should be the list item.
We've got the following structure: list/list-item/component-properties
The problem is that after mapping the REST response there is no itereation for the component properties. It shows only the first result multiple times.
I think the only way to resolve this problem is to break the component apart, am I right?