in src/components/CodeEditor/CodeEditor.js [28:33]
constructor(props, context) { super(props, context); this.state = this._updateState(props.code); this.state.showJSX = true; }