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
If my onSendMessage function is a react callback, it ends up being called twice when the user adds a message. Also seeing:
Cannot update a component (`ChatModelEval`) while rendering a different component (`MessageBar`). To locate the bad setState() call inside `MessageBar`, follow the stack trace as described in https://react.dev/link/setstate-in-render
in the console window.
The text was updated successfully, but these errors were encountered:
If my
onSendMessage
function is a react callback, it ends up being called twice when the user adds a message. Also seeing:in the console window.
The text was updated successfully, but these errors were encountered: