-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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' is not exported from 'mobx'. #1189
Comments
It seems to me that mobx 5+ is required, or at least the README needs some additional instructions. This worked for me without the version range, (make sure mobx 5 installs): |
I have the same issues and it persists after installing mobx 5+ ([email protected]) |
Per #1189 (comment) the latest version works now, and the currently-specified version doesn't.
Thanks for reporting this, the current versions seem to be working correctly, and this issue has been open a while. I'll close it but please let us know if you see this again? |
I'm unable to get this working in a React app. I ran the following to create a new react app and add redoc:
Then I added a spec file at
/public/specs/spec.yaml
and updatedApp.js
toAfter running
npm start
, I get the following:The text was updated successfully, but these errors were encountered: