Can't find the docs for useMatchRoute
https://tanstack.com/router/v1/docs/api/react/useMatchRoute
I am currently using "@tanstack/react-location": "^3.7.4" and I noticed that the original documentation is nowhere to be found. So, I looked to the current documentation, and it seems to be blank. Where can I find the docs for this?
useMatchRoute | TanStack Router Docs
const matchRoute = useMatchRoute()
`
1 Reply
like-gold•3y ago
GitHub
React-location docs · TanStack router · Discussion #607
Hi, Not sure if it is hidden somewhere, but are react-location docs still hosted somewhere? While waiting for the router library to release, I'm still using react-location and need to use it fo...