how do I pass wildcard value when using useNavigate hook in v1? #904
Unanswered
prabirshrestha
asked this question in
Q&A
Replies: 1 comment
-
I just tried it in v1.1.3 and don't get an error. Can you provide a minimal reproducer? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Given this route.
In
0.0.1-beta.151
the following works.But in
1.0.6
it fails with error as*
is not allowed in params.I would want to navigate to
/files/some/path/which/is/dynamic
.Beta Was this translation helpful? Give feedback.
All reactions