Open alindas opened 2 months ago
ProTable 开启虚拟列表后报错”React does not recognize the offsetX prop on a DOM element“
offsetX
<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
🐛 bug 描述
ProTable 开启虚拟列表后报错”React does not recognize the
offsetX
prop on a DOM element“📷 复现步骤
🏞 期望结果
不会报错。
💻 复现代码
© 版本信息
"@ant-design/pro-table": "^3.16.6" Edge@126.0.2592.102 (正式版本) (64 位) 开发环境:Windows10
🚑 其他信息