Hi, How can I access the URL parameter?

Hi, I'm trying to access the URL parameter in the 1st SS. It'll be used to fetch data. I've tried
useParams
from the react-router. It isn't working. I've tried to use the
useParsed
from refine-core. that isn't working either. the
id
from both returns as
undefined
. I've attached all the Screenshots of my
resources
, and
routes
.
image.png
image.png
image.png
image.png
image.png
Was this page helpful?