You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's say I want to create an url like this:
<url>/whatever?filter=val1&filter=val2&filter=val3
.How would I do this?
I was trying to use
setSearchParams
:setSearchParams({...searchParams, filter: ['val1', 'val2', 'val3']})
but with no success.Is there any way to add/remove from a search param which has a list as value?
Beta Was this translation helpful? Give feedback.
All reactions