Ahmad Haider
Results
1
comments of
Ahmad Haider
I Temporarily suppressed this warning by Wrapping my child component in React.forwardRef like: ` const ChildComponent = React.forwardRef( (props:any, ref:any)=>{ const width = props.windowWidth; return Child Component height {width} }...