deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

fix DeckGLOverlay example for Google Maps

Open akatkov7 opened this issue 6 months ago • 0 comments

Background

The useMemo for the GoogleMapsOverlay creation was missing an empty dependency array so it was being re-created on every render and thus failing to render anything.

Change List

  • Adds a missing empty dependency array in some Google Maps example code

akatkov7 avatar Aug 28 '24 03:08 akatkov7