Open the Service Maps and click to open the popover that shows a list with all external resources. React throws a warning message saying we should add the key property.
react_devtools_backend.js:2273 Warning: Each child in a list should have a unique "key" prop.
Check the render method of `Info`. See https://fb.me/react-warning-keys for more information.
in Fragment (created by Info)
in Info (created by Contents)
in div (created by EuiFlexItem)
in EuiFlexItem (created by FlexColumnItem)
in FlexColumnItem (created by Contents)
in div (created by EuiFlexGroup)
in EuiFlexGroup (created by FlexColumnGroup)
Add a key property here https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/ServiceMap/Popover/Info.tsx#L74:L74
Open the Service Maps and click to open the popover that shows a list with all external resources. React throws a warning message saying we should add the key property.
Add a key property here https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/ServiceMap/Popover/Info.tsx#L74:L74