ant-design / ant-design

An enterprise-class UI design language and React UI library
https://ant.design
MIT License
90.42k stars 46.41k forks source link

在某些情况下表头消失 #48691

Closed hengyanqwe closed 2 weeks ago

hengyanqwe commented 2 weeks ago

Reproduction link

Steps to reproduce

添加,然后右侧的表格删除几个就出现了

What is expected?

正常

What is actually happening?

表头消失

Environment Info
antd 5.16.5
React 18
System windows
Browser chrome

image

linxianxi commented 2 weeks ago

image key 不能为数组,修改后正常。建议添加类型 const columns: TableProps['columns'] = [];

另外,提问题最好提供最小复现,你这个代码又多,又没格式化,帮你查问题的时候想🤮

hengyanqwe commented 2 weeks ago

image key 不能为数组,修改后正常。建议添加类型 const columns: TableProps['columns'] = [];

另外,提问题最好提供最小复现,你这个代码又多,又没格式化,帮你查问题的时候想🤮

好了,谢谢大佬