Skip to content

Commit

Permalink
fix(GoogleMap): remove propTypes validation on children
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Aug 8, 2015
1 parent 702a571 commit 0e41701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GoogleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class GoogleMap extends Component {
static propTypes = {
containerTagName: PropTypes.string.isRequired,
containerProps: PropTypes.object.isRequired,
children: PropTypes.element,
// Uncontrolled default[props] - used only in componentDidMount
...mapDefaultPropTypes,
// Controlled [props] - used in componentDidMount/componentDidUpdate
Expand Down

0 comments on commit 0e41701

Please sign in to comment.