You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我代码里面没有showArrow 这个,但一直提示警告报错
<ProFormSelect.SearchSelect name={'roleList'} label={'所属角色'}/>
添加这个组件之后提示警告,
警告信息:
index.js:1 Warning: [antd: Select] showArrow is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting suffixIcon to null.
警告信息:
index.js:1 Warning: [antd: Select] `showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null.
💻 示例代码
🚑 其他信息
The text was updated successfully, but these errors were encountered:
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🧐 问题描述
我代码里面没有showArrow 这个,但一直提示警告报错
警告信息: index.js:1 Warning: [antd: Select] `showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null.<ProFormSelect.SearchSelect name={'roleList'} label={'所属角色'}/>
添加这个组件之后提示警告,
警告信息:
index.js:1 Warning: [antd: Select]
showArrow
is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by settingsuffixIcon
to null.💻 示例代码
🚑 其他信息
The text was updated successfully, but these errors were encountered: