Fork me on GitHub
#reagent
<
2022-02-10
>
Drew Verlee04:02:53

why would calling map with a fn that returns valid hiccup, result in the only the last item being rendered?

Drew Verlee04:02:10

e.g (map f [... g]) only seems to pick up and display (f g).

Drew Verlee04:02:50

ok now it doesnt, oh mapv doesn't seem to work to render things as i would expet.