Closed AnyaVeselova closed 1 month ago
🤖 meep morp!
Thank you for your contribution AnyaVeselova!! This Issue has been assigned to you as requested ✨
🔎 Please keep in mind that in order to give everyone a chance to contribute Issues may be unassigned if they go stale. You will be warned if the Issue is marked as stale at any point.
🔎 Please review our documentation for guidance on:
💡 The core team is available for any help and will try to respond to any comments in this Issue or questions on discord as quickly as possible.
Happy coding ! 🦆
Description of the Bug
Errors were occurring on /conversations page loading. I spent a long time trying to figure out if the issue comes from currentUserId not updating in Context when a new user logs in, but it all came down to adding a guard clause in the setMessagesForCurrentConversation function in the CurrentConversation component.
What should happen instead
We should ensure that currentConversation is defined. This way, when selectMessagesByConversationId is called, it won't attempt to fetch messages with undefined as conversation_id.
Steps to reproduce this bug
What could we do to solve this bug?
Assignment
I'd like to work on this Issue myself