We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cbc29 commit 0553927Copy full SHA for 0553927
.babelrc
@@ -18,7 +18,7 @@
18
"@babel/plugin-proposal-throw-expressions",
19
"@babel/plugin-syntax-dynamic-import",
20
"@babel/plugin-syntax-import-meta",
21
- ["@babel/plugin-proposal-class-properties", { "loose": false }],
+ ["@babel/plugin-proposal-class-properties", { "loose": true }],
22
"@babel/plugin-proposal-json-strings",
23
"react-hot-loader/babel"
24
]
src/containers/index.js
@@ -5,7 +5,7 @@ export default class Main extends Component {
5
return (
6
<div style={{ textAlign: 'center' }}>
7
<h2>Hello, I`m ReactMaker.</h2>
8
- <p>To get started, edit containers/index.js wer</p>
+ <p>To get started, edit containers/index.js</p>
9
</div>
10
);
11
}
0 commit comments