Replies: 1 comment
-
i understood how route.tsx works |
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.
-
Hello
I have few routes
i have some hook -
useTask
that returns task by id which i get from paramsI'm using hook in both routes, but i have to use
strict: false
how to use
useParams
without strict?it bit annoying for me to write everywhere condition if
taskId
isundefined
Beta Was this translation helpful? Give feedback.
All reactions