FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

React issue: Each child in a list should have a unique "key" prop.

Open JSON-stringify-24 opened this issue 1 year ago • 3 comments

Trying to solve this warning "Each child in a list should have a unique "key" prop." on a react.js app, found out that the dinamically generation of the li buttons for paginate does not contains any "key" or method to add a prop key to all the li . Any recomendation? before do it with JS want to know if there is other way.

Thanks.

JSON-stringify-24 avatar Sep 22 '23 09:09 JSON-stringify-24

why don't just use index as key?

hafeeeii avatar Sep 24 '23 04:09 hafeeeii

why don't just use index as key?

the plug autogenerate the ul paginate buttons, without a key, i did it with JS but the problem persist

JSON-stringify-24 avatar Sep 25 '23 08:09 JSON-stringify-24

I'm searching for technical documentation, tips, tutorials, etc. on implementing FooTable within a React environment. Can someone help me?

shawnkelshaw avatar Sep 28 '23 12:09 shawnkelshaw