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
The first example in the Readme is misbehaving when I try it on CodeSandbox. Clicking the buttons does call the useQueryParam setters and update the query params, but the new values are not being displayed. The same issue happens with useQueryParams.
This is because there doesn't appear to be anything triggering a re-render. I suggest adding something that manually re-renders the component; perhaps just calling the setter of a hidden useState hook would be fine?