stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

React Chat SDK ➜ Stream Chat 💬

Results 207 stream-chat-react issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Mouse leaves message but doesn't close popup action **To Reproduce** https://github.com/GetStream/stream-chat-react/assets/104440194/58213a74-3644-496b-ba71-bd0eeac8c0de Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down...

bug
status:confirmed

**Describe the bug** Mr.A: 1111111 Mr.B: quote (11111) 22222222 Edit Mr.A message to 333333 but Mr.B: (11111) 22222222 still 11111 A clear and concise description of what the bug is....

bug
status:confirmed

**Describe the bug** I'm not sure if this would count as a bug, but `jumpToMessage` function in `useChannelActionContext` does not work with system messages. I was asked to provide a...

bug
status: unconfirmed

**Describe the bug** As the name suggests, when `allowNewMessagesFromUnfilteredChannels` is `false`, my thought process is when a new message arrives on a channel which is filtered out by the filters...

question

(following up from https://github.com/GetStream/stream-chat-react/issues/1822) Here is a simple example where the connected user can change over time: [CodeSandbox](https://codesandbox.io/s/awesome-pine-df8bmv?file=/src/App.tsx) (make sure to update the `constants.ts` to your own) When I click...

question

**Motivation** I may have miss it? but would it be possible to expose mocks for testing? Or what are your recommendation for testing? How do you bypass following warnings or...

feature

**Motivation** Currently the message status read by count `getReadByTooltipText()` [link](https://github.com/GetStream/stream-chat-react/blob/21879ea84bf5aa3f0a7c54b1156ff04ee6df36bf/src/components/Message/utils.tsx#L350) only lists the first three users by name, if there is more than three users in the "read by" array...

needs api support
feature

**Motivation** Handle `'voiceRecording'` attachments in the same way as existing `'audio'` attachments. We have a web app and an iOS app. The iOS SDK added functionality to allow users to...

feature

The AttachmentContainer is falling back to using an image source of `about:blank` for `previewUrl`. https://github.com/GetStream/stream-chat-react/blob/24d2a4d6cc89207ba605eb228cf362c03e2ccb66/src/components/Attachment/AttachmentContainer.tsx#L130 https://github.com/GetStream/stream-chat-react/blob/24d2a4d6cc89207ba605eb228cf362c03e2ccb66/src/components/Attachment/AttachmentContainer.tsx#L165 This can cause the following CSP violation. ``` img-src: csp_violation: 'about' blocked by 'img-src'...

### Please select which package this feature is related to stream_chat ### Which platforms would this feature impact? Web ### Is your feature request related to a problem? The custom...

enhancement
feature