We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3fd5e commit 7cc487eCopy full SHA for 7cc487e
src/components/ChannelList/hooks/usePaginatedChannels.ts
@@ -99,6 +99,7 @@ export const usePaginatedChannels = <
99
setChannels(newChannels);
100
setHasNextPage(channelQueryResponse.length >= newOptions.limit);
101
setOffset(newChannels.length);
102
+ setError(false);
103
} catch (e) {
104
await wait(2000);
105
0 commit comments