@grafana/components 0.0.59 → 0.0.60

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.
@@ -119,7 +119,7 @@ const Icon = React.forwardRef(
119
119
  const styles = getStyles$8({ strokeWidth, hasSolidFill });
120
120
  const svgProps = {
121
121
  "aria-hidden": isAriaHidden,
122
- title: isAriaHidden ? void 0 : title,
122
+ title: isAriaHidden ? null : title,
123
123
  height: ICON_SIZES[size],
124
124
  width: ICON_SIZES[size]
125
125
  };