I'm creating a ScrollToTop component by using MUI useScrollTrigger hook https://mui.com/material-ui/react-app-bar/#usescrolltrigger-options-trigger
Here is the sample code: https://codesandbox.io/s/stackoverlow-mui-usescrolltrigger-er9z4y
ScrollTop component doesn't appear after scrolling some pixels even after scrolling to the bottom of the page.Here is the screenshot.
The ScrollToTop component should appear around the area I marked.
As we could see that the trigger value from the useScrollTrigger hook returns a false value. It should return a true value if we scrolled the page.

ScrollToTop component, the ScrollToTop component would appear. Then if we click the ScrollToTop component, the screen would not go to the top of the page.For problem 1:
For problem 2:
ScrollToTop component.ScrollToTop component.ScrollTop component appears after scrolling some pixels.ScrollTop component should bring the screen to the top of the page after being clicked.