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
报错: node_modules/.pnpm/@arco-design[email protected][email protected][email protected]_/node_modules/@arco-design/web-vue/es/select/index.d.ts:63:13
Type '{ updateAtScroll: true; scrollToClose: true; }' is not assignable to type 'TriggerProps'.
Object literal may only specify known properties, and 'scrollToClose' does not exist in type 'TriggerProps'
What is expected?
编译不报错
Steps to reproduce
.....
The text was updated successfully, but these errors were encountered:
lingangle
changed the title
a-select组件升级到2.55.3后,ts报类型声明错误,没有scrollToClose属性。但是2.46版本trigger就已经提供该属性。
a-select组件升级到2.55.3后,打包时ts报类型声明错误,没有scrollToClose属性。但是2.46版本trigger就已经提供该属性。
Dec 17, 2024
We agree with this suggestion/feedback and welcome to create a Pull Request in this repository to help address the issue. Before contributing, please make sure to read the Contributing Guide. When submitting a Pull Request, kindly use the appropriate PR template based on the changes you’re making. We’ll review it as soon as possible. Thank you for your contribution!
Basic Info
Extra info
报错: node_modules/.pnpm/@arco-design [email protected][email protected][email protected]_/node_modules/@arco-design/web-vue/es/select/index.d.ts:63:13
Type '{ updateAtScroll: true; scrollToClose: true; }' is not assignable to type 'TriggerProps'.
Object literal may only specify known properties, and 'scrollToClose' does not exist in type 'TriggerProps'
What is expected?
编译不报错
Steps to reproduce
.....
The text was updated successfully, but these errors were encountered: