### Description When you use the following ``` const buttonRef = useRef(null) return <IconButton ... ref={buttonRef}/> ``` `buttonRef.current` is always null ### Steps to reproduce This can be reproduced on this https://stackblitz.com/edit/react-apgzexpe-gpnosw53?file=Demo.tsx ### Version latest ### Browser Chrome