how to get id out of url params react with functional components code example
Example: get query params react
new URLSearchParams(this.props.location.search).get("your_query_param_key")
new URLSearchParams(this.props.location.search).get("your_query_param_key")