We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe/explain the bug React warning message: Each child in a list should have a unique "key" prop.
Each child in a list should have a unique "key" prop.
To Reproduce Please follow codesandbox link or create simple bar chart:
const data = [ { id: "one", value: 1, label: "One" }, { id: "two", value: 2, label: "Two" }, { id: "three", value: 3, label: "Three" }, ]; <ResponsiveBar data={data} enableTotals />
Steps to reproduce the behavior:
enableTotals
Expected behavior No unique key warning
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe/explain the bug
React warning message:
Each child in a list should have a unique "key" prop.
To Reproduce
Please follow codesandbox link or create simple bar chart:
Steps to reproduce the behavior:
enableTotals
propEach child in a list should have a unique "key" prop.
Expected behavior
No unique key warning
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: