Open techno-disaster opened 4 years ago
Can I take this ?
Hey @Anirudhk07 sure. assigning it to you
@Anirudhk07 Any update on the issue?
Making this issue available for others as there's no response from @Anirudhk07.
@bharat-1809 can you take this up?
@Techno-Disaster Sure, thanks :)
Hey @bharat-1809 any updates?
@Techno-Disaster I am still working on it. Sorry for the delay.
no problem, we just need a update every 3 days :) feel free to ask of you are stuck somewhere.
@Techno-Disaster I think the issue is already solved. The list didn't get repeated. Please have a look.
Yes, i looked into this and found out an issue on the backend, lets keep this on hold for now. Will raise an issue on the backend repo
Describe the bug
Right now if the last page does not have all 20 members (the number of people we request per page). The members get repeated. This is probably due to a small bug in
hasReachedMax
, to fill the20
limit.PS: The data is getting called for all the pages (including the last one) as expected, you can see it in the logs when you scroll to the end. Only the members aren't shown on the app.
To Reproduce Steps to reproduce the behavior: Go to members page and scroll to the end.
Screenshots