Replies: 2 comments 2 replies
-
Right now we don't support route-specific param typings - so I converted this to a Proposal for consideration. I think you should be able to extend it locally as a workaround: LoaderFunctionArgs & {params: { listing_id: string }} |
Beta Was this translation helpful? Give feedback.
1 reply
-
please how do i do that?i don't get it? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of React Router are you using?
6.21.3
Steps to Reproduce
Expected Behavior
I expect for there to not be any type error
Actual Behavior
I receive the following type error:
Beta Was this translation helpful? Give feedback.
All reactions