pbeshai / use-query-params

React Hook for managing state in URL query parameters with easy serialization.
https://pbeshai.github.io/use-query-params
ISC License
2.13k stars 95 forks source link

White space value at the end of the URL causing ERROR #251

Open albibenni opened 1 year ago

albibenni commented 1 year ago

Hi everyone, first of all thank you very much for this library which is really helpful!

I wanted to report an issue regarding the possibility to set a white-space value (' ') as the last url paramenter. In fact if we insert the ' ' as last parameter is trimmed out and not considered. If we instead insert it not as last the library is working as intended.

We are using the Stringify to encode the url.