You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Some other routes>
....
<Route path='/pages'>
<Route index element={<Pages />} />
<Route path=':pageId' element={<Item />} />
</Route>
Navigation via '..' from Pages with "index" doesn't works but it is ok for Item
I should use '../..' for the same result as '..'
Expected Behavior
Should navigate level up via '..' from index route
And it would be nice to have option with nested routes that is used only to create url hierarchy for relative navigation usage, but without children and parrents ui rendering
Actual Behavior
doesnt navigate from index page via '..'
Bertg, skycrazyk, SevenOutman, Hampei, BenJenkinson and 2 more