How to pass useRef to child components from parent component in React.js?

I am trying GSAP animation library, where i have nested component an I need to ref to child components but it's not working. So how can I fix this issue.
Was this page helpful?