Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Return the router update method to await it
Solves issues with setting multiple query parameters in one go: the location.search needs to be updated before the next update can pick it up and append to it, otherwise updated values are erased. This is something useQueryStates is bound to solve at some point. See #277 (comment)
- Loading branch information