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

### 🎯 Goal This lets us detect regressions and incompatibilities with NextJS/Remix - we can add others. ### 🛠 Implementation details a shell script that does typical hello world in...

**Describe the bug** Empty lines are ignored in the message text. **To Reproduce** Steps to reproduce the behavior: 1. In message input type text, then add 1+ empty lines with...

bug
status:confirmed
cluster:markdown

**Motivation** Add a new prop that would allow integrators to pass a component rendering the contents of the `MessageInput`'s `SendButton`. At the moment it is necessary to replace the whole...

feature

**Describe the bug** - `lastMessage` variable is updated for `message.update` and `message.delete` events without checking if the actual latest message was updated/deleted -> if we update/delete and older message then...

bug
status:confirmed
cluster:state-management
cluster:api-events

**Motivation** Current implementation uses hardcoded `emoji-mart` features which makes it hard to upgrade and maintain and also unnecessarily increases SDK's package size. **Proposed solution** Remove from the SDK, make `emoji-mart`...

feature
cluster:emoji

**Describe the bug** When a user pin a message, this fires off a message update event. Which the channel list preview has event listeners listening to last message update. So...

bug
status:confirmed
cluster:state-management

**Describe the bug** Message list in virtualized Thread does not render any messages with theme version 2. ![image](https://user-images.githubusercontent.com/32706194/189855217-0e2705e5-6502-48e5-8b86-9e0469c4b17c.png) **To Reproduce** Steps to reproduce the behavior: Add `virtualized` prop to `Thread`...

bug
status:confirmed
cluster:styling

**Describe the bug** Channel preview parses message text as markdown. This leads to rendering multi-line text in some cases and thus increases the height of the preview. **To Reproduce** Steps...

bug
status:confirmed
cluster:markdown

**Describe the bug** If a user clicks on a quoted message, the UI "jumps" and renders the target message. As a result the container's scroll position changes. If the quoted...

bug
status:confirmed
cluster:state-management

**Motivation** When re-sending message is in progress a (loading) placeholder / indicator should be provided for the message bubble. Otherwise the message is unmounted what leads to blinking. [missing_loading_indicator_message_resend.webm](https://user-images.githubusercontent.com/32706194/191534042-dc754b8e-7277-4e45-b778-dd393c9edbb5.webm) **Acceptance...

feature
cluster:loading-state