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?
https://gist.github.com/daveduthie/49494f3dbecc0c3406680a3cfbba8040
(A minimal example)
(into [:ul]
(for [item @some-items]
^{:key item} [:li item]))