-
Notifications
You must be signed in to change notification settings - Fork 40
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
MobX 6 (Cannot obtain atom from undefined) #55
Comments
@zalmoxisus |
I am not the maintainer, but I had the same issue and solved. You might need to upgrade npm install mobx-state-tree@rc;
npm install mst-middlewares@rc;
yarn add mobx-state-tree@rc;
yarn add mst-middlewares@rc; Check this Issue: mobxjs/mobx-state-tree#1569 |
Are there any replacements for this package ( if it's not maintained anymore ) ? |
@Aleksandern I've switched from Redux devtools to a simple browser logger: https://github.com/kubk/mobx-log I am going to add Redux devtools support but for me it's no longer needed, because the logger already covers most of its usecases like inspecting store, calling actions and computeds. |
@kubk |
@Aleksandern Unfortunately I am not familiar with this tool as well as React Native development in general. |
Doesn't work with MobX 6:
[MobX] Cannot obtain atom from undefined
The text was updated successfully, but these errors were encountered: