mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:05:24 +01:00
Support symbol in prop types
This commit is contained in:
parent
0c59b441ed
commit
5f029f6870
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export class PropertyGroup extends React.Component {
|
|||
static propTypes = {
|
||||
onChange: React.PropTypes.func.isRequired,
|
||||
properties: React.PropTypes.instanceOf(Immutable.Map).isRequired,
|
||||
layerType: React.PropTypes.oneOf(['fill', 'background', 'line']).isRequired,
|
||||
layerType: React.PropTypes.oneOf(['fill', 'background', 'line', 'symbol']).isRequired,
|
||||
groupType: React.PropTypes.oneOf(['paint', 'layout']).isRequired,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue