当前位置:   article > 正文

【antd】Instance created by `useForm` is not connected to any Form element.Forget to pass `form` prop?_forcerender

forcerender

Instance created by useForm is not connected to any Form element.Forget to pass form prop?

这个问题通常会在Modal里的Form种出现,这是因为在调用form.setFieldsValue(detail);时,form还未被关联到<Form>

解决方法: 给modal组件添加forceRender属性,使其强制渲染

 <Modal  
 	// ....
	forceRender
    >
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/83028
推荐阅读
相关标签
  

闽ICP备14008679号