Route matching under multiple layout with file based is not under a parent route
Hello,
I have a quick question but I did not find the answer in the docs.
We are using file base routing with multiple layout that are nested, and routes likes
I have a
Is it normal that general and info routes are not under a settings parent route in the debugger like that ?
And is it normal that the settings route is not matched ?
If this is normal, how would you do a breadcrumb with this kind of situation ?
Thank you in advance for your answer
I have a quick question but I did not find the answer in the docs.
We are using file base routing with multiple layout that are nested, and routes likes
I have a
/settings with a navigate that goes to setting/generalso the user does not fall on a 404 page when going to the /settings page, so you have the context.Is it normal that general and info routes are not under a settings parent route in the debugger like that ?
And is it normal that the settings route is not matched ?
If this is normal, how would you do a breadcrumb with this kind of situation ?
Thank you in advance for your answer

