You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey !! i have a problem , I am not able to see the message which i send i get 429 error in the console window . please help me with the problem as soon as possible .
TypeError: Cannot read property 'username' of undefined
When
6 | const isFirstMessageByUser = !lastMessage || lastMessage.sender.username!==message.sender.username;
when the lastMessage is undefined like messages[null]
The text was updated successfully, but these errors were encountered: