om-next

sova-soars-the-sora 2017-01-06T00:34:32.000197Z

reconciler is stored in an atom ? o_O

2017-01-06T08:16:55.000198Z

there's also a function om/app-state to deref the reconciler

exit2 2017-01-06T15:04:03.000199Z

@alex-glv thanks, I ended up passing the reconciler from the start of my app into a configure-routing! function - this app was setup by another person and in this case the reconciler was being redefined to be a nil atom (or so it seems)

exit2 2017-01-06T15:12:15.000200Z

with that said, I feel like I need to go back through some om.next tutorials to learn a bit more about whats going on here 🙂