form icon indicating copy to clipboard operation
form copied to clipboard

createForm 没有转发 包裹组件的 ref

Open Yangfan2016 opened this issue 4 years ago • 0 comments

createForm 没有转发 包裹组件的 ref

如下代码


class Cp{

}
export const CpWithForm = createForm()(Cp);


<CpWithForm ref={this.cpRef}/>
// this.cpRef.current === null 


Yangfan2016 avatar Sep 27 '21 09:09 Yangfan2016