Breadcrumbs
Does anyone have a hooks for returning route breadcrumbs?
1 Reply
broad-brown•2y ago
You can get the current matches using the
useMatches() hook, but you'll need to filter it down to get exact which matches you want.