Closed csells closed 3 years ago
fixed in v2.1.2. @raulmabe can you please verify?
Hi @csells 👋,
I am currently having an issue navigating to a route with a param, where the param could contain a space when navigating. So does this address that issue, or should I submit a new one?
That sounds like a new one
fixed in v2.1.2. @raulmabe can you please verify?
I can verify I no longer encounter this issue. Thank you 🙌🏼
I am currently having an issue navigating to a route with a param, where the param could contain a space when navigating. So does this address that issue, or should I submit a new one?
That sounds like a new one
I was using params
instead of queryParams
which doesn't allow empty spaces 😅. Also, I had the original issue submitted by @raulmabe, which I can also confirm fixed in v2.1.2
.
Thanks! 🙏
params, queryParams and the extra param are all supported for push but not all are working at the moment. I'll fix asap.
Discussed in https://github.com/csells/go_router/discussions/88