securingsincity/react-ace

setState in onChange will block the editor

Open

#181 创建于 2017年3月22日

在 GitHub 查看
 (14 评论) (13 反应) (0 负责人)JavaScript (3,859 star) (615 fork)batch import
bughelp wanted

描述

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

贡献者指南

setState in onChange will block the editor · securingsincity/react-ace#181 | Good First Issue