Questions tagged [doseq]
1 questions
0
votes
3 answers
nth does not collect from vector inside a loop
I'm using re-frame, and I have a bind an atom to my-collection like this:
my-collection (atom {:one [] :two [] :three [] :four [] :five [] :six [] :seven [] :eight []})
Then I dispatch it to assoc to db and later, I will subscribe to it to use in a…

niloofar
- 2,244
- 5
- 23
- 44