We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 have mobx 6.1.8 and my app does not live inside an iframe. Here are my mobx-related depencencies:
"mobx": "^6.1.8", "mobx-devtools-mst": "^0.9.30", "mobx-react": "^6.1.8",
When i try to import devtools like so:
import makeInspectable from 'mobx-devtools-mst' I get the following error:
Module not found: Can't resolve 'mobx-state-tree' in '.../node_modules/mobx-devtools-mst/lib'
The text was updated successfully, but these errors were encountered:
Same issue here.
Sorry, something went wrong.
Do you have mobx-state-tree? Are you using mobx-state-tree? Otherwise you don't even need mobx-devtools-mst
No branches or pull requests
I have mobx 6.1.8 and my app does not live inside an iframe.
Here are my mobx-related depencencies:
When i try to import devtools like so:
import makeInspectable from 'mobx-devtools-mst'
I get the following error:
Module not found: Can't resolve 'mobx-state-tree' in '.../node_modules/mobx-devtools-mst/lib'
The text was updated successfully, but these errors were encountered: