ant-design / pro-components

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

🐛[BUG] ProTable 开启虚拟列表后报错”React does not recognize the `offsetX` prop on a DOM element“ #8634

Open alindas opened 2 months ago

alindas commented 2 months ago

🐛 bug 描述

ProTable 开启虚拟列表后报错”React does not recognize the offsetX prop on a DOM element“ image

📷 复现步骤

<ProTable
   virtual // 启用
   scroll={{ x: 500, y: 500 }}  // 随机数值
   columns={columns}
   dataSource={dataSource}
   request={requestFn} // 使用内置请求或者外置 dataSource 都无所谓,只要数据过来了就会报错
/>

🏞 期望结果

不会报错。

💻 复现代码

© 版本信息

"@ant-design/pro-table": "^3.16.6" Edge@126.0.2592.102 (正式版本) (64 位) 开发环境:Windows10

🚑 其他信息