Is it possible to render a route within a routes <Outlet />?
Clicking on one of the notifications should ideally take me to a /issue/id page - but instead of doing that, can i instead render that /issue/id page on the right side of my layout where the <Outlet/> component is?
Thanks for help.
