We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87bb2 commit efb0f12Copy full SHA for efb0f12
src/ui-mapbox/layers/layer-factory.ios.ts
@@ -53,7 +53,7 @@ export class LayerFactory {
53
54
export class Layer implements LayerCommon {
55
public id: string;
56
- private instance: MGLStyleLayer;
+ private instance;
57
58
constructor(instance: MGLStyleLayer) {
59
this.instance = instance;
0 commit comments