Results 3 comments of mx

managed to solve this using `measureLayout` ``` export const MainSlider: FunctionComponent = ({ slides }) => { const [height, setHeight] = useState('100%'); const parentRefs = useMemo( () => Array.from({ length:...

I have this warning too and i use display property for hiding mobile or desktop image.

@rpearce perfect, works now! thank you for your work and time!