Skip to content

Simple TS2531: Object is possibly 'null' #36500

@polRk

Description

@polRk

Снимок экрана 2020-01-29 в 11 35 14 AM

TypeScript Version: 3.7.5

Code

if (bot !== null) {
  resp.sendStatus(404)
}
bot.token

Expected behavior:
bot is not 'null'
Actual behavior:
bot is possibly 'null'
Playground Link:

Related Issues:
#35964, #28131, #27431

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions