We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee0049 commit bdd7b75Copy full SHA for bdd7b75
examples/typescript-app/src/App.tsx
@@ -38,7 +38,6 @@ if (process.env.REACT_APP_CHAT_SERVER_ENDPOINT) {
38
chatClient.connectUser({ id: userId }, userToken);
39
40
const App = () => (
41
- // @ts-expect-error TODO: find out why v3.1.3 of stream-chat inits this error
42
<Chat client={chatClient} theme={`messaging ${theme}`}>
43
<ChannelList
44
List={ChannelListMessenger}
0 commit comments