antd-sign 3.0.0 reactJs版本16.2.在Form中使用CheckBox有warn提示
代码
<FormItem>
{getFieldDecorator('remember', {
valuePropName: 'checked',
initialValue: cookieRemember
})(
<Checkbox>记住用户名密码</Checkbox>
)}
</FormItem>
warn的提示是
这个是什么原因,是版本问题吗,之前用2.10antd-desgin,reactJs 0.14.9的版本的时候是正常的
api更新了吧,提示你换Checkbox了。。。