We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Everything after the first <Route /> with jsx embedded in a render={} attribute is indented wrong:
<Route />
render={}
return ( <Router> <Bar> <Route exact path="/foo" render={() => ( <div>nothing</div> )} /> <Route exact path="/bar" /> </Bar> </Router> )
The text was updated successfully, but these errors were encountered:
Recommend js-mode + js2-minor-mode and Emacs 27 for JSX
bf7191c
Fixes #140, #330, #389, #411, #451, #459, #462, #482, #490, #409. This is an alternative to #523.
No branches or pull requests
Everything after the first
<Route />
with jsx embedded in arender={}
attribute is indented wrong:The text was updated successfully, but these errors were encountered: