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

Fixed stack overflow for @computed on RN, fixes #1777 #1826

Merged
merged 1 commit into from
Dec 3, 2018

Conversation

mweststrate
Copy link
Member

@mweststrate mweststrate commented Dec 3, 2018

See #1777, computed properties are now always declared on the instance, rather than on the prototype. Solves some hot reloading issues. This reverts to the original MobX 4 behavior

@mweststrate mweststrate merged commit fcb7554 into master Dec 3, 2018
@mweststrate mweststrate deleted the fix-computed-stack-overflow branch December 3, 2018 17:46
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 93.577% when pulling 8351262 on fix-computed-stack-overflow into 16f8586 on master.

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

Successfully merging this pull request may close these issues.

2 participants