Fork me on GitHub
#om
<
2017-12-25
>
tianshu05:12:50

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

tianshu05:12:34

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

tianshu05:12:24

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.

tianshu07:12:55

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

tianshu13:12:47

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