@evergis/react 2.0.154 → 2.0.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react.esm.js
CHANGED
|
@@ -5198,7 +5198,7 @@ const MapLegend = _ref => {
|
|
|
5198
5198
|
var _symbol$fill;
|
|
5199
5199
|
|
|
5200
5200
|
return React.createElement(Fragment, {
|
|
5201
|
-
key: item.title
|
|
5201
|
+
key: [layer == null ? void 0 : layer.name, item.title, item.parameter].join("-")
|
|
5202
5202
|
}, React.createElement(MinimizedLegend, {
|
|
5203
5203
|
values: item.values,
|
|
5204
5204
|
defaultValue: (_symbol$fill = symbol.fill) == null ? void 0 : _symbol$fill.color,
|