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/mobx-react does not update the render after store data change #31

Closed
timtong1982 opened this issue Jan 27, 2017 · 2 comments
Closed

Comments

@timtong1982
Copy link

"dependencies": {
    "@types/react": "^15.0.4",
    "@types/react-dom": "^0.14.21",

"mobx": "^3.0.2",

"mobx-react": "^4.1.0",

    "react": "^15.4.2",
    "react-dom": "^15.4.2",

"satcheljs": "^2.9.0"

},
@kenotron
Copy link
Member

I think the issue lies in something being different versions of mobx. I think SatchelJS incorrectly took on mobx as a dependency rather than a peer.

@smikula
Copy link
Contributor

smikula commented Sep 28, 2017

I changed mobx to be a peer dependency in #86. Let us know if you run into further issues.

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