mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:01:17 +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 = {
|
static propTypes = {
|
||||||
onChange: React.PropTypes.func.isRequired,
|
onChange: React.PropTypes.func.isRequired,
|
||||||
properties: React.PropTypes.instanceOf(Immutable.Map).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,
|
groupType: React.PropTypes.oneOf(['paint', 'layout']).isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue