Skip to content

Commit eea8d71

Browse files
fix: mapboxGl as prop not mapboxgl
1 parent ea0a0b3 commit eea8d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GeocoderControl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ export default {
7777
type: Function,
7878
default: null
7979
},
80-
mapboxgl: {
80+
mapboxGl: {
8181
type: Object,
82-
default: null,
82+
default: null
8383
},
8484
// Component options
8585
input: {

0 commit comments

Comments
 (0)