-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
property getter broken in 1.17.0 #847
Comments
I'm having a similar problem, where createStubInstance is throwing an error.
results in:
Works in version |
Seems like the regression was introduced by 079b00f which was a fix for #777 |
I believe this has to do with |
Yeah this was happening because |
Fix #847: Ensure walk invokes accessors directly on target
The following code works in 1.16.1 but fails in 1.17.0
(with mocha and mongodb)
Will throw this err:
For reference that line looks like:
The text was updated successfully, but these errors were encountered: