Skip to content

invalid JSX generated in preserve JSX mode #8076

@chiang03

Description

@chiang03

ReScript input

let b = <> </>

JSX output

let b = < />;

expected valid output

let b = <> </>;

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