**Listing 5.1** in the **book** has an error in the **Content component class** `render()` method: `if (this.state.counter > 2) return` should be: `if (this.state.counter > 2) return <div/>`