Skip to content

MessageLoading shows artifacts #58

@nephix

Description

@nephix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions