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
What happened?
What did you expect to happen?
It should be Issue & { state: "open"; }
Issue & { state: "open"; }
What the problem might be
I found this #395 but I am using strict, strictNullChecks true in tsconfig.
Removing closed_at: null from the generated type does fix this.
closed_at: null
The text was updated successfully, but these errors were encountered:
Ah, never mind. Restarting LSP after enabling strict check fixed it.
Sorry, something went wrong.
No branches or pull requests
What happened?
What did you expect to happen?
It should be
Issue & { state: "open"; }
What the problem might be
I found this #395 but I am using strict, strictNullChecks true in tsconfig.
Removing
closed_at: null
from the generated type does fix this.The text was updated successfully, but these errors were encountered: