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