Fork me on GitHub
#rum
<
2018-05-04
>
ddrbt19:05:39

I'm trying to create a recharts component in a Rum UI and I'm getting an error from Sablono about React.createClass not being a function. Is this the right place to ask about that?

ddrbt19:05:53

(A minimal example)

ddrbt20:05:35

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