diff --git a/content/docs/typechecking-with-proptypes.md b/content/docs/typechecking-with-proptypes.md index ffb3d96dc..1605af605 100644 --- a/content/docs/typechecking-with-proptypes.md +++ b/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' }