stream-chat-react
stream-chat-react copied to clipboard
React Chat SDK β Stream Chat π¬
Hide βStart of a new threadβ once the first reply landed in the thread. 
### 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...
**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...
- port custom plugins to `remark`/`rehype` plugins - get rid of any `react-markdown/with-html` used in the SDK, use MD only
**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...
**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**
## 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...
**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...
**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...