Fix chat messages not appearing without refresh #7
Reference in New Issue
Block a user
Delete Branch "fix/chat-append-messages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ChatMessagecomponent for single message renderingPreviously
patchAll()re-rendered the fullGameContenton every chat message, which was inefficient and could cause the message to not appear. Now we useWithModeAppend()to append just the new message to the chat history.