Closed ben-ryder closed 10 months ago
Describe the feature JProse component should allow dangerouslySetInnerHTML directly and not require a children value. If you want to pass HTML via props from somehting else, you need to do the following right now which is not ideal:
<JProse> <div dangerouslySetInnerHTML={{__html: props.description}} /> </JProse>
released in v0.17.0
Describe the feature JProse component should allow dangerouslySetInnerHTML directly and not require a children value. If you want to pass HTML via props from somehting else, you need to do the following right now which is not ideal: