pbeshai / use-query-params

React Hook for managing state in URL query parameters with easy serialization.

Home Page:https://pbeshai.github.io/use-query-params

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

White space value at the end of the URL causing ERROR

albibenni opened this issue · comments

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.