timeElapsed是一个对象,React不知道如何渲染它:
{this.state.timeElapsed}
尝试更改this.state.timeElapsed字符串,例如:
this.state.timeElapsed
{this.state.timeElapsed.toString()}