mobx-remotedev icon indicating copy to clipboard operation
mobx-remotedev copied to clipboard

I just can't make actions to work. State is never updated.

Open thedanheller opened this issue 5 years ago • 2 comments

Similar to #29, I can't make it capture anything at all, even when I set enforceActions: 'never'. I also need to import remotedev using import remotedev from 'mobx-remotedev/lib/dev';, it won't work using the normal import, even though process.env.NODE_ENV === 'development'.

    "mobx": "5.6.0",
    "mobx-react": "5.4.2",
    "mobx-react-form": "1.35.1",
    "mobx-react-router": "3.1.2",
    "mobx-remotedev": "^0.3.6",

👉 PR

thedanheller avatar Jul 24 '19 19:07 thedanheller

I have the same issue.

"mobx": "^5.15.0",
"mobx-react": "^6.1.4",
"mobx-remotedev": "^0.3.6",

See for further details: https://github.com/seannowotny/learning-mobx-state-tree/tree/mobx-remotedev-problem (Note that even though the repository is called learning-mobx-state-tree that this branch isn't using mst)

seannowotny avatar Nov 26 '19 14:11 seannowotny

In my case, it works unless async actions are using. Seems like only sync operations are applied

ArmorDarks avatar Feb 03 '20 13:02 ArmorDarks