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

js2-jsx-mode indent bug when nesting jsx in render={} attribute #462

Closed
Juul opened this issue Oct 24, 2017 · 0 comments
Closed

js2-jsx-mode indent bug when nesting jsx in render={} attribute #462

Juul opened this issue Oct 24, 2017 · 0 comments

Comments

@Juul
Copy link

Juul commented Oct 24, 2017

Everything after the first <Route /> with jsx embedded in a render={} attribute is indented wrong:

      return (
        <Router>
          <Bar>
            <Route exact path="/foo" render={() => (
              <div>nothing</div>
            )} />
          <Route exact path="/bar" />
        </Bar>
          </Router>
      )
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

2 participants