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 want to have some parts of url to be optional with default values set in onEnter callback.
Eg., for route /foo/:bar? I want a link to /foo properly redirected to /foo/first with current entry replaced in history instead of pushing new one.