elm / html

Use HTML in Elm!
https://package.elm-lang.org/packages/elm/html/latest/
BSD 3-Clause "New" or "Revised" License
397 stars 99 forks source link

Add empty attribute that does absolutely nothing #232

Open kewaopcode opened 3 years ago

kewaopcode commented 3 years ago

Empty classList makes the elm-community/html-extra very unsafe to use. My production page got crushed spamming random errors in console for like 5 seconds and then just ate all the RAM i have, empty project showed that i cant change elm/svg's className attribute because it's readonly, but i just wanted to use empty attribute

lydell commented 4 months ago

See also https://github.com/elm/html/issues/141