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

Use the configuration created in stream-chat-react-native - [relevant PR](https://github.com/GetStream/stream-chat-react-native/pull/1055). Once done, the import order will be automatically fixed by ESLint.

infrastructure

**Describe the bug** The giphy preview is always rendered outside the message list even though the value of `separateGiphyPreview` prop is set to `false`. The preview is always rendered inside...

bug
status:confirmed

Tooltip component seems excessive and does not add any particular value since native β€œtitle” can provide similar functionality and is better for readability. I suggest we either improve the way...

**Motivation** As an integrator, I would like to be able to quickly integrate the channel pinned messages. **Proposed solution** Build a PinnedMessagesList component with barebones messages displayed, [using the pinned...

feature

Right now, images are rendered without a `height` attribute, which causes jumps in both message lists. Backend will soon start returning versions and dimensions for the images, which we can...

enhancement
need api support

Right now, we have a few examples available in the [/examples](https://github.com/GetStream/stream-chat-react/tree/develop/examples) directory [and a few in the website repository](https://github.com/getstream/website-react-examples). @jaapbakker88 - I think we need to reach a good consensus...

enhancement

Released in `stream-chat` 5.6.0 was a change to the type of `Attachment`, see https://github.com/GetStream/stream-chat-js/commit/e911e020f0c6c20d57b17fab6db14ac6165caf3f#diff-c54113cf61ec99691748a3890bfbeb00e10efb3f0a76f03a0fd9ec49072e410aR1436, that added `file_size` with a type of `string | undefined | number`. This type can not...

bug

Hi πŸ‘‹ I want to use a custom `UploadsPreview` in my message input. Unfortunately, it is baked into [`MessageInputFlat`](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageInput/MessageInputFlat.tsx#L90), so I have to copy-paste the entire component just to change...

Hello, I have an odd behavior which i don't know if that's a bug. I have a ChannelList Component which list all my channels. When I been removed as a...

bug
needs api support

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies