Fixed PropTypes typo.

This commit is contained in:
orangemug 2017-11-29 10:19:22 +00:00
parent 5e9263b787
commit b60d101d42

View file

@ -8,7 +8,7 @@ class AutocompleteMenu extends React.Component {
static propTypes = { static propTypes = {
keepMenuWithinWindowBounds: PropTypes.bool, keepMenuWithinWindowBounds: PropTypes.bool,
style: PropTypes.object, style: PropTypes.object,
children: PropTypes.none children: PropTypes.node
} }
calcMaxHeight() { calcMaxHeight() {