Skip to content

Commit c8757ba

Browse files
authored
Merge pull request #806 from GetStream/remove-expect-error
remove expect error
2 parents 8ee0049 + bdd7b75 commit c8757ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/typescript-app/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ if (process.env.REACT_APP_CHAT_SERVER_ENDPOINT) {
3838
chatClient.connectUser({ id: userId }, userToken);
3939

4040
const App = () => (
41-
// @ts-expect-error TODO: find out why v3.1.3 of stream-chat inits this error
4241
<Chat client={chatClient} theme={`messaging ${theme}`}>
4342
<ChannelList
4443
List={ChannelListMessenger}

0 commit comments

Comments
 (0)