Returns the controller of the route matched by the location.
The location to render.
const fooController = useInlineRoute(fooRoute);fooController !== null && <RouteOutlet controller={fooController} /> Copy
const fooController = useInlineRoute(fooRoute);fooController !== null && <RouteOutlet controller={fooController} />
RouteOutlet
Returns the controller of the route matched by the location.