Can I use useNavigate to convert search params into ampersand? e.g. filter=apple&filter=orange instead of filter=apple%2Corange? #2269
-
note: tanstack router version is 1.26.1 |
Beta Was this translation helpful? Give feedback.
Answered by
schiller-manuel
Sep 8, 2024
Replies: 1 comment 6 replies
-
yes this can be done using Custom Search Param Serialization. checkout the section about the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useNavigate and Link share the same API, so if you change the search param validation it affects both