securingsincity/react-ace

setState in onChange will block the editor

Open

#181 aberto em 22 de mar. de 2017

Ver no GitHub
 (14 comments) (13 reactions) (0 assignees)JavaScript (615 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (3.859 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador