Skip to content

Commit f4f0ea9

Browse files
authored
Merge pull request #1 from akul-ka/master
fix No mapboxgl detected in options error
2 parents bbea34b + 3b16850 commit f4f0ea9

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)