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

A library for managing state through query parameters in the URL in React

Results 14 react-url-query issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.0.2 to 6.0.4. Changelog Sourced from qs's changelog. 6.0.4 [Fix] follow allowPrototypes option during merge (#201, #200) [Fix] chmod a-x [Fix] support keys starting with brackets (#202,...

dependencies

**Do you want to request a *feature* or report a *bug*?** A potential bug **What is the current behavior?** It might break in the future **If the current behavior is...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** We use addUrlProps function in one of our components (it acts like filter...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.5 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

I am using react-url-query with react-router v4 as shown in the example but its throwing **No history provided to react-url-query. Please provide one via configureUrlQuery.** error

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Installed the REACT-ROUTER-V4-REDUX example. **If the current behavior is a bug, please provide...

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** There is no support currently to remove a query param from url query....

**Do you want to request a *feature* or report a *bug*?** Bug, but maintainers could say the current behavior is wanted **What is the current behavior?** When using the `addUrlProps`...

As expected when variables defined in `urlPropsQueryConfig` with specific types, the *encode* and *decode* will be automatically handled by the `url-query` but the fact is not. Details will be provided...

Hi, thanks for this library. We faced problem with unnecessary calling of history.push, replace, when url query not changed. For example if we call `replaceInUrlQuery("param", null);` and the param is...