About the error reported by the background that no key was introduced after react,map

I have key in it. Why did I report this wrong

?
Mar.10,2021

what is your o.key?
should it be like this?

<TreeNode key={'key'} />
//or
<TreeNode key={o => o.key} />
Menu