How to infer path params from nested route #1331
Unanswered
hansyulian
asked this question in
Q&A
Replies: 1 comment 1 reply
-
can you please provide a minimal complete example e.g. by forking one the examples on stackblitz? probably you are running into the same issue as this here: #896 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, i have the following setup:
Router.tsx
features/Administration/index.tsx
features/Administration/Role/index.tsx
i am unable to get the typing for
const { roleId } = detailsRoute.useParams();
, any idea?Beta Was this translation helpful? Give feedback.
All reactions