Hi Victoria, I just finished updating my app to use the new listView. It took me a while since there were new problems that surged when using the new component.
This in particular:
I found a workaround but I think that there are opportunities to improve the listview component with how components inside work.
For example: If i have a list view with 10 items and inside I have 10 texts, if I delete 5 items by editting the variable, the list view shows 5 texts, but when I see the state of the text component, still 10 texts are shown and values are "remembered". This gets worse if you use an input component, because if you delete an item and then insert a "new" one, the new one's values are filled with the previous item's values.