Manuel Schiller
Manuel Schiller
is this still relevant?
You need to access `context` instead of `routeContext` if you want to get the merged context: ```tsx const breadcrumbs = router.state.matches .filter((match) => !!match.context.title) .map((match) => ({ label: match.context.title, path:...
Can you please provide a minimal example on stackblitz/codesandbox where `context` does not fulfill your needs, but `routeContext` does?
this was closed: https://github.com/TanStack/router/pull/709 would need to be redone
Please fill in the "Expected output". Is the problem "just" the validation error? or something else?
does this still occur in v.3.7.3?
and did this work with previous versions?
Feel free to create a PR!
FYI: I could not reproduce on Safari Version 15.6 (17613.3.9.1.5) on macOS 12.5.
Yeah I was able to reproduce in an old chrome version.