mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: Form.Item "React does not recognize the requiredMark prop on a DOM element" (#34323)
close #34310
This commit is contained in:
parent
6ab61e420c
commit
0acb9901ea
@ -261,6 +261,7 @@ function FormItem<Values = any>(props: FormItemProps<Values>): React.ReactElemen
|
||||
'colon',
|
||||
'extra',
|
||||
'fieldKey',
|
||||
'requiredMark',
|
||||
'getValueFromEvent',
|
||||
'getValueProps',
|
||||
'htmlFor',
|
||||
|
Loading…
Reference in New Issue
Block a user