We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling a hash on a class instance that has a getter the calls another a method on another internal class there is an error. confused yet?
hash
See example here: https://stackblitz.com/edit/typescript-yqkcuo
hash(es5InstanceWithGetter) returns a hash
hash(es5InstanceWithGetter)
cannot call [some property] on undefined
The text was updated successfully, but these errors were encountered:
class
No branches or pull requests
When calling a
hash
on a class instance that has a getter the calls another a method on another internal class there is an error. confused yet?See example here: https://stackblitz.com/edit/typescript-yqkcuo
Expected
hash(es5InstanceWithGetter)
returns a hashActual
cannot call [some property] on undefined
The text was updated successfully, but these errors were encountered: