T
TanStack2mo ago
extended-salmon

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

I need to check in a parent route child params
2 Replies
conventional-tan
conventional-tan2mo ago
check if matches contains a match with routeId you need then access its params
extended-salmon
extended-salmonOP2mo 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?