reconciler is stored in an atom ? o_O
there's also a function om/app-state to deref the reconciler
@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)
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 🙂