Fork me on GitHub
#rum
<
2018-05-05
>
Niki11:05:05

@ddrbt try this

(defn root []
  [:div
   (chart)
   [:h1 "hi"]])

Niki11:05:39

this should work

[:ul
  (for [item @some-items]
    [:li {:key item} item])]

ddrbt12:05:29

Oh sorry, the second message was a reply. I think cljsjs/recharts and rum have conflicting dependencies. Having recharts on the classpath prevented rum from mounting. Will investigate whether :exclusions could fix it