Javascript – How to type multiple refs with forwardRef in React?
I have Parent component where I define some refs. Then I create an object of all these refs. And then pass this object to ref of child component. Parent component is just a page component, child components are sections on…