const [foo, setFoo] = useQueryParam('foo', StringParam)
undefined
const [arr, setArr] = useQueryParam('arr', NumericArrayParam)
undefined
Since we specify the update type as push
, the back button will work. If we used pushIn
, the value of foo would be retained.