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
194 stars 38 forks source link

Fix bug with default decoders #28 #34

Closed pbeshai closed 6 years ago

pbeshai commented 6 years ago

Was erroneously passing default value to individual decoder functions which do not expect it. Fixes #28