You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New version of use-query-params to pickup #244 in fixed serialize-query-params (#247)
* issue244
* use try/catch
* follow function convention
* New drop of use-query-params to pick up fix#244 in serialize-query-params
Co-authored-by: Jason McPeak <jmcpeak@payrailz.com>
Copy file name to clipboardExpand all lines: packages/use-query-params/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
3
+
## use-query-params v2.1.2 (October 24, 2022)
4
+
- fix: #244`updateLocation` returns an empty string for `href` when the original `location.href` is not defined. This allows `updateLocation` to be recursively recalled without crashing when creating a `new URL()` (thank you @jmcpeak)
5
+
3
6
## use-query-params v2.1.1 (September 16, 2022)
4
7
- fix: #241 import from react-router-dom in adapters to prevent error about wrong context. (thank you @lisandro52)
0 commit comments