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

React Chat SDK ➜ Stream Chat 💬

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

**Describe the bug** We sometimes see `channel.state.last_message_at` with a value of `1754-08-30T22:43:41.128Z` **To Reproduce** ``` channel = stream.channel("messaging", conversation_id, { "members": user_ids.map ( el ) -> el.toString() }) channel.create() .then...

bug
status: unconfirmed

**Describe the bug** [react-virtuoso commit](https://github.com/petyosi/react-virtuoso/commit/c2a2919f0859f72ce03a2bfaf2102f26745d0422) added "will-change: transform" style property to the list scroller and created new stack context for inner elements ([MDN](https://developer.mozilla.org/ru/docs/Web/CSS/will-change)). Attachment gallery modal has "position: absolute" behavior...

bug
status:confirmed

**Motivation** In a timeline with loading images without a specified size, the virtualized message list does not account for the increased space, causing the list to stop "following" the conversation....

feature

**Motivation** A clear and concise description of what the problem/opportunity is. Ex. I'm always frustrated when [...] **Proposed solution** A clear and concise description of what you want to happen....

feature
theming-v2

## Motivation Make sure the V2 changes are handled by the React SDK: [fix: Thread layout - message input position #133](https://github.com/GetStream/stream-chat-css/pull/133)

feature
theming-v2

**Describe the bug** Attachments get a new `key` on every render whenever it does not have an `id` due to the introduction of `nanoid`. This is causing the attachment component...

bug
status:confirmed

## Describe the bug Thread component does not handle the message list state, when there are not messages loaded yet, but the HTTP request to `/replies` endpoint is in progress....

bug
theming-v2
status:confirmed

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: When I enter the combination of number and period in...

bug
status: unconfirmed

### 🎯 Goal 1. When thread is open no additional pagination requests are executed for the query message list 2. When thread is open Thread's message list is scrolled to...

## Motivation There is no sense in keeping 2 components that should serve the same purpose. Moreover the two components do not expose the same interface. The `MessageList` component has...

feature