How to deal with automatic capitalization of url #8633
-
I am new to web dev and routing structures and I am using react router v6 in my project. I am facing one issue where I am passing a url param is lower case and its automatically capitalized. I am even using caseSensitive in but its being capitalized. is there any way to deal with this? |
Beta Was this translation helpful? Give feedback.
Answered by
timdorr
Feb 1, 2022
Replies: 1 comment 2 replies
-
That isn't a feature of React Router, so something somewhere else is transforming those params to upper case. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
daniyalmujtaba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That isn't a feature of React Router, so something somewhere else is transforming those params to upper case.