feat: add pin icon to the ChannelListItemUI (#3163) #8815
ci.yml
on: push
Build & Validate
27s
ESLint & Prettier
40s
Test
2m 12s
Matrix: Deploy Vite Example to Vercel
Annotations
2 errors
|
Test
Process completed with exit code 1.
|
|
src/components/ChannelList/__tests__/ChannelList.test.tsx > ChannelList > Event handling > channel.deleted > should unset activeChannel if it was deleted:
src/components/ChannelListItem/hooks/useChannelDisplayName.ts#L21
Error: You can't use a channel after client.disconnect() was called
❯ Channel.getClient node_modules/stream-chat/dist/cjs/index.node.js:8150:13
❯ computeChannelDisplayName src/components/ChannelListItem/hooks/useChannelDisplayName.ts:21:33
❯ updateDisplayName src/components/ChannelListItem/hooks/useChannelDisplayName.ts:62:22
❯ src/components/ChannelListItem/hooks/useChannelDisplayName.ts:63:5
❯ Object.react-stack-bottom-frame node_modules/react-dom/cjs/react-dom-client.development.js:22509:20
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:543:16
❯ commitHookEffectListMount node_modules/react-dom/cjs/react-dom-client.development.js:10758:29
❯ commitHookPassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:10880:11
❯ commitPassiveMountOnFiber node_modules/react-dom/cjs/react-dom-client.development.js:12653:13
❯ recursivelyTraversePassiveMountEffects node_modules/react-dom/cjs/react-dom-client.development.js:12627:11
|