Sharing routes between parents (or loading parallel routes)
I have following pages in my root:
All of those pages use a set of modals, but lets simplify it to one:
I'd like to bring up that modal from any of the three routes (and not necessarily from any other routes, but that's optional requirement)
I cannot figure out the proper way to do it, from my understanding I'd need to load the modal and the page in the outlet in parallel or those 3 routes would need to clone the route config of the modal (note that in the actual app there's several of them).
Example route of mine:
0 Replies