Fork me on GitHub
#reagent
<
2020-01-04
>
p-himik08:01:41

Ah, sorry, can't help then. As soon as I see "React Native", I just stop - I have no idea about anything there.

p-himik08:01:21

Since you seem to be using shadow-cljs, maybe it's worth asking in #shadow-cljs ?

thheller10:01:46

@ericihli react elements are not printable, thats why it fails. something about the use of js/Symbol. you can make them printable by extending the protocol but it isn't by default. can't find the reference code but look for IPrintWithWriter + Symbol

🤙 4
p-himik10:01:48

Ah, right. @ericihli You don't have :key metadata in the lazy seq returned by for. And thanks to thheller I just remembered that I've had the same issue before: https://github.com/reagent-project/reagent/issues/369#issuecomment-516883519

🔥 4