Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Customized component has no key #2637

Merged
merged 2 commits into from Sep 18, 2021

Conversation

bravetheheat
Copy link
Contributor

Solves #2633 ( component triggers warning during render)

The rendering implementation of generateCategoricalChart renders child elements in lists. elements are added without keys, causing React to warn against needing a key prop.

Please let me know if this can lead to unexpected behavior.

@arcthur arcthur merged commit 6f2551e into recharts:master Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants