We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran into an issue where the following didn't work with version 0.2.18. I downgraded to 0.2.13 and it worked.
import { makeMarkdownText } from "@assistant-ui/react-markdown";
const MarkdownText = makeMarkdownText();
<AssistantMessage.Content components={{ Text: MarkdownText }} />
The text was updated successfully, but these errors were encountered:
hey, what version of @assistant-ui/react do you have installed? make sure you are using the latest version (0.5.70)
What error are you getting?
Sorry, something went wrong.
There was no error. The text was just not rendering. But I upgraded and it worked. Thanks!
No branches or pull requests
I ran into an issue where the following didn't work with version 0.2.18. I downgraded to 0.2.13 and it worked.
import { makeMarkdownText } from "@assistant-ui/react-markdown";
const MarkdownText = makeMarkdownText();
<AssistantMessage.Content components={{ Text: MarkdownText }} />
The text was updated successfully, but these errors were encountered: