Open jcs090218 opened 4 years ago
There is an indentation issue with this peace of code and it doesn't appear in js2-jsx-mode!
js2-jsx-mode
class App extends React.Component { render() { return ( <React.Fragment> <NavBar /> <main className="container"> <Counters /> </main> </React.Fragment> ); } } export default App;
There is an indentation issue with this peace of code and it doesn't appear in
js2-jsx-mode
!