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
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
A call to
navigate(path)
always wipes out the query string. It happens becausehookrouter/src/router.js
Line 100 in 53d65f8
hookrouter/src/router.js
Line 105 in 53d65f8
queryParams
are null.Probably answers the question in #99
Current workaround is to always pass in
{}
forqueryParams
as well asfalse
forreplaceQueryParams
.The text was updated successfully, but these errors were encountered: