How does one troubleshoot Om not updating for a state change?
@eraserhd om.next or om.core?
Om.next.
Not using the IQuery stuff, though.
doesn’t that just re-render the whole root every change then? or you’re calling set-state! ?
I am calling update-state! in the component that's introduced the trouble, but otherwise the state is a mapgraph database.
The component is a clone of material UI's drop-down menu, designed to allow loading the options asynchronously.
The problem I'm having specifically is that, if I wait for the options to load while it is open and select one that loaded, the UI doesn't refresh.
If I select one that existed before, it does refresh. I've added printlns which tell me that in both cases I'm updating the data correctly.