Visual studio code changes format (React-JSX)

后端 未结 12 1054
难免孤独
难免孤独 2020-12-12 13:45

I\'ve the following snippet in my index.js

class App extends Component {
    render() {
        return ( 
Welc
12条回答
  •  感动是毒
    2020-12-12 14:08

    I had similar problem, then I found out it was caused by 'beautify' extension. After I uninstalled the extension, everything is working fine.

提交回复
热议问题