12345678render() { return( [ xxx... , ] )}Warning: Each child in 12345678render() { return( [ xxx... , ] )} Warning: Each child
Warning: Each child in an array or iterator should have a unique "key" prop. See https://fb.me/react-warning-keys for more information.
如果我用v16的语法去写render,会报上述错误,如果我在最外一层套一个,就是以前v15的写法,则不会报错,antd table我已经添加了rowKeys,请问各位大佬有遇到这样的情况吗?