Skip to content

Commit efb0f12

Browse files
fix: removed ios type from native layer instance to remove build error
(cherry picked from commit 0387b8c)
1 parent 7c87bb2 commit efb0f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-mapbox/layers/layer-factory.ios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class LayerFactory {
5353

5454
export class Layer implements LayerCommon {
5555
public id: string;
56-
private instance: MGLStyleLayer;
56+
private instance;
5757

5858
constructor(instance: MGLStyleLayer) {
5959
this.instance = instance;

0 commit comments

Comments
 (0)