Manages routing-related scrolling. Scrolls to the top of a page when the URL pathname changes. Scrolls to the corresponding element when the URL hash changes or when scrollReady from the ScrollContext is called.
scrollReady
Note: Must be a descendant of a <BrowserRouter>.
<BrowserRouter>
Manages routing-related scrolling. Scrolls to the top of a page when the URL pathname changes. Scrolls to the corresponding element when the URL hash changes or when
scrollReadyfrom the ScrollContext is called.Note: Must be a descendant of a
<BrowserRouter>.