Skip to content

How to get current route context from another hook? #13532

Answered by sergiodxa
davidbielik asked this question in Q&A
Discussion options

You must be logged in to vote

That context is only for loaders and actions, it's different than React context, if you want to access the value outside them like in your UI return the data from a loader and then access it from there.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davidbielik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants