mlmorg / react-hyperscript

Hyperscript syntax for React.js markup
MIT License
710 stars 45 forks source link

parseTag lower case #45

Open dillonkrug opened 3 years ago

dillonkrug commented 3 years ago

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

rpodgorny commented 3 years ago

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