We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uiw/packages/react-form/src/Form.tsx
Line 62 in affe5ba
缺少getError setFieldValue 两个声明,ts提示类型“FormRefType”上不存在属性“getError”/“setFieldValue”。
getError
setFieldValue
The text was updated successfully, but these errors were encountered:
fix: uiwjs#728 完善Form ref的ts声明
68065fa
46f7ec2
[v4.17.0] fix: #728 完善Form ref的ts声明 (#729) 46f7ec2
5068c26
No branches or pull requests
uiw/packages/react-form/src/Form.tsx
Line 62 in affe5ba
缺少
getError
setFieldValue
两个声明,ts提示类型“FormRefType”上不存在属性“getError”/“setFieldValue”。The text was updated successfully, but these errors were encountered: