I'm trying to fetch URL query params with react-router by access to props.location.query, but the query is undefined. how can fetch them?
URL example - http://localhost:3000/home?param1=tomato¶m2=potato
I'm trying to fetch URL query params with react-router by access to props.location.query, but the query is undefined. how can fetch them?
URL example - http://localhost:3000/home?param1=tomato¶m2=potato