diff --git a/lib/components/map/base-map.js b/lib/components/map/base-map.js index 92ea3d827..a0f39802c 100644 --- a/lib/components/map/base-map.js +++ b/lib/components/map/base-map.js @@ -311,8 +311,7 @@ class BaseMap extends Component { url={layer.url} attribution={layer.attribution} maxZoom={layer.maxZoom} - {...retinaProps} - detectRetina /> + {...retinaProps} /> ) })