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

MobX 6 (Cannot obtain atom from undefined) #55

Open
Aleksandern opened this issue Oct 13, 2020 · 6 comments
Open

MobX 6 (Cannot obtain atom from undefined) #55

Aleksandern opened this issue Oct 13, 2020 · 6 comments

Comments

@Aleksandern
Copy link

Doesn't work with MobX 6:
[MobX] Cannot obtain atom from undefined

@Aleksandern
Copy link
Author

@zalmoxisus
Hi Mihail,
Do you still maintain this package?

@sudosubin
Copy link

I am not the maintainer, but I had the same issue and solved.

You might need to upgrade mobx-state-tree package to rc version. (v4)
Same for mst-middlewares.

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

@alex-shamshurin
Copy link

Are there any replacements for this package ( if it's not maintained anymore ) ?

@kubk
Copy link

kubk commented Oct 14, 2021

@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.

@Aleksandern
Copy link
Author

@kubk
Can your logger work with React Native Debugger https://github.com/jhen0409/react-native-debugger?

@kubk
Copy link

kubk commented Oct 14, 2021

@Aleksandern Unfortunately I am not familiar with this tool as well as React Native development in general.

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

4 participants