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 (3,859 stars) (615 forks)batch import
bughelp wanted

説明

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

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