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
In cancellable-promise.ts
cancellable-promise.ts
Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?ts(2794)
jgallery/src/utils/cancellable-promise.ts
Line 26 in 7f517e2
Resolve should be called with a value if the type argument for Promise is not void (which it is not here)
void
The text was updated successfully, but these errors were encountered:
Fix jakubkowalczyk-pl#81, explicitely return null in Promise
a253c46
Successfully merging a pull request may close this issue.
In
cancellable-promise.ts
jgallery/src/utils/cancellable-promise.ts
Line 26 in 7f517e2
Resolve should be called with a value if the type argument for Promise is not
void
(which it is not here)The text was updated successfully, but these errors were encountered: