We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42eb37 commit 3ef8a22Copy full SHA for 3ef8a22
chapter-02/demo/src/ControlPanel.js
@@ -10,7 +10,7 @@ class ControlPanel extends Component {
10
render() {
11
return (
12
<div style={style}>
13
- <Counter caption="First" foo/>
+ <Counter caption="First" />
14
<Counter caption="Second" initValue={10} />
15
<Counter caption="Third" initValue={20} />
16
</div>
0 commit comments