Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
content/docs/typechecking-with-proptypes.md
|
|
@ -172,7 +172,6 @@ If you are using a Babel transform like [transform-class-properties](https://bab |
|
|
|
|
|
|
|
```javascript |
|
|
|
class Greeting extends React.Component { |
|
|
|
|
|
|
|
static defaultProps = { |
|
|
|
name: 'stranger' |
|
|
|
} |
|
|
|