I have a list that renders items from an API responde. For some reason there are some duplicated elements. These duplicates are not in the api-response. Putting a console.log in their on load logs only the correct amount of items. I tried with RepeatKeys and that worked for a while, but stopped working a little later. I think RepeatKey may generally be broken. Even setting a constant key (e.g. "1") shows all the items.
I have an expanded view of the list (the one with the duplicates does some date filtering) and that has no dupes.
Team toddle