useMatchRoute
If i understand correctly using matchRoute and setting fuzzy true, would mean if I am lets say in route /posts/10, and set the
then it should return params, meaning that the route matches ? But I even made a fork of one of the demos and it always seems to return false. https://codesandbox.io/p/devbox/upbeat-dan-fvfhxd
2 Replies
metropolitan-bronze•2y ago
This is now fixed in v.1.4.5 https://github.com/TanStack/router/releases/tag/v1.4.5
GitHub
Release v1.4.5 · TanStack/router
Version 1.4.5 - 1/14/2024, 7:44 PM
Changes
Fix
useMatchRoute was not respecting options fuzzy and includeSearch (#990) (2e87eba) by Manuel Schiller
Packages
@tanstack/history@1.4.5
@tanstack/rea...
helpful-purpleOP•2y ago
Awesome thanks !