Replies: 2 comments
-
Anyone has solved this problem ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
just wrap your child elements in a div and give that a key |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting this warning
console.error node_modules/react/cjs/react.development.js:175
Warning: Each child in a list should have a unique "key" prop.
but I thought those getHeaderProps(), getRowProps()... etc actually return a key prop?
anyone knows how to stop getting this warning?
Beta Was this translation helpful? Give feedback.
All reactions