-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
After following the install instructions on https://docs-shadcn-chat.vercel.app/get-started and adding the following components to my app:
<ChatMessageList>
<ChatBubble variant="sent">
<ChatBubbleAvatar fallback="US" />
<ChatBubbleMessage variant="sent">
Hello, how has your day been? I hope you are doing well.
</ChatBubbleMessage>
</ChatBubble>
<ChatBubble variant="received">
<ChatBubbleAvatar fallback="AI" />
<ChatBubbleMessage variant="received">
Hi, I am doing well, thank you for asking. How can I help you
today?
</ChatBubbleMessage>
</ChatBubble>
<ChatBubble variant="received">
<ChatBubbleAvatar fallback="AI" />
<ChatBubbleMessage isLoading />
</ChatBubble>
</ChatMessageList>I see weird artifacts on the message loading component:
Screen.Recording.2024-11-12.at.20.31.04.mov
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels