Fork me on GitHub
#cljsrn
<
2016-02-07
>
drapanjanas19:02:44

Is there a simple way how to forceUpdate some om-next component from outside? Namely I want to update it in function which I provide to figwheel via :jsload-callback

artemyarulin19:02:05

there is something like force-rerended, hold a sec

artemyarulin19:02:19

(om/force-root-render! reconciler)))

drapanjanas19:02:12

@artemyarulin: will have a look, thanks!