securingsincity/react-ace
Voir sur GitHubsetState in onChange will block the editor
Open
#181 ouverte le 22 mars 2017
bughelp wanted
Description
onChange(newValue) {
this.setState({ code: newValue });
console.log('change', this.state.code);
}