Handle centralized app state and registration + chat history

This commit is contained in:
Gabe Kangas
2022-05-02 17:45:22 -07:00
parent b590e4f765
commit a0354d6d49
11 changed files with 257 additions and 45 deletions

View File

@@ -21,7 +21,7 @@ export default function ChatContainer(props: Props) {
<Spin spinning={loading} />
<Virtuoso
style={{ height: 400 }}
style={{ height: '400px' }}
ref={chatContainerRef}
initialTopMostItemIndex={999}
data={messages}