I saw the issue: #305
And I understand the concept but is it possible to add a flag to the queryString.parse options that will keep the + sign and will not replace them with a space?
something like:
const paramsUrl = queryString.parse(decodeURIComponent(location.search), {
parseBooleans: true,
ignorePlus: true
arrayFormatSeparator: "|",
arrayFormat: "bracket-separator",
})
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too