Browse Source

Change variable declaration of ‘newState’ in CodeEditor.js (#2241)

main
정윤재(JungYunJae) 5 years ago
committed by Alexey Pyltsyn
parent
commit
f4325d05a6
  1. 2
      src/components/CodeEditor/CodeEditor.js

2
src/components/CodeEditor/CodeEditor.js

@ -270,7 +270,7 @@ class CodeEditor extends Component {
_updateState(code, showJSX = true) {
try {
let newState = {
const newState = {
compiled: compileES5(code),
error: null,
};

Loading…
Cancel
Save