Fork me on GitHub
#cljsrn
<
2016-03-20
>
drapanjanas12:03:10

@seantempesta @artemyarulin I've just published [email protected] with fixes in figwheel-bridge.js we discussed before. I could successfully remove whole function fakeLocalStorageAndDocument and indeed, compilation warnings are still logged with heads-up-display turned off, so they are shown in yellow box on screen. Thanks for tips! simple_smile

seantempesta15:03:34

Dude. That's awesome! As soon as my hangover goes away I'll check it out. :)

michaelr20:03:20

i'm working on an om.next RN app. not sure i'm doing it right. the root component contains a Navigator and i specify all of the child component's queries in the root component's query. what bothers me at the moment is that on each navigation all queries are executes - i've placed a debug print in the parser reader function.

michaelr20:03:37

maybe the right way is to have the root query only reference the current child's query at any given time (as chosen by the Navigator)?

michaelr20:03:12

not sure how i should approach this