securingsincity/react-ace

setState in onChange will block the editor

オープン

#181 opened on 2017/03/22

 (14 件のコメント) (13 件のリアクション) (0 人の担当者)JavaScript (615 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (3,859 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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