Incorrect Object is possibly 'null'.
error inside Promise.prototype.then
#13015
Milestone
Object is possibly 'null'.
error inside Promise.prototype.then
#13015
TypeScript Version: 2.1.4 (2.2.0-dev.20161218 also)
Code
With --strictNullChecks,
Expected behavior:
I expect this to compile (it does actually when I use [email protected]).
Actual behavior:
I get an error,
index.ts(11,28): error TS2531: Object is possibly 'null'.
The text was updated successfully, but these errors were encountered: