I want pass a id with url link. I use
navigate(generatepath("/seemore/:id", {id}).
My react router dom is 6.3.0. this navigation not working properly how to navigate with id pass in url in react
I want pass a id with url link. I use
navigate(generatepath("/seemore/:id", {id}).
My react router dom is 6.3.0. this navigation not working properly how to navigate with id pass in url in react