om-next 2021-07-07

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?

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