alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
8k stars 627 forks source link

[BUG] typescript bug:DatePickerField 上未定义label属性; #2333

Open yinyanan1993 opened 2 years ago

yinyanan1993 commented 2 years ago

⌨️

Where is the bug from?

Rax Components

Minimal code and steps to reproduce the bug

<DatePickerField name="date" label="时间" />

Current and expected behavior

label 报错,提示 DatePickerField 上不存在属性 label, 页面可正常展示,只是类型报错

Environment

build.json

No response

Possible solution

No response

Additional context

No response