Skip to content

Formatting issues with tsx files #5265

Closed
@dbaeumer

Description

@dbaeumer

Note: Edited by team to support code fences

See examples:

Example 1

Before formatting

<p></p>
<p></p>

After formatting

<p></p>
< p > </p>
Example 2

Before formatting

<p>{ foo }</p>

After Formatting

<p>{ foo } < /p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions