chore: fix mapbox references in stories, webpack config

This commit is contained in:
Kevin Schaul
2023-08-28 16:13:36 -05:00
parent 7ba1b56983
commit e53e3b123d
4 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const Basic = () => (
<ModalDebug
isOpen={true}
renderer="mlgljs"
mapboxGlDebugOptions={{}}
maplibreGlDebugOptions={{}}
mapView={{zoom: 1, center: {lat: 0, lng: 0}}}
/>
</div>