react-hyperscript icon indicating copy to clipboard operation
react-hyperscript copied to clipboard

parseTag lower case

Open dillonkrug opened this issue 4 years ago • 1 comments

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()

dillonkrug avatar Oct 29 '20 19:10 dillonkrug

...also, it probably just eats some cpu cycles for no good reason.

rpodgorny avatar Dec 20 '20 23:12 rpodgorny