dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
135 stars 112 forks source link

warning, unique key prop for chartnode #26

Closed ttiras closed 3 years ago

ttiras commented 3 years ago

why it is warning?

Warning: Each child in a list should have a unique "key" prop. in ChartNode (created by ChartNode) in ChartNode (created by ForwardRef) in ul (created by ForwardRef) in div (created by ForwardRef) in div (created by ForwardRef)

Check the render method of ChartNode. See https://fb.me/react-warning-keys for more information.

ttiras commented 3 years ago

related to graphql query.