如题,看网上大部分文章都是说const { getFieldDecorator } = this.props.form,也就是说getFieldDecorator是form实例上的方法。
const { getFieldDecorator } = this.props.form
但是当我使用const [form] = Form.useForm(); const { getFieldDecorator } = form的时候,报错getFieldDecorator是undefined。
const [form] = Form.useForm(); const { getFieldDecorator } = form
V4 没有 getFieldDecorator
V4
getFieldDecorator
2.1m questions
2.1m answers
60 comments
57.0k users