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
Represent "virtual" segments like route groups (#82422)
Small update to #82383. Instead of using a special symbol to represent
the "virtual" segments that get inserted into the loader tree for
parallel routes, we can represent them like route groups, since they
serve the same purpose. That will allow us to remove a special case in
the param parsing logic, since we have to skip groups regardless; both
will be skipped by the same check.
0 commit comments