Skip to content

Commit 1c79460

Browse files
committed
fix(base-map): remove detectRetina to prevent tiny map labels
1 parent 88f94e1 commit 1c79460

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/components/map/base-map.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ class BaseMap extends Component {
311311
url={layer.url}
312312
attribution={layer.attribution}
313313
maxZoom={layer.maxZoom}
314-
{...retinaProps}
315-
detectRetina />
314+
{...retinaProps} />
316315
</LayersControl.BaseLayer>
317316
)
318317
})

0 commit comments

Comments
 (0)