-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] Bug Report Title - Message List Disappears After Refresh #2995
Comments
I'm facing similar issue after upgrading React Native from v72 to v76 and migrating stream-chat from v5 to v6. |
Hello @Vijay-Magadum , This should not be happening, no. It is not reproducible on any of our sample apps either. Please have a look at the github issue template and follow that so that we can get a better understanding of what's going on. Either a minimum reproducible sample or more insights on your setup would be needed. Please update your issue description. @akruczek same here, which version of the SDK are you using exactly ? What's your setup roughly ? |
@isekovanic Here is a simple recording showing my issue, not sure if it's related, but sounds similar. example.mp4 |
I see ! Thank you, that is indeed helpful @akruczek ; I'll try to reproduce it later tonight and let you know. Just for brevity, can you please tell me if you're using offline support or not ? And if the same thing happens whenever you have more messages within the message list (for example more than 25, which is the default pagination window) ? |
hey @isekovanic , From my side please see the below video for reference and I have enabled offline support as well. Screen.Recording.2025-03-06.at.8.24.38.PM.mov |
Hi @Vijay-Magadum , can you please have a look at my comment and provide the information requested in the issue template ? I have no context at all like this, since I do not know which RN version you're using, or which version of the SDK or anything of the sort. Please fill out all of the data required before I have a look at the issue. |
Thank you @isekovanic! |
I see @akruczek ; can I see everything the entire implementation of this screen ? To me it seems like |
hey @isekovanic ,
Also my Chat screen implementation is like below:
Also please mention if you need anything from my side |
Thank you @Vijay-Magadum , so at first glance it doesn't appear as anything suspicious is going on in here. However, could you please upgrade to the latest V5 version ? That would be Also, in case you're using |
@isekovanic Thanks, I will update and see if that fixes my issue. |
Thanks @Vijay-Magadum , do let me know if it is indeed resolved; if not, we'll debug further. |
Hi @akruczek , so I gave this a shot yesterday evening and could not get it to happen at all. Would it be possible to either share your approximate implementation (even if there are no customizations, there might be a hint somewhere in there) or even better providing a minimum reproducible sample of the issue ? It'll help us pinpoint it much easier that way. |
Hi @Vijay-Magadum and @akruczek , any update from your side here ? |
hey @isekovanic , after updating to |
Hello there,
I've built a chat app using React Native Expo and Stream Chat SDK v5. I use MessageList to show messages on the Chat Screen and have customized MessageContent with props in the Channel component. My problem is that sometimes, after refreshing the chat screen, all messages vanish, and I need to switch screens back and forth to see them again. Can you help fix this, or is it resolved in v6?
The text was updated successfully, but these errors were encountered: