Replies: 1 comment 4 replies
-
is this router or start? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently encountered an issue where the parent route sets a context value in beforeLoad, but the child route does not inherit it. Updating to the latest version (1.102.5) did not resolve the problem.
The devtools shows following:
There's a

feedId
context in route/feed/all
:But there isn't in
/feed/all/
:My file structure:
It seems like a bug, though I’m not sure if it’s due to my lack of familiarity with a specific Tanstack Router strategy.
I can consistently reproduce this behavior in a specific part of my project, but I can't replicate it in a new project.
Beta Was this translation helpful? Give feedback.
All reactions