I introduced ScrollRestoration, but even if I refer to the official information, the scroll position is still at the top
<div> <OtherMain > <Container> <ScrollRestoration /> <Outlet /> </Container> </OtherMain> </div> I created Root according to the official instructions. Near <Outlet /> Placed <ScrollRestoration /> In createBrowserRouter, element: <AppLayout />, was placed in Child. However, the scroll position is at the top and it does not start from the middle. This may be unrelated, but […]