If I call: ```clojure (hyperfiddle.electric-dom2/props {:class "a b c"}) ``` the dom shows: `class="c b a"`.
If I call:
the dom shows:
class="c b a".