Return `fullPath` property from `new RouteApi({ id : "..." })`
The route
fullPath property use required to for example use the navigate function with both from and search, but new RouteApi({ id : "..." }) only returns the route id, which generates type errors when trying to do something like this:
0 Replies