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
"abstract-nested-router" docs say (of params):
"By default all segments are optional, e.g. /a/:b/:c matches with /a, /a/x and /a/x/y so you can say :b and :c are optional parameters."
For "yrv" it is not so. If i need a page with optional params, i have to declare three routes, one for each case:
One more unpleasant thing.
When navigating to page from outside, first level optional param path like "/page/(:param)" works, but when start navigating from inside this page, optional param stop working.
"abstract-nested-router" docs say (of params):
"By default all segments are optional, e.g. /a/:b/:c matches with /a, /a/x and /a/x/y so you can say :b and :c are optional parameters."
For "yrv" it is not so. If i need a page with optional params, i have to declare three routes, one for each case:
I need the same component with params based on current path.
Could it be made as in "abstract-nested-router"?
The text was updated successfully, but these errors were encountered: