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
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Hi, I would like to nest routes reflecting my URL structure with route levels in between but I don't need a component at every level. Would it be possible to ignore missing components when deeply nesting them in order to make a structure like the following?
Hi, I would like to nest routes reflecting my URL structure with route levels in between but I don't need a component at every level. Would it be possible to ignore missing components when deeply nesting them in order to make a structure like the following?
Here we expose a couple URLs:
However, it's not necessary to add a component to the view for every level here, so by omitting a component, it should be ignored.
The text was updated successfully, but these errors were encountered: