I’m having an issue with loading a list of items, ...
# compose
o
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
Can you share your code?
o
it was a paginated API…….first=0 was returning……0 results
my bad