purescript-react is v5.1.0 When I declare my own tag name by this command: ```purescript createElementTagName "my-own-tag-name" [className "container"] ``` And then when its rendered I got this tag in DOM tree but without `class` attribute and I see this warning in log: ```text Warning: Invalid attribute name: `0` warning.js:33 ```