Skip to content

Short-hand for true not available on attributes with "prop" namespace #169

Description

@AFatNiBBa

In this playground, if you change this line

<input type="checkbox" prop:indeterminate={true} />

with this

<input type="checkbox" prop:indeterminate />

it throws an error while compiling

/main.tsx: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got "JSXEmptyExpression"

they should mean the same thing

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