Skip to content

Instantly share code, notes, and snippets.

@isaidspaghetti
Created August 14, 2020 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaidspaghetti/10165379862f4bd0d3fc565cae6d33a2 to your computer and use it in GitHub Desktop.
Save isaidspaghetti/10165379862f4bd0d3fc565cae6d33a2 to your computer and use it in GitHub Desktop.
//frontend/src/CustomerChat.js:39
return (
<div className="App">
<Chat client={chatClient} theme={'messaging light'}>
<Channel channel={channel}>
<Window>
<ChannelHeader />
<MessageList />
<MessageInput />
</Window>
<Thread />
</Channel>
</Chat>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment