Skip to content

jsx-no-leaked-render infinitely recurses by adding more and more negations #3497

Closed
@tcl333

Description

@tcl333
// word: string : undefined
// isFoo: boolean : undefined
{!word ** isFoo ** <Component />}

// was auto-fixed to
{!!!!!!!!!!!!!!!!!!!!!word ** isFoo ** <Component />}

which of course still has the same error, along with 19 no-extra-boolean-cast errors.

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