react-query-params icon indicating copy to clipboard operation
react-query-params copied to clipboard

Query param values are no longer decoded

Open spinningarrow opened this issue 5 years ago • 0 comments

With the change in #3, query param values are no longer decoded. Given the query string ?query=Some%20Words, the behaviour before #3 was to return Some Words. It now returns Some%20Words.

spinningarrow avatar Oct 23 '18 10:10 spinningarrow