securingsincity/react-ace

setState in onChange will block the editor

Open

#181 opened on 2017年3月22日

GitHub で見る
 (14 comments) (13 reactions) (0 assignees)JavaScript (615 forks)batch import
bughelp wanted

Repository metrics

Stars
 (3,859 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド