mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:27:45 +01:00
Fixed PropTypes typo.
This commit is contained in:
parent
5e9263b787
commit
b60d101d42
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class AutocompleteMenu extends React.Component {
|
|||
static propTypes = {
|
||||
keepMenuWithinWindowBounds: PropTypes.bool,
|
||||
style: PropTypes.object,
|
||||
children: PropTypes.none
|
||||
children: PropTypes.node
|
||||
}
|
||||
|
||||
calcMaxHeight() {
|
||||
|
|
Loading…
Reference in a new issue