Chapter 4 of Learning React

Under “Actually Styling Content” section the highlighted

should read
<div style={letterStyle}>
   {this.props.children}
</div>

Thanks for pointing it out! This is a known issue that will be addressed in a future printing. You can see all of the known issues here: https://www.kirupa.com/react/errata.htm

I wish books had a way of auto-updating just like software :stuck_out_tongue:

1 Like

It would be nice if you updated the errata (inline) to your safari book. That’s a soft copy. Thanks!

Totally! I’m in the process of figuring out how to do that and whether it makes sense to roll those errors in as part of some of the larger updates I need to make to the React content.