#retainSearchParams
4 messages · Page 1 of 1 (latest)
For this to work do i really need to add search={(prev) => prev} to search Link?
You could also just pass true to retainSearchParams to keep the search while navigating.
It doesnt keep the search params while navigating to child routes though.
Should i use the LInk the Route exposes like
<Route.Link> to make this work?