Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

159
Views
Not able to launch another component in react. passing values as params

I am calling another from current component

<Link to={`/${props.certificate.id}/edit` } >Edit</Link>

in the receiving component I am receiving it using props.

export function EditCertificate(props: any)

then I am accepting id as

const {id} = props.match.params;

so in the url below is coming but EditCertificate component is not getting launched.

http://localhost:4200/934108e0-ca73-4837-bbf2-26482ece1cb6/edit

in the route I have defined below.

<SecureRoute path=":id/edit">
  <EditCertificate id={":id"} />
</SecureRoute>;

what mistake I am doing?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!