Can I matchRoute on a wildcard path?
I want this kind of logic:
Where I can choose to do something when the user is at any path under
Where I can choose to do something when the user is at any path under
/auth . I can't use { to: "/auth", fuzzy: true" } because /auth on its own is not a valid selectable route in my app.