public componentDidMount()

in src/renderers/react/ElementProvider.tsx [53:61]


  public componentDidMount() {
    this.props.subscribe((fields, commands, isSelected) =>
      this.setState({
        commands,
        fields,
        isSelected,
      })
    );
  }