Replies: 2 comments
-
You're on the wrong repo. Please open it in the router repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was going to but then it suggest I might get answer from discussion and it brought me here. Looks like router repo does not have its own discussion channel. I will open a support request issue in router then. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looks like when we call
selectQueryParams()
without providing names parameter, it will return original params from the router. However, because the way the function is declared, it cause type error. For example:I will have do
const paramsMap = params as unknown as Params
to bypass the type check. Is this behavior by design? Am I doing something wrong? What should I do if want to work on all params?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions