Fork me on GitHub
#re-frame
<
2015-09-14
>
Pablo Fernandez07:09:31

Anybody tried server side pre-rendering for a re-frame application?

Petrus Theron10:09:33

Do re-frame subscription arguments work in re-frame 0.4.1?

roberto14:09:59

they should work

roberto14:09:05

I’m currently on 0.5.0-SNAPSHOT

roberto14:09:12

and they work there

mikethompson14:09:19

But they should work. That version has been out there for the longest time

mikethompson14:09:54

Are you sure you are putting them in a vector ...

mikethompson14:09:07

like this: (subscribe [:some-id 3 4])

mikethompson14:09:28

NOT this mistake (subscribe :some-id 3 4) notice no vector

mikethompson14:09:24

I'm off to bed. Nite

mccraigmccraig15:09:12

@petrus: i'm on 0.4.1 and using subscription args - they are working for me