GetStream/stream-chat-react

bug: compilation failure when building types - v11.23.9

Closed this issue · 1 comments

node_modules/stream-chat-react/dist/components/ChatAutoComplete/ChatAutoComplete.d.ts:5:34 - error TS2307: Cannot find module 'components/MessageInput' or its corresponding type declarations.

5 import { EmojiSearchIndex } from 'components/MessageInput';

@kristi-schneider tsc is going through your node_modules what is a sign of incorrect import from stream-chat-react. Please search for imports that ‘import X from stream-chat-react/something’ and replace it with ‘import X from stream-chat-react’