securingsincity/react-ace

setState in onChange will block the editor

Open

#181 ouverte le 22 mars 2017

Voir sur GitHub
 (14 commentaires) (13 réactions) (0 assignés)JavaScript (3 859 stars) (615 forks)batch import
bughelp wanted

Description

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

Guide contributeur