You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've not had a massive look through the codebase but the immediate solution seems to be turning Question into a generic so we can type the return Type:
Describe the problem
Question.ask is typed as
Any
which makes me sad.Describe the solution
I've not had a massive look through the codebase but the immediate solution seems to be turning Question into a generic so we can type the return Type:
I'll see if I can provide a pull request.
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: