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

React Chat SDK ➜ Stream Chat 💬

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

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to Channel List 2. Click on Channel 3....

bug
status: unconfirmed

**Describe the bug** groupStyles undefined **To Reproduce** Create virtualized message list and a custom message. Get the groupStyles in the CustomMessage ``` const { isReactionEnabled, message, reactionSelectorRef, showDetailedReactions, groupStyles, firstOfGroup,...

bug
status: unconfirmed

**Describe the bug** The `Connection failure, reconnecting now...` notification is displayed only during the time it takes the browser to emit the `online` event. However, the client may still need...

bug
status:confirmed
cluster:loading-state

Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 7.1.0 to 8.0.0. Release notes Sourced from stream-chat's releases. v8.0.0 8.0.0 (2022-10-12) ⚠ BREAKING CHANGES compatible node version changed to >=v16 Bug Fixes crypto.getRandomValues check for older...

stream-dependencies

**Describe the bug** When using `client.pinMessage` to pin messages they don't show up as pinned under either `channel.getPinnedMessages` or `stream.channel('livestream', channel.id).query({})` **To Reproduce** Pin a message using `client.pinMessage`. Elsewhere try...

bug
need api support
status:confirmed

**Motivation** Display the loading indicator in the direction of the scroll. So if scrolling to the bottom: 1. the indicator should be rendered at the bottom 2. when scrolling to...

feature
cluster:loading-state

**Motivation** With #1803, a few properties from `InfiniteScrollProps`, `LoadMorePaginator`, `LoadMoreButton` have been deprecated. Eventually, this code will have to be removed from the SDK and a proper migration plan for...

breaking
cluster:remove-after-deprecation

**Motivation** Provide a hook that would control client (user) connection / re-connection. **Proposed solution** - [ ] hook implementation (such as this [closure based one](https://github.com/GetStream/stream-chat-react/blob/de736f8956333556ea5b1de2e905ddd3f94951e3/examples/typescript/src/App.tsx#L86-L118) and this [one with cancelation...

feature
cluster:api-client

**Describe the bug** If a user has already a non-empty thread opened and clicks on reply button of a message with 0 replies, the old replies from already opened thread...

bug
status:confirmed
cluster:state-management

**Motivation** Our users sometimes need to check whether they have hidden, unread messages. **Proposed solution** It would be nice if under 'filters' we could have an option to only query...

feature