ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.22k stars 1.35k forks source link

🐛[BUG]ProTable渲染时报Warning: findDOMNode ,点击右上角列设置时报Warning: A props object containing a "key" prop is being spread into JSX #8574

Closed 741599086 closed 1 month ago

741599086 commented 1 month ago

🐛 bug 描述

ProTable渲染时报: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here

ProTable点击右上角列设置时报: Warning: A props object containing a "key" prop is being spread into JSX:

📷 复现步骤

渲染时 以及 点击右上角列设置时 https://codesandbox.io/p/sandbox/antd-pro-typjry

🏞 期望结果

修复bug

💻 复现代码

https://codesandbox.io/p/sandbox/antd-pro-typjry

© 版本信息

🚑 其他信息

image

image

fnoopv commented 1 month ago

第一个问题,issue里面搜一下,已知问题

NoirVoider commented 1 month ago

同样俩问题都遇到了 "react": "^18.3.1", "react-dom": "^18.3.1", StrictMode