Skip to content

[VS2013/2015] Wrong formatting in jsx expressions in attributes of jsx elements #4571

@vladima

Description

@vladima
import * as React from "react";
<div
    autoComplete={(function () {
        return true/*1*/
    })() }
    >
</div>

Type ';' at /*1*/

formattinginattributes1

Probably lo-pri but it will be nice to not to have such glitches

Metadata

Metadata

Assignees

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