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

React Chat SDK ➜ Stream Chat πŸ’¬

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

Hide β€œStart of a new thread” once the first reply landed in the thread. ![image.png](https://images.zenhubusercontent.com/621f96cdc790c77df1453e5b/7821e664-fef6-4f36-8a61-bdb0226e735b)

enhancement

### Motivation Provide a consistent behavior between different types of channels as well as with `ChannelPreview` component in `ChannelList`. Currently the image (`Avatar`) is displayed in `ChannelHeader` only if the...

enhancement
feature

**Describe the bug** When using `create-react-app` v5, running `react-scripts start` leads to a lot of errors being put out due to a failure to resolve sourcemaps correctly for stream-chat-css. This...

bug
status: unconfirmed

- port custom plugins to `remark`/`rehype` plugins - get rid of any `react-markdown/with-html` used in the SDK, use MD only

dependencies

**Describe the bug** A message over 5000 characters as an initial reply in a thread results in the wrong state. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

**Describe the bug** Looks like a flexbox gone wrong. **To Reproduce** Steps to reproduce the behavior: 1. Go to [this sandbox](https://codesandbox.io/s/stream-chat-react-tutorial-forked-l3pzqp?file=/src/App.tsx) 2. Click on some of the threaded replies **Screenshots**

bug

## Motivation Maintenance of two separate components supporting the same interface requires double work to keep them in sync and opens door to the bugs. ## Proposal Deprecate the `MessageInputSmall`...

**Describe the bug** editing a message with url adds a bogus attachment (image). **To Reproduce** Steps to reproduce the behavior: 1. start the examples/typescript app (not relevant, any vanilla setup...

bug

**Motivation** Currently react chat SDK doesn't allow quote replying to a message which is already a quote reply to some previous message. There is no such behaviour on any other...

feature

**Motivation** Supporting custom emoji, while possible, is quite complex. It involves configuring the picker correctly, injecting the right token in the input, and processing the message so that the custom...

enhancement
feature
docs