mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:07:44 +01:00
Added missing prop validation
This commit is contained in:
parent
b7e414a042
commit
c5c1dd12b9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Button extends React.Component {
|
|||
className: PropTypes.string,
|
||||
children: PropTypes.node,
|
||||
disabled: PropTypes.bool,
|
||||
type: PropTypes.string,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue