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
When a new message arrives, the message list state will be updated.
At this point, renderInputToolbar and renderSend will be called.
If messages keep arriving continuously, it will prevent new messages from being sent.
Issue Description
When a new message arrives, the message list state will be updated.
At this point, renderInputToolbar and renderSend will be called.
If messages keep arriving continuously, it will prevent new messages from being sent.
Steps to Reproduce / Code Snippets
Screen.Recording.2024-09-05.at.13.10.53.mov
Expected Results
renderInputToolbar and renderSend to not be called when messageList is updated
Additional Information
The text was updated successfully, but these errors were encountered: