pbeshai / react-url-query

A library for managing state through query parameters in the URL in React
https://pbeshai.github.io/react-url-query
MIT License
195 stars 38 forks source link

[Bug] When updating several query params, the later ones might overwrite the formers #45

Closed Hearen closed 5 years ago

Hearen commented 6 years ago

Check this branch for detail: https://github.com/Hearen/react-url-query/tree/bug-multiple-update

pbeshai commented 5 years ago

There is a multi update callback to prevent this, but in 2.0 it should be clearer.