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 81f33ba commit 1a075adCopy full SHA for 1a075ad
src/components/ChannelList/ChannelList.tsx
@@ -333,7 +333,7 @@ const UnMemoizedChannelList = <
333
channel: item,
334
// forces the update of preview component on channel update
335
channelUpdateCount,
336
- key: item.id,
+ key: item.cid,
337
Preview,
338
setActiveChannel,
339
watchers,
0 commit comments