🐛(react) fix datagrid column unique key
If we had more than 1 columns with custom cells, we would get a warning about duplicate keys, because every columns got the key `actions`. We add the column index to the key to make it unique.
This commit is contained in:
5
.changeset/selfish-phones-enjoy.md
Normal file
5
.changeset/selfish-phones-enjoy.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
fix datagrid column unique key
|
||||
Reference in New Issue
Block a user