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

Query callbacks have incorrect type definitions #1930

Open
JKAnderson409 opened this issue Jul 19, 2019 · 0 comments
Open

Query callbacks have incorrect type definitions #1930

JKAnderson409 opened this issue Jul 19, 2019 · 0 comments

Comments

@JKAnderson409
Copy link

The callback functions for queries have type definitions that say that two arguments will be provided, one of type Error and one of type QueryResult. However, one of these arguments will be null which allows typescript code to be written in strict mode that does not account for these nullable arguments.

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

No branches or pull requests

1 participant