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

142
Views
target="_blank" is not working for popup window in react

target="_blank" is not working for the modal popup window,link is opening in the same page and opup is getting close.

   <TermLink to="/legal/privacy-policy" target="_blank">
          Privacy Policy*
        </TermLink>

and the termlink are below:

 export const TermLink = styled(Link)`
  

font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: ${(props) => props.theme.font.sansRegular};
  color: ${(props) => props.theme.color.core.blue};
`;

please let me know how I can fix this

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I resolved by using next link:

 <Link href="/legal/rewards" passHref>
          <a target="_blank" className="TermLinkAction" rel="noopener noreferrer">
            Rewards Policy*
          </a>
        </Link>
about 4 years ago · Juan Pablo Isaza Report
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!