ListView with infinite scroll

I have one listview in which I added a backend query with an API call. while updating the data of a single item it's not reflected on the page. but when I remove infinite scroll then it's updated.

like For example I have an API response list of string [ABC, XYZ, QWA] shown on a page, when i tried to update the name of index 0 it was not updated on Infinite Scroll but when I removed it. then it's updated.

Can you please guide me?

1