deck.gl
deck.gl copied to clipboard
fix DeckGLOverlay example for Google Maps
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