Skip to content

Commit

Permalink
some examples fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Apr 10, 2017
1 parent e5840ea commit 7c5d623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class App extends Component {
<div>
<input type="text" onChange={this.handleChange} />
<NewComp {...this.state} />
<br /><br /><br /><br /><br /><br /><br /><br /><br />
<NewComp2 name="Benjamin" />
</div>
)
Expand Down

0 comments on commit 7c5d623

Please sign in to comment.