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

React Chat SDK ➜ Stream Chat 💬

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

Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 9.25.0 to 9.27.2. Release notes Sourced from stream-chat's releases. v9.27.2 9.27.2 (2025-12-16) Bug Fixes remove blocked messages from offline db (#1666) (81883a4) send edited message with error...

stream-dependencies

**Describe the bug** Channel list always timeout when i try to filter with ` { pinned_at: 1 } ` and `{ limit: 15 }`. `Noted channel list arround 3000 -...

bug
status: unconfirmed

**Describe the bug** We updated our `stream-chat-react` version from `11.4.0` => `13.12.0` and are experiencing an unexpected behavior of the `MessageList` and `MessageInput` inside the Channel component. The components are...

question

**Describe the bug** Clicking the "X" button on the "Unread messages" message does nothing, would expect it to dismiss the message without scrolling to the unread messages. **To Reproduce** Steps...

bug
status: unconfirmed

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** I set the messages_limit to load 25 messages at a time. Currently, my channel has...

bug
status: unconfirmed

### 🎯 Goal Fixes: #2770 `react-image-gallery` has the matching React peer deps: ``` "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } ```

Please upgrade `react-image-gallery` dependency to v.1.4.0 Currently used `1.2.12` does not officially support React 19. And mess up package-lock.json forcing apps to use React 18 over 19. It has React...

dependencies