Different "from" values between useNavigate and useSearch
useNavigate works with from: '/route-a', but useSearch needs from: '/_pathlessLayout/_nested-layout/route-a'?Shouldn’t they both resolve from the same route?
Is that the intended behavior?
Example
