TypeError: Cannot read property 'getFieldDecorator' of undefined
添加 @Form.create()
@connect(({ test, loading }) => ({
test,
loading: loading.effects['test/fetch'],
}))
添加后:
@connect(({ test, loading }) => ({
test,
loading: loading.effects['test/fetch'],
}))
@Form.create()