update(newProps) {
    this.props = Object.assign({}, this.props, newProps);
    return etch.update(this);
  }