Skip to content

Commit

Permalink
[@mantine/charts] CompositeCharts: Fix missing key prop error (#7020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariakax3 authored Nov 7, 2024
1 parent a29e146 commit cfda07b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export const CompositeChart = factory<CompositeChartFactory>((_props, ref) => {
return (
<Area
{...getStyles('area')}
key={item.name}
name={item.name}
type={curveType}
dataKey={item.name}
Expand Down

0 comments on commit cfda07b

Please sign in to comment.