react-hyperscript
react-hyperscript copied to clipboard
parseTag lower case
Converting the tag to lowercase breaks certain SVG elements that are case-sensitive. It also breaks react-konva.
unless it's necessary for some reason I suggest removing .toLowerCase()
...also, it probably just eats some cpu cycles for no good reason.