mitosis icon indicating copy to clipboard operation
mitosis copied to clipboard

webcomponent: sanitize innerHTML

Open PatrickJS opened this issue 2 years ago • 0 comments

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>

PatrickJS avatar May 19 '22 18:05 PatrickJS