plumatic/om-tools

Handle cljs maps for style attribute

Closed this issue · 0 comments

Currently, style needs to be a JSValue, like

(dom/div {:style #js {:display "none"}})

but it should support

(dom/div {:style {:display "none"}})