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

Bugfix (issue-191): Add a guard for missing property descriptor when inheriting enumerable #198

Conversation

dr0p
Copy link
Contributor

@dr0p dr0p commented May 7, 2019

My change in #169 was not accounting for the case that the property is not necessary an own property of the source object. Added a guard in similar way suggested by @mweststrate at #191 (comment)

Sorry for the logic hiccup.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 94.118% when pulling 1535f52 on dr0p:bugfix/issue-191-cannot-read-enumerable-from-undefined into de7b0ec on mobxjs:master.

@tregusti
Copy link

tregusti commented Jun 3, 2019

This would remove some errors I just got when upgrading to latest mobx-utils. Any plan to merge this minor chnage soon?

Thank you!

PS. Downgrading for now.

@mweststrate mweststrate merged commit e002bde into mobxjs:master Jun 4, 2019
@mweststrate
Copy link
Member

Released as 4.5.1

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.

None yet

4 participants