GetStream / stream-chat-react

React Chat SDK ➜ Stream Chat 💬
https://getstream.io/chat/sdk/react/
Other
698 stars 272 forks source link

bug: Chat screen is empty after tap on "scroll down" button #2469

Open MrMole96 opened 1 month ago

MrMole96 commented 1 month ago

Describe the bug

Chat doesn't show any content when we tap "scroll bottom" button while scrolling (in motion)

Expected behavior

Chat should show content after tapping button

Screenshots

If applicable, add screenshots to help explain your problem.

Package version

Smartphone (please complete the following information):

Additional context

https://github.com/user-attachments/assets/f73c2f25-ec7c-4ea9-b8e4-01ff913abea7

MartinCupela commented 3 weeks ago

@MrMole96 I could not reproduce the behavior where after tapping the ScrollToBottomButton, the message list would be rendered blank. I have tested this with the basic vite application from examples folder and used both MessageList and VirtualizedMessageList on iPhone with iOS 17.5.1 as well as on MacOS 14.5. Feel free to fork this sandbox to demonstrate your setup.