rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
Bravi 2019-01-11T23:46:22.028500Z

hi everyone. I’m following rum docs and this code

(rum/defc repeat-label [n text]
  [:div (repeat n [:.label text])])

(rum/mount (repeat-label 5 "abc") js/document.body)
throws the following error
Objects are not valid as a React child (found: object with keys {meta, count, val, next, __hash, cljs$lang$protocol_mask$partition0$, cljs$lang$protocol_mask$partition1$}). If you meant to render a collection of children, use an array instead.