报错:TypeError: getFieldDecorator is not a function

#1

在表单内容加载过程时报错。TypeError: getFieldDecorator is not a function

#2

react 和antd版本如下:
“antd”: “^2.13.11”,
“react”: “^15.5.0”,
“react-dom”: “^15.4.2”,

#3

const WrappedNormalLoginForm = Form.create()(UserLogin); 绑定了吗?

#4

Form组件生成之后 需要调用高阶函数重新生成一个组件才有你需要的那些东西

#5

肯定是这个组件没有绑定form.create

#6

你确定你用form.create 包了吗??

#7

form.create用了没