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.
2 parents 0a27963 + 2857a67 commit df6e6dfCopy full SHA for df6e6df
package/src/components/ChannelList/hooks/usePaginatedChannels.ts
@@ -61,6 +61,7 @@ export const usePaginatedChannels = <
61
62
const hasUpdatedData =
63
queryType === 'loadChannels' ||
64
+ queryType === 'refresh' ||
65
[
66
JSON.stringify(filtersRef.current) !== JSON.stringify(filters),
67
JSON.stringify(sortRef.current) !== JSON.stringify(sort),
0 commit comments