Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessageLoading shows artifacts #58

Open
nephix opened this issue Nov 12, 2024 · 2 comments
Open

MessageLoading shows artifacts #58

nephix opened this issue Nov 12, 2024 · 2 comments

Comments

@nephix
Copy link

nephix commented Nov 12, 2024

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
@jakobhoeg
Copy link
Owner

Thank you for reporting this issue, @nephix.

What browser are you using? And could you try using a different one to see if it resolves the issue?

@nephix
Copy link
Author

nephix commented Nov 14, 2024

Good point @jakobhoeg I use Brave and also see it in Chrome, but don't see it in FF and Safari

Maybe something related to chromium based browsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants