当前位置 : 主页 > 网络编程 > 其它编程 >

reactv16下render与antdtable的问题

来源:互联网 收集:自由互联 发布时间:2023-07-02
12345678render() {    return(     [             xxx... ,              ]    )}Warning: Each child in 12345678render() {    return(     [             xxx... ,              ]    )} Warning: Each child
12345678render() {    return(     [             xxx... ,              ]    )}Warning: Each child in

12345678render() {    return(     [             xxx... ,              ]    )}

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,请问各位大佬有遇到这样的情况吗?

   

【本文由:防ddos攻击 http://www.558idc.com/gfcdn.html提供,感恩】
上一篇:记一周PS学习总结
下一篇:没有了
网友评论