Programatically updating a searchParam
How can I programatically update a
searchParam
so that it re-runs the useSearch
hook to update the value in the component?
const { fooBarId } = useSearch({ from: '/foor/$barId/_layout' });
1 Reply
sharp-indigo•7mo ago
you navigate
@ulriken_
id will change upon navigation