Skip to content

Commit

Permalink
Issue #7010 key prop added to area chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mariakax3 committed Oct 24, 2024
1 parent fbcee92 commit 3fd806f
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 3fd806f

Please sign in to comment.