I have a list of items that dynamically re-renders based on a filter (it retrieves the data back from an API). When the list is small (e.g. 7 items in my case) and the filter brings back 1 item, going back to the 7 items list only renders 1 item (a regular list doesn't have this issue).
Do you have any idea how I can fix this?