plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

React Warning "each child should have a unique "key" prop #860

Closed bjonen closed 2 years ago

bjonen commented 3 years ago

When running the basic table example from https://dash.plotly.com/datatable, there is warning in the console:

Warning: Each child in a list should have a unique "key" prop

I am running dash inside docker with versions: dash: 1.18.1 dash-table: 4.11.1

xwk commented 3 years ago

Seems to be duplicate of https://github.com/plotly/dash/issues/1433