securingsincity/react-ace

setState in onChange will block the editor

Aperta

#181 aperta il 22 mar 2017

 (14 commenti) (13 reazioni) (0 assegnatari)JavaScript (615 fork)batch import
bughelp wanted

Metriche repository

Star
 (3859 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  onChange(newValue) {
    this.setState({ code: newValue });
    console.log('change', this.state.code);
  }

Guida contributor