Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thedanheller opened this issue Jul 24, 2019 · 2 comments
Open

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

thedanheller opened this issue Jul 24, 2019 · 2 comments

Comments

@thedanheller
Copy link

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

@seannowotny
Copy link

seannowotny commented Nov 26, 2019

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)

@ArmorDarks
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants