om

Please ask the channel first, not @dnolen directly!
tianshu 2017-12-25T05:24:50.000086Z

Hi, folks. How can I figure out why there's no re-render after om/transact!. It's there some ideas or skills?

tianshu 2017-12-25T05:25:34.000080Z

there must be some mistake I made, but I can't locate the problem

tianshu 2017-12-25T05:39:24.000056Z

For now, I think the state has been changed (If I eval om/add-root, the view will change.). But the render method of that component haven't been invoked.

tianshu 2017-12-25T07:02:55.000009Z

When I change react version from 16 to 15.5.4. It works.

tianshu 2017-12-25T13:40:47.000064Z

how can I trigger a re-render with (om/transact! reconciler ...)?