mitosis
mitosis copied to clipboard
webcomponent: sanitize innerHTML
sanitize innerHTML using https://github.com/apostrophecms/sanitize-html or something else
current workaround. import sanitize-html
and invoke it on every innerHTML
import sanitizeHtml from 'sanitize-html';
<span innerHTML={sanitizeHtml(subLink.name)}></span>