I’m having an issue with loading a list of items, as in when I let the execution run normally, nothing shows up, but if I debug and basically wait some time, then the items appear
what I do to make them appear is set the state to Success(items) and listen to it in my composable to know whether to show Loading or the items
z
Zach Klippenstein (he/him) [MOD]
10/11/2022, 12:18 PM
Can you share your code?
o
oday
10/11/2022, 2:16 PM
it was a paginated API…….first=0 was returning……0 results