jsx-no-react
jsx-no-react copied to clipboard
SVG rendering is buggy
The svg rendering I added in the last version does not apply the namespace to all children when appending it. This breaks the rendering on some browsers.
To fix this every child node of a svg element that is added needs to be in the SVG namespace.