Allow comparing anything with null or undefined even when strict null checks are enabled #8439
Labels
Committed
The team has roadmapped this issue
Fixed
A PR has been merged for this issue
Suggestion
An idea for TypeScript
Milestone
TypeScript Version:
1.9.0-dev.20160503
Code:
Expected behavior:
The comparisons work.
Actual behavior:
(My projects are full of these errors when
strictNullChecks
is enabled)The text was updated successfully, but these errors were encountered: