TanStack
OSS
router
Overview
Sign in / Sign up
Open main menu
router
Select a tab
Overview
Runs
Analytics
router
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Filter
Filter exact branch match
Exact
Select status
Succeeded
main
1bbe4a06 docs(router): correct ReturnType of `Router.matchRoute` to match the runtime output (#3896) The `.matchRoute` method on the Router type page previously stated it returns a `RouteMatch` object. In reality, it returns only the route match's params. This update corrects the return type in docs to reflect actual behavior. Fix #3875
1 day ago
by Redbird10
Succeeded
main
1bbe4a06 docs(router): correct ReturnType of `Router.matchRoute` to match the runtime output (#3896) The `.matchRoute` method on the Router type page previously stated it returns a `RouteMatch` object. In reality, it returns only the route match's params. This update corrects the return type in docs to reflect actual behavior. Fix #3875
1 day ago
by Redbird10
Succeeded
3896
72abfdea fix(docs): correct `router.matchRoute` return type to reflect actual `params` output The `.matchRoute` method on the Router type page previously stated it returns a `RouteMatch` object. In reality, it returns only the route match's params. This update corrects the return type to reflect actual behavior and aligns the docs with the implementation.
1 day ago
by Redbird10