om-next

ccann 2021-07-07T23:11:32.002Z

hey all, looking for some help If I call om/transact! in an on-click handler, can I expect the props of this component to be updated while in that on-click handler? or will the component not re-render (thus updating props) until the handler has returned?

philip 2021-07-07T23:22:44.002900Z

iirc it is the latter. om/transact! will push the transaction on to a queue and it'll be handled next animation frame or something like that