Skip to content

Commit

Permalink
Remove unnecessary displayName property.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Mar 28, 2017
1 parent a0f9ba1 commit cef6702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions patterns/19.async-nature-of-setState.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ make sure the code that follows has access to the latest information available.

```javascript
class TestComponent extends React.Component {
displayName: 'TestComponent',

getInitialState() {
return {
dollars: 10
Expand Down

0 comments on commit cef6702

Please sign in to comment.