stream-chat-react
stream-chat-react copied to clipboard
React Chat SDK ➜ Stream Chat 💬
**Describe the bug** When I log the pinnedMessages data from useChannelStateContext, it only returns the first 10 pinned messages. **To Reproduce** Steps to reproduce the behavior: When I log the...
### 🎯 Goal fixes REACT-441 fixes #2751
**Describe the bug** It doesn't focus on the input when selecting an image, so the image can't be sent by pressing Enter. **To Reproduce** Steps to reproduce the behavior: 1....
Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 9.8.0 to 9.10.0. Release notes Sourced from stream-chat's releases. v9.10.0 9.10.0 (2025-06-25) Features [CHA-792] unread count by team (#1574) (8248ad6) v9.9.0 9.9.0 (2025-06-24) Bug Fixes properly delete...
**Describe the bug** When sending multipe links in one message, they don't appear correctly in the message list. **To Reproduce** Steps to reproduce the behavior: 1. Go to getstream chat...
Hi team, I'm using the stream-chat-react SDK in a React application and would like to implement a feature to filter and display channels based on their read/unread status, with proper...
**Describe the bug** [youtube.com](http://youtube.com/) [youtube.com/watch?v=XD00TJ-6WSw](http://youtube.com/) Recording: https://drive.google.com/drive/folders/1JQp68vzNov4teVL7_17CD3tK2WZX6qvl Package version "stream-chat": "^8.56.1" "stream-chat-react": "^12.13.0",
# Submit a pull request ### 🎯 Goal Details: https://github.com/GetStream/stream-chat-css/pull/322 Draft because we have to update stream-chat-css before merging!!!! ### 🛠 Implementation details _Provide a description of the implementation_ ###...
### 🎯 Goal Add support for static and live location attachments with manager helper. Linked `stream-chat-js` PR: https://github.com/GetStream/stream-chat-js/pull/1423 and [Notion specification](https://www.notion.so/stream-wiki/Location-sharing-API-12d6a5d7f9f680878fa0d0b2340cfbe4#15b6a5d7f9f68055b94bcd93c5094bc8)
Hello, I have implemented live chat using stream-chat-react. When the user clicks on the avatar he's talking with I need to redirect to that user's profile:  I couldn't find...