原文:React does not recognize the `colStyle` prop on a DOM element. If you intent

在ant的List組件中,使用了其他組件 可以使用其他組件,但要在合適的位置 ,應該是在List中的List.Item標簽中使用其他組件 列表加卡片,就完成了 ...

2020-05-23 18:29 0 3181 推薦指數:

查看詳情

warning: React does not recognize the xxx prop on a DOM element

這是React不能識別dom元素上的非標准attribute報出的警告,最終的渲染結果中React會移除這些非標准的attribute。 通常{...this.props}和cloneElement(element, this.props)這兩種寫法,會將父級別無用的attribute傳遞到子級 ...

Sun Oct 21 00:57:00 CST 2018 0 7537
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM