Skip to content

Type assertion as without parentheses treats the rest of the string as "type" #762

@usernamehw

Description

@usernamehw
// ❌
Date as any || null

Screenshot (33)

// ✅
(Date as any) || null 

Screenshot (34)

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