DEV Community

Discussion on: An easy way to create a customize dynamic table in react js

Collapse
 
guico33 profile image
guico33
key={Math.random()}

The key is supposed to be consistent between renders, random generated is a very bad solution.
Better use the array index if you don't have an unique identifier.

Collapse
 
abdulbasit313 profile image
Abdul Basit

hmmm... nice catch. fixed

Collapse
 
navasrifaya profile image
navas

hey man i have doubt in this how do i contact you?