Open chris6676776 opened 1 year ago
Need more information.
just faced the same issue, it has something to do with the import section
import this instead:
import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css"; import { MainContainer, ChatContainer, MessageList, Message, MessageInput, SendButton, TypingIndicator
} from "@chatscope/chat-ui-kit-react";
when I run the build command and open the index.html file I get a blank page. how to solve it?