Skip to content

Commit 3b16850

Browse files
authored
fix No mapboxgl detected in options error
1 parent bbea34b commit 3b16850

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
@@ -73,6 +73,10 @@ export default {
7373
type: Function,
7474
default: null
7575
},
76+
mapboxgl: {
77+
type: Object,
78+
default: null,
79+
},
7680
// Component options
7781
input: {
7882
type: String,

0 commit comments

Comments
 (0)