Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch05 logger Listing 5.1 has error #34

Open
calkusi opened this issue Jul 27, 2019 · 1 comment
Open

ch05 logger Listing 5.1 has error #34

calkusi opened this issue Jul 27, 2019 · 1 comment

Comments

@calkusi
Copy link

calkusi commented Jul 27, 2019

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/>

@calkusi calkusi changed the title ch04 logger example code and Listing 5.1 has error ch04 logger Listing 5.1 has error Jul 27, 2019
@calkusi
Copy link
Author

calkusi commented Jul 27, 2019

The source content.jsx for ch05 logger project is correct.

@calkusi calkusi changed the title ch04 logger Listing 5.1 has error ch05 logger Listing 5.1 has error Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant