if (this.state.error) {
          return <span>{`Caught an error: ${this.state.error.message}.`}</span>
        }