You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LayersControl could support as a prop the possibility of customizing the icon with something like the types ReactNode or SVGAElement or HTMLOrSVGElement ?
<LayersControl icon={<MapLayersIcon />}>
or
<LayersControl icon={MapLayersIcon}>
In this way it would improve the possible customization of the map interactive elements.
The text was updated successfully, but these errors were encountered:
LayersControl could support as a prop the possibility of customizing the icon with something like the types ReactNode or SVGAElement or HTMLOrSVGElement ?
<LayersControl icon={<MapLayersIcon />}>
or
<LayersControl icon={MapLayersIcon}>
In this way it would improve the possible customization of the map interactive elements.
The text was updated successfully, but these errors were encountered: