Manuel Schiller

Results 376 comments of Manuel Schiller

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?

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.