T
TanStack5mo ago
unwilling-turquoise

how to get params strict: false inside beforeLoad and loader?

I need to check in a parent route child params
2 Replies
fascinating-indigo
fascinating-indigo5mo ago
check if matches contains a match with routeId you need then access its params
unwilling-turquoise
unwilling-turquoiseOP5mo ago
okay, thanks, but how to get matches inside loader? oh, I see, I can get it inside the beforeLoad and pass to the loader it works, thanks again!

Did you find this page helpful?