Detect the current route in a view

I tried useLocation and it complained that it was not within a LocationProvider

I wrapped one of those around the App just inside the RedwoodApolloProvider and routing stopped working

I imagine there is one of the already wrapping something for me

I need to do things in the AppBar, outside the Routes Element…

Guessing since the docs do not mention a LocationProvider…