query-string
query-string copied to clipboard
Query string containing & breaks response object
I have the following url: https://localhost:3000/search?q=dave%20&%20busters
Inside my useEffect() method when trying to retrieve the parsed string, the response object doesn't seem to be accurate. Please check the screenshots below:

Possibly duplicate of https://github.com/sindresorhus/query-string/issues/330