cr7cr8
cr7cr8
use `return undefined` , instead of `return "not-handled"` [https://github.com/draft-js-plugins/draft-js-plugins/issues/1117](https://github.com/draft-js-plugins/draft-js-plugins/issues/1117)
``` {ReactHtmlParser(svgHtmlString, { transform: transformFn })} function transformFn(node, index) { if (node.name === "svg") { const { viewbox, ...rest } = node.attribs; return ( {node.children.map((child, index) => { return convertNodeToElement(child,...
v0.11.7 - the same issue.