-
Notifications
You must be signed in to change notification settings - Fork 50
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
bug : fixed response formatting using rehype and ReactMarkdown #111
bug : fixed response formatting using rehype and ReactMarkdown #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @VishalPawar1010,
Thank you for your contribution! I encountered a type declaration issue when testing the changes locally. To resolve this, please ensure that the necessary type declarations are added. Specifically, you might need to add type declarations for ReactMarkdown
and rehypeSanitize
.
Hello @shivay-at-pieces , I have added specific type declarations for both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am on it. |
Hey @shivay-at-pieces , I have made required changes to resolve css/font-color conflicts. |
@shivay-at-pieces we can close the older pr (#102 ) and review this one |
@shivay-at-pieces please let me know, if we need any modifications/corrections for this PR. Thanks |
Just a heads up-> |
Thank you for the merge. |
Description
This PR fixes #62
Resolved response formatting issue using rehype and ReactMarkdownlibrary