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** This bug only appears if the error originates in the thread's message list. An example situation is when the app looses connection and user tries to post...

bug
status:confirmed
cluster:state-management

**Describe the bug** Messages already present in a thread are removed if the originally failed delivery of a message is successful at last. The retried message appears in the thread,...

bug
status:confirmed
cluster:state-management

**Describe the bug** If a user has open both main and thread message list and decides to quote a message in the main message list, then the message inputs in...

bug
status:confirmed
cluster:state-management

**Describe the bug** Uploaded video and audio attachments are not displayed in `EditMessageForm`. **To Reproduce** Steps to reproduce the behavior: 1. Send a message with video / audio file attachment...

bug
status:confirmed

**Describe the bug** Clicking on the item "Reply" in the `MessageActionsBox` in thread does nothing. **Expected behavior** Invoke quotes message UI in the message input **Video** [clicking_reply_action_in_thread_does_nothing.webm](https://user-images.githubusercontent.com/32706194/191549383-e2cb19e2-bce5-41b6-94ef-20a3db893609.webm) **Package version** -...

bug
status:confirmed

**Describe the bug** Clicking seemingly empty space opens thread. **Expected behavior** Clicking should just make buttons visible. **Screenshots** [clicking_empty_space_opens_thread.webm](https://user-images.githubusercontent.com/32706194/191547560-e0820324-f7a8-4ef6-978f-af90681e596f.webm) **Package version** - stream-chat-react: 10.1.1 - stream-chat-css: 3.1.1

bug
status:confirmed

**Motivation** This component has been extracted from the `QuotedMessagePreview` component (in theming-v2) and now there's no way for the user to replace `QuotedMessagePreviewHeader` with a custom one (or get rid...

feature

**Describe the bug** _I'm using [this demo](https://github.com/GetStream/website-react-examples/tree/master/social-messenger-ts/src) as my foundation_ My Channel List component renders channels from 9 to 9 - so my "limit" is always 9 and my offset...

bug
status: unconfirmed

### 🎯 Goal Render the message actions menu above an overlay that would prevent the erratic behavior of menu disappearing when hovered away. Make sure that only one menu is...