在用antdesign的select组件的时候,要用到支持输入功能,按照文档加了mode="tags"属性,option中也加入了key值,但是仍旧报错,下面是我的代码:
{
getFieldDecorator('appversion', {initialValue: ''})(
)
}
const appverCodeList = res.map((item) => {
return(
报错信息: Uncaught Error: must set key for
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这是最诡异的BUG了,期待大神解读