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 64c1782 commit 49db5fbCopy full SHA for 49db5fb
package/src/components/ChannelList/ChannelList.tsx
@@ -339,7 +339,7 @@ export const ChannelList = <
339
]);
340
341
useEffect(() => {
342
- channelManager.setOptions({ lockChannelOrder });
+ channelManager.setOptions({ abortInFlightQuery: true, lockChannelOrder });
343
}, [channelManager, lockChannelOrder]);
344
345
0 commit comments