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
multiple-amethyst•10mo ago
are you using clerk?
eager-peachOP•10mo ago
I'm not, however I resolved this by manually processing the data
national-gold•10mo ago
if you have a reproducer example, please open a GitHub issue