Chat SDK v4 GroupChannelCollection

It seems like groupChannelCollection.hasMore always return true. When all channels are already loaded, it will start loading from the first channel again.

For example, I have a total of 12 group channels, and I’ve set a limit of 10 for the groupChannelCollection. The first load will return the first 10 channels, second load will return the remaining 2 channels. Supposedly there are no channels left, but if I call loadMore again, it will return the same 10 channels as the first load.

You may try out the code here quizzical-leavitt-0or6r0 - CodeSandbox

Thank you!