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 0027636 commit 2857a67Copy full SHA for 2857a67
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