Chapter 3 · Example 6 · Configuration concerns with elements as props

Overriding props by mistake

Cloning the icon with default props applied after, not before, the icon's own props destroys its API, so a passed color like red never reaches the icon.

Loading live editor…