-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
组件Steps.Step的属性类型错误 3.0.0-alpha.12 #4908
Comments
顺便问一下 Step 组件属性是哪里写错了? |
补充一下: 看了下源码的类型文件,发现属性类型列表多了以下“必填“属性类型:
导致jsx下编辑器会提示类型错误,编译的时候也会出现上面的问题 |
对的我也今天使用发现了类型定义问题 |
Drawer 组件 在jsx 环境下也有类似问题:提示 visible属性是必须 |
you donot need |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
3.0.0-alpha.12
Environment
typescript 4.5.2
Reproduction link
https://github.com/*
Steps to reproduce
yarn build
What is expected?
build succsess
What is actually happening?
The text was updated successfully, but these errors were encountered: