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
I think I've encountered a bug with ShellRoute. Considering the following router setup, I'm not able to navigate to /shell/child when entering url in navigator (chrome):
I'm able to navigate to /, /shell, and /other, but when I'm entering /shell/child in the url I'm redirected to /.
The problem disappears if I set the ShellRoute path to / instead of /shell.
Hello,
I think I've encountered a bug with
ShellRoute
. Considering the following router setup, I'm not able to navigate to/shell/child
when entering url in navigator (chrome):I'm able to navigate to
/
,/shell
, and/other
, but when I'm entering/shell/child
in the url I'm redirected to/
.The problem disappears if I set the
ShellRoute
path to/
instead of/shell
.Here is a minimal reproducible example.
I hope I'm not disrupting this project by opening this issue since it's only a prototype.
Thanks.
The text was updated successfully, but these errors were encountered: