mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Fix eslint errors (#1734)
This commit is contained in:
@@ -43,7 +43,7 @@ class CodeEditor extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const {children, containerNodeID} = this.props;
|
||||
const {containerNodeID} = this.props;
|
||||
const {
|
||||
compiledES6,
|
||||
code,
|
||||
|
||||
Reference in New Issue
Block a user