Hello, given the way react-devise handle the user routes, is it possible to support a user profile route? Something like:
<PrivateRoute path="/users/:user_id" layout={MainLayout} component={User} />
Currently the above will cause the browser to redirect/loop and crash. Thanks