Reactjs – React.js + antd Grid: "Each child in a list should have a unique "key" prop" error
EDIT: After more testing it appears the error comes from the parent component to this one, which is an antd Modal. Furthermore, it seems like the issue comes from something inside the Modal implementation itself, rather than from something in…