@economic/taco 2.57.0-charts.14 → 2.57.0-charts.15

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/taco.js CHANGED
@@ -82821,7 +82821,7 @@ function Legend$1(props) {
82821
82821
  return /* @__PURE__ */ React__default.createElement(
82822
82822
  "button",
82823
82823
  {
82824
- key: item.label,
82824
+ key: `${item.label}_${index2}`,
82825
82825
  className: "hover:bg-grey-200 focus-visible:yt-focus flex items-center rounded px-1 !text-xs",
82826
82826
  onClick: (event) => {
82827
82827
  event == null ? void 0 : event.preventDefault();