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
Hello @liaoyongfu. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch (feature branch for the new feature, master for bugfix and other changes), fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
Reproduction link
Steps to reproduce
Typescript "strict": true 模式下,onChange 类型不匹配
What is expected?
Typescript 下应该不报错。已经传递了自定义 Option 到 <Cascader 进去,理论上 onChange 第二个参数应该兼容才对
What is actually happening?
onChange 类型参数不匹配
The text was updated successfully, but these errors were encountered: