| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
size-limit report 📦
|
Sorry, something went wrong.
…tcher Hoists the existing `resolveRouteMatch` helper out of `afterAllSetup` in each of the three packages so the provider can reuse it, rather than restating the match rules. The matcher is already stateless, so nothing else had to change.
| Back | FazBrowse Home | New Git URL |
Registers a route provider from the TanStack Router matcher in the react, solid and vue packages.
resolveRouteMatch already existed in all three, just scoped inside afterAllSetup. Hoisting it lets the provider reuse it rather than restating the match rules.
Worth flagging: these three files are ~60% identical and have drifted. #23299 taught only the react copy to prefer router.state.location for the initial pageload match. Left alone here since it is a behavior fix that deserves its own PR.
Part of #23556