URLSearchParams encodes spaces as +, breaking useSearch
I'm doing:
The page opens with the search params as
test=a+b
At what point should I be converting the +
to
? Should this be automatic?3 Replies
future-harlequin•7mo ago
are you using clerk?
deep-jadeOP•7mo ago
I'm not, however I resolved this by manually processing the data
rising-crimson•7mo ago
if you have a reproducer example, please open a GitHub issue