Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Indentation issue inside tag. #123

Open
jcs090218 opened this issue Jun 17, 2020 · 0 comments
Open

[BUG] Indentation issue inside tag. #123

jcs090218 opened this issue Jun 17, 2020 · 0 comments

Comments

@jcs090218
Copy link
Contributor

There is an indentation issue with this peace of code and it doesn't appear in js2-jsx-mode!

class App extends React.Component {
  render() {
    return (
      <React.Fragment>
        <NavBar />
        <main className="container">
        <Counters />
        </main>
      </React.Fragment>
    );
  }
}

export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant