soal / vue-mapbox-geocoder

Wrapper for vue-mapbox-geocoder
13 stars 22 forks source link

Fix console error by passing mapboxgl in options #26

Open ropez opened 3 years ago

ropez commented 3 years ago

Every time we mount this component, we get this error:

image

This patch makes the error go away.

Note: Except for the error message, I haven't noticed anything not working correctly.