Skip to content

Commit e5b28e5

Browse files
fix: No mapboxgl detected in options. Map markers are disabled. Please set options.mapboxgl.
1 parent e7dc04e commit e5b28e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GeocoderControl.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ export default {
7777
type: Function,
7878
default: null
7979
},
80+
mapboxgl: {
81+
type: Object,
82+
default: null,
83+
},
8084
// Component options
8185
input: {
8286
type: String,

0 commit comments

Comments
 (0)