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
Before opening an issue, make sure to read the contributing guide and understand this is a bug tracker, not a support platform.
Please make sure to check the following boxes before submitting an issue. Issues opened without using this template will be closed unless they have a good reason not to follow this template.
[*] All peer dependencies are installed: React, ReactDOM and Leaflet.
[*] Using a supported version of React and ReactDOM (v15.x or v16.x).
[*] Using the supported version of Leaflet (v1.2.x) and its corresponding CSS file is loaded.
Before opening an issue, make sure to read the contributing guide and understand this is a bug tracker, not a support platform.
Please make sure to check the following boxes before submitting an issue.
Issues opened without using this template will be closed unless they have a good reason not to follow this template.
Expected behavior
<img class="leaflet-image-layer leaflet-zoom-animated custom-class">
Actual behavior
<img class="leaflet-image-layer leaflet-zoom-animatedcustom-class">
Steps to reproduce
Insert ImageOverlay with className attribute.
<ImageOverlay className="custom-class" />
https://jsfiddle.net/z2Lutn6y/
The text was updated successfully, but these errors were encountered: