Raw html rendering helper function. As JSX is pre-processed by
the TypeScript transpiler, assigning directly to the innerHTML property of
an JSX.Element will not result in the innerHTML to be rendered in
the JSX.Element. To insert raw html into an JSX.Element
this helper function has to be employed.
Raw html rendering helper function. As JSX is pre-processed by the TypeScript transpiler, assigning directly to the
innerHTML
property of an JSX.Element will not result in theinnerHTML
to be rendered in the JSX.Element. To insert raw html into an JSX.Element this helper function has to be employed.