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

# Submit a pull request ### 🎯 Goal _Describe why we are making this change_ We are trying to switch to `VirtualizedMessageList` and found that our custom `groupStyles` stopped working!...

### 🎯 Goal When a user is removed from a channel with `channel.removeMembers([targetId],{text:"bye"})`: 1. Remove the channel from the channel list - and keep it removed 2. Remove the channel...

### 🎯 Goal Adjust default filters and sorting pre-sets.

# Submit a pull request ### 🎯 Goal Adds Vale doc linter to the GitHub workflow. This uses the Google defined documentation config making sure the documentation of the SDK...

New version of `react-virtoso` adds [fix which enhances performance](https://github.com/petyosi/react-virtuoso/commit/80e18027dce4d04d4289ea4bd5fadb3a1c6ef237), we should upgrade the package and adjust the SDK to work with the new version.

dependencies

I would like to use mention for all user, such as: @all or @here at mention list in current channel

feature
cluster:@mentions

**Motivation** Someone in my team expected that the channel is still in his list, after leaving the channel. His expectations: - It shows "XYZ left the channel" - XYZ does...

needs api support
feature

**Describe the bug** The peer dependencies have `"react": "^18.0.0 || ^17.0.0 || ^16.8.0"`, but if you install it with react 16.8, there will be peer-dependencies issues because of `react-markdown` `9.0.0`...

bug
status:confirmed

**Describe the bug** My group has three members, called A, B, and C, when C is using the function channel.removeMember() aims to remove himself from the group, but now, in...

bug
needs api support
status:confirmed

**Motivation** I am working on a caching feature with the Get-Stream React/Next and Electron project. The app is built with Next with typescript and bundled with Electron. The final product...

feature