
Refer to the CHANGELOG for all info. --------- Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com> Co-authored-by: Josh Munic <jpmunic@gmail.com> Co-authored-by: Jonathan Haas <haasjona@gmail.com>
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
import React from 'react'
|
|
|
|
export const HtmlSpan = ({ html }) => <span dangerouslySetInnerHTML={{ __html: html }} />
|