diff --git a/docs/developer-guide/base-maps/using-with-maplibre.md b/docs/developer-guide/base-maps/using-with-maplibre.md index c4bf8669b66..c805f95459b 100644 --- a/docs/developer-guide/base-maps/using-with-maplibre.md +++ b/docs/developer-guide/base-maps/using-with-maplibre.md @@ -96,7 +96,7 @@ function DeckGLOverlay(props: DeckProps) { } function App() { - const layers: [ + const layers = [ new ScatterplotLayer({ id: 'deckgl-circle', data: [ @@ -180,7 +180,7 @@ import {ScatterplotLayer} from '@deck.gl/layers'; import 'maplibre-gl/dist/maplibre-gl.css'; function App() { - const layers: [ + const layers = [ new ScatterplotLayer({ id: 'deckgl-circle', data: [