securingsincity/react-ace

setState in onChange will block the editor

Open

#181 aperta il 22 mar 2017

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

Metriche repository

Star
 (3859 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor