@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.cjs CHANGED
@@ -82839,7 +82839,7 @@ function Legend$1(props) {
82839
82839
  return /* @__PURE__ */ React.createElement(
82840
82840
  "button",
82841
82841
  {
82842
- key: item.label,
82842
+ key: `${item.label}_${index2}`,
82843
82843
  className: "hover:bg-grey-200 focus-visible:yt-focus flex items-center rounded px-1 !text-xs",
82844
82844
  onClick: (event) => {
82845
82845
  event == null ? void 0 : event.preventDefault();