From f0b67a6577abb4f9040ad23419fac3a4118716f8 Mon Sep 17 00:00:00 2001 From: Anton Ahatov Date: Mon, 6 May 2024 01:40:05 +0100 Subject: [PATCH] Update using-with-maplibre.md (#8868) --- docs/developer-guide/base-maps/using-with-maplibre.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [