Fork me on GitHub
#om
<
2017-12-07
>
claudiu07:12:00

@peeja Haven't tested but there is a commit React 16 support anmonteiro committed on Sep 29

tony.kay22:12:47

@peeja FYI when I ported Fulcro away from Om Next, I noticed that that code is broken under adv opt

tony.kay22:12:56

It is trying to track “mounted” status…using the lifecycle hooks via the defui wrapping works better.

tony.kay22:12:44

If anyone wanted to back-port the fix, it is here: https://github.com/fulcrologic/fulcro/blob/v2.0.0-beta5/src/main/fulcro/client/primitives.cljc#L396 Just look for anything related to fulcro$mounted…should be fairly easy. Remove the stuff in Om next about react fibre and such for this same concern.