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
wanting to render html on page, so setting th attribute "dangerouslySetInnerHTML", but doing this breaks the functionality
The text was updated successfully, but these errors were encountered:
yes , facing the same issue
Sorry, something went wrong.
are you getting the error children.split is not a function?
children.split is not a function
@meetbryce I'm getting children.split is not a function when I set keepNewLines to true and pass ReactNode as children instead of string
keepNewLines
true
string
Yup, I'm getting the exact same error
No branches or pull requests
wanting to render html on page, so setting th attribute "dangerouslySetInnerHTML", but doing this breaks the functionality
The text was updated successfully, but these errors were encountered: