Javascript – Unable to call the function of Child Component in Parent Component onScroll
I am able to close the HeadlessUI Menu component when I call the function through onScroll event within the child component but when I am passing it to the parent component and calling the same function through onScroll method in…