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

Some operators return the wrong type if a predicate returns any in TypeScript. #5986

Closed
benlesh opened this issue Jan 26, 2021 · 0 comments · Fixed by #5987
Closed

Some operators return the wrong type if a predicate returns any in TypeScript. #5986

benlesh opened this issue Jan 26, 2021 · 0 comments · Fixed by #5987
Assignees

Comments

@benlesh
Copy link
Member

benlesh commented Jan 26, 2021

From this comment in #5937.

Basically, if a predicate returns any, it will match the first true or false return value, even if it's always returning the opposite value. This results in the incorrect type being inferred with current type overloads.

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

Successfully merging a pull request may close this issue.

1 participant