Skip to content

Format JSX opening element#10054

Merged
RyanCavanaugh merged 1 commit into
microsoft:masterfrom
saschanaz:jsxopening
Aug 1, 2016
Merged

Format JSX opening element#10054
RyanCavanaugh merged 1 commit into
microsoft:masterfrom
saschanaz:jsxopening

Conversation

@saschanaz
Copy link
Copy Markdown
Contributor

Fixes #9362.

Input:

<Router        routes      =        { 3 }   /      >;

Current:

<Router        routes      =        {3}   /      >;

Fix:

<Router routes={3} />;

@RyanCavanaugh RyanCavanaugh merged commit 6caa261 into microsoft:master Aug 1, 2016
@saschanaz saschanaz deleted the jsxopening branch August 10, 2016 09:34
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants