I am using esri-leaflet-cluster plugin to load a cluster feature layer. The feature layer has many icons which are I am trying to render using the esri-leaflet-renderers plugin. As the map service that is used to load the feature layer has the drawing info, we would want to use it to display the icons.
When using the esri-leaflet-renderers alone, the icons are rendered as required. When I try to use it with the cluster feature layer, I get the default icon markers instead of the icons defined in the map service.
Could you let me know what might be the issue and how I can use both the plugins together. Basically my requirement is to use the icons that are rendered by the map feature layer instead of the default marker icon.