You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this package render a custom React component. If so, could you provide an example of how to implement that?
I was using a similar package as this and I am able to render my custom React component but the issue I am running into is that none of the HTML found after the custom react component is being rendered.
Thanks
Keywords
custom react component
The text was updated successfully, but these errors were encountered:
@kaijuh This package only converts an HTML string to React elements. To convert a JSX string to React elements, you can use something like react-jsx-parser.
Question
Can this package render a custom React component. If so, could you provide an example of how to implement that?
I was using a similar package as this and I am able to render my custom React component but the issue I am running into is that none of the HTML found after the custom react component is being rendered.
Thanks
Keywords
custom react component
The text was updated successfully, but these errors were encountered: