This minor release:
- Optimizes the parsing of search strings in the
useQueryParams
hook by memoizing the parsed value. This helps with shallow equality checking in code (such as a side effect that depends on the query). The memoization is cached based onlocation.search
and any query string parsing options.