We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
pro-components >= 2.7.15 的版本,ProFormSelect 使用 fieldNames 指定 option 字段时,options 字段类型会提示 xxx has no properties in common with type 'BaseOptionType'
xxx has no properties in common with type 'BaseOptionType'
"@ant-design/pro-components": "2.7.14", "@ant-design/pro-form": "2.28.4" options 类型正常 https://codesandbox.io/p/sandbox/pro-components-2-7-14-ws8tnq
"@ant-design/pro-components": "2.7.15", "@ant-design/pro-form": "2.29.0" options 类型错误 https://codesandbox.io/p/sandbox/gallant-aryabhata-xz98q3
猜测是 #8568 导致的
The text was updated successfully, but these errors were encountered:
chore(TS): fix TS type error
9671473
fix ant-design#8901
afd86a0
Successfully merging a pull request may close this issue.
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
pro-components >= 2.7.15 的版本,ProFormSelect 使用 fieldNames 指定 option 字段时,options 字段类型会提示
xxx has no properties in common with type 'BaseOptionType'
📷 复现步骤
🏞 期望结果
💻 复现代码
© 版本信息
🚑 其他信息
猜测是 #8568 导致的
The text was updated successfully, but these errors were encountered: