how to get params strict: false inside beforeLoad and loader?
I need to check in a parent route child params
2 Replies
conventional-tan•2mo ago
check if matches contains a match with routeId you need
then access its params
extended-salmonOP•2mo 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!