next-use-contextual-routing
next-use-contextual-routing copied to clipboard
refactor: remove qs-stringify dependency
What kind of change does this PR introduce?
Refactor
What is the new behaviour?
Generate with native URLSearchParams
instead of qs-stringify
.
Does this PR introduce a breaking change?
No
Other information:
Please check if the PR fulfills these requirements:
- [X] Tests for the changes have been added
- [ ] Docs have been added / updated