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
Take example:
class Person extends Validated(schema) { input() { return this.name } } new Person({ name: "test" }).input()
It just returns an error that says TypeError: (intermediate value).input is not a function
TypeError: (intermediate value).input is not a function
Any help on this would be great!
The text was updated successfully, but these errors were encountered:
bugfix: #3 Unable to call class methods
cd6c7a7
@dml0031 I can't believe I missed this until you reported it to me. I really appreciate you.
Thanks to you, I think I've fixed the issue and now the class method should work.
Sorry, something went wrong.
Appreciate your response and quick fix! Thank you. Appears to be all good now!
takagiy
No branches or pull requests
Take example:
It just returns an error that says
TypeError: (intermediate value).input is not a function
Any help on this would be great!
The text was updated successfully, but these errors were encountered: