Outlets remounting full url
This may be a question for the router channel but I am using Start so just putting it here.
I have a route /writing that has a list stacked sidebar layout. My understanding of outlets is that they are supposed to keep layouts the same for all child routes.
so /writings layout when using an Outlet, would not remount when I go to /writing/$slug. However, it is remounting each time I go to a child route.
Is that expected? Happy to throw some code here. Didn't know if there was a quick answer
I have a route /writing that has a list stacked sidebar layout. My understanding of outlets is that they are supposed to keep layouts the same for all child routes.
so /writings layout when using an Outlet, would not remount when I go to /writing/$slug. However, it is remounting each time I go to a child route.
Is that expected? Happy to throw some code here. Didn't know if there was a quick answer